Html Css Color HEX #CA2F29 Persian Red

📋 copy color: '#CA2F29'

red 202 ◦ green 47 ◦ blue 41

#CA2F29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CA2F29

Tints of Persian Red #CA2F29

RGB

 RED value IS 202 (79.3% 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 value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA2F29 (or 0xCA2F29) is known color: 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

RGB 202 47 41 -
CMYK 0 0.77 0.80 0.21
HSL 2.24º 0.66% 0.48% -
HSV(B) 2.24º 0.8% 0.79% -
XYZ 25.77 14.75 3.59 -
YUV 92.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 202 47 41 0 0.77 0.80 0.21 2.24 0.66 0.48
Hex CA 2F 29 0 4D 50 15 2 42 30
Octal 312 57 51 0 115 120 25 2 102 60
Binary 11001010 101111 101001 0 1001101 1010000 10101 10 1000010 110000

Color Harmonies of #CA2F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2F29

Black with #CA2F29

Text Example


Text Example

White with #CA2F29

Text Example


Text Example

HTML Codes & Css Web 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>