#CA2F29

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

Shades of Persian Red #CA2F29

Tints of Persian Red #CA2F29

Color information

#CA2F29 (or 0xCA2F29) is unknown color: approx Persian Red. HEX triplet: CA, 2F and 29. RGB value is (202,47,41). Sum of RGB (Red+Green+Blue) = 202+47+41=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F29 is #35D0D6. Grayscale: #5C5C5C. Windows color (decimal): -3526871 or 2699210. OLE color: 2699210.

HSL color Cylindrical-coordinate representation of color #CA2F29: hue angle of 2.24º 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 #CA2F29 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB2024741-
CMYK00.770.800.21
HSL2.24º66.26%47.65%-
HSV(B)2.24º79.7%79.22%-
XYZ25.7714.753.59-
YUV92.6698.85205.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 69.66%
GREEN value IS 47 (18.75% from 255) = 16.21%
BLUE value IS 41 (16.41% from 255) = 14.14%
R=69.66%
G=16.21%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202474100.770.800.212.2466.2647.65
HexCA2F2904D501524230
Octal3125751011512025210260
Binary1100101010111110100101001101101000010101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2F29; }

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

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

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

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

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

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

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

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