Html Css Color HEX #CA3024 Persian Red

📋 copy color: '#CA3024'

red 202 ◦ green 48 ◦ blue 36

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

Shades of Persian Red #CA3024

Tints of Persian Red #CA3024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.78%

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

R = 70.63%
G = 16.78%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA3024 (or 0xCA3024) is known color: Persian Red. HEX triplet: CA, 30 and 24. RGB value is (202,48,36). Sum of RGB (Red+Green+Blue) = 202+48+36=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3024 is #35CFDB. Grayscale: #5C5C5C. Windows color (decimal): -3526620 or 2371786. OLE color: 2371786.

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

Color convert

RGB 202 48 36 -
CMYK 0 0.76 0.82 0.21
HSL 4.34º 0.7% 0.47% -
HSV(B) 4.34º 0.82% 0.79% -
XYZ 25.73 14.8 3.17 -
YUV 92.68 96.02 205.98 -
System Red Green Blue C M Y K H S L
Decimal 202 48 36 0 0.76 0.82 0.21 4.34 0.7 0.47
Hex CA 30 24 0 4C 52 15 4 46 2F
Octal 312 60 44 0 114 122 25 4 106 57
Binary 11001010 110000 100100 0 1001100 1010010 10101 100 1000110 101111

Color Harmonies of #CA3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3024

Black with #CA3024

Text Example


Text Example

White with #CA3024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3024; }

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

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

background-color css

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

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

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

border-color css

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

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

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