Html Css Color HEX #CA2B24 Persian Red

📋 copy color: '#CA2B24'

red 202 ◦ green 43 ◦ blue 36

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

Shades of Persian Red #CA2B24

Tints of Persian Red #CA2B24

RGB

 RED value IS 202 (79.3% from 255) = 71.89%

 GREEN value IS 43 (17.19% from 255) = 15.3%

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 71.89%
G = 15.3%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA2B24 (or 0xCA2B24) is known color: Persian Red. HEX triplet: CA, 2B and 24. RGB value is (202,43,36). Sum of RGB (Red+Green+Blue) = 202+43+36=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2B24 is #35D4DB. Grayscale: #595959. Windows color (decimal): -3527900 or 2370506. OLE color: 2370506.

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

Color convert

RGB 202 43 36 -
CMYK 0 0.79 0.82 0.21
HSL 2.53º 0.7% 0.47% -
HSV(B) 2.53º 0.82% 0.79% -
XYZ 25.54 14.41 3.1 -
YUV 89.74 97.68 208.07 -
System Red Green Blue C M Y K H S L
Decimal 202 43 36 0 0.79 0.82 0.21 2.53 0.7 0.47
Hex CA 2B 24 0 4F 52 15 3 46 2F
Octal 312 53 44 0 117 122 25 3 106 57
Binary 11001010 101011 100100 0 1001111 1010010 10101 11 1000110 101111

Color Harmonies of #CA2B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2B24

Black with #CA2B24

Text Example


Text Example

White with #CA2B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2B24; }

 p { color: rgb(202,43,36); }

 H1.HeaderClassName
 {
   color: #CA2B24;
 }
 .AnyTagClassName
 {
   color: #CA2B24;
 }
</style>

background-color css

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

 a { background-color: rgb(202,43,36); }

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

border-color css

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

 span { border-color: rgb(202,43,36); }

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