#CA2F2E

Color #CA2F2E Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #CA2F2E

Tints of Persian Red #CA2F2E

Color information

#CA2F2E (or 0xCA2F2E) is unknown color: approx Persian Red. HEX triplet: CA, 2F and 2E. RGB value is (202,47,46). Sum of RGB (Red+Green+Blue) = 202+47+46=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F2E is #35D0D1. Grayscale: #5D5D5D. Windows color (decimal): -3526866 or 3026890. OLE color: 3026890.

HSL color Cylindrical-coordinate representation of color #CA2F2E: hue angle of 0.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2F2E is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB2024746-
CMYK00.770.770.21
HSL0.38º62.9%48.63%-
HSV(B)0.38º77.23%79.22%-
XYZ25.8714.794.08-
YUV93.23101.35205.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 68.47%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=68.47%
G=15.93%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202474600.770.770.210.3862.948.63
HexCA2F2E04D4D1503f31
Octal312575601151152507761
Binary11001010101111101110010011011001101101010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2F2E; }

 p { color: rgb(202,47,46); }

 H1.HeaderClassName
 {
   color: #CA2F2E;
 }
 .AnyTagClassName
 {
   color: #CA2F2E;
 }
</style>
background-color css

<style>
 a { background-color: #CA2F2E; }

 a { background-color: rgb(202,47,46); }

 div.DivClassName
 {
   background-color: #CA2F2E;
 }
 .BgClassName
 {
   background-color: #CA2F2E;
 }
</style>
border-color css

<style>
 span { border-color: #CA2F2E; }

 span { border-color: rgb(202,47,46); }

 td.TdClassName
 {
   border-color: #CA2F2E;
 }
 .TagClassName
 {
   border-color: #CA2F2E;
 }
</style>