#CA2C29

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

Shades of Persian Red #CA2C29

Tints of Persian Red #CA2C29

Color information

#CA2C29 (or 0xCA2C29) is unknown color: approx Persian Red. HEX triplet: CA, 2C and 29. RGB value is (202,44,41). Sum of RGB (Red+Green+Blue) = 202+44+41=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2C29 is #35D3D6. Grayscale: #5B5B5B. Windows color (decimal): -3527639 or 2698442. OLE color: 2698442.

HSL color Cylindrical-coordinate representation of color #CA2C29: hue angle of 1.12º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2C29 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB2024441-
CMYK00.780.800.21
HSL1.12º66.26%47.65%-
HSV(B)1.12º79.7%79.22%-
XYZ25.6614.523.55-
YUV90.999.85207.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 70.38%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=70.38%
G=15.33%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202444100.780.800.211.1266.2647.65
HexCA2C2904E501514230
Octal3125451011612025110260
Binary110010101011001010010100111010100001010111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C29; }

 p { color: rgb(202,44,41); }

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

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

 a { background-color: rgb(202,44,41); }

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

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

 span { border-color: rgb(202,44,41); }

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