Html Css Color HEX #CA0924 Fire Engine Red

📋 copy color: '#CA0924'

red 202 ◦ green 9 ◦ blue 36

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

Shades of Fire Engine Red #CA0924

Tints of Fire Engine Red #CA0924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.64%

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

R = 81.78%
G = 3.64%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA0924 (or 0xCA0924) is known color: Fire Engine Red. HEX triplet: CA, 09 and 24. RGB value is (202,9,36). Sum of RGB (Red+Green+Blue) = 202+9+36=247 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.78% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0924 is #35F6DB. Grayscale: #454545. Windows color (decimal): -3536604 or 2361802. OLE color: 2361802.

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

Color convert

RGB 202 9 36 -
CMYK 0 0.96 0.82 0.21
HSL 351.61º 0.91% 0.41% -
HSV(B) 351.61º 0.96% 0.79% -
XYZ 24.77 12.88 2.85 -
YUV 69.79 108.94 222.3 -
System Red Green Blue C M Y K H S L
Decimal 202 9 36 0 0.96 0.82 0.21 351.61 0.91 0.41
Hex CA 9 24 0 60 52 15 160 5B 29
Octal 312 11 44 0 140 122 25 540 133 51
Binary 11001010 1001 100100 0 1100000 1010010 10101 101100000 1011011 101001

Color Harmonies of #CA0924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0924

Black with #CA0924

Text Example


Text Example

White with #CA0924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0924; }

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

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

background-color css

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

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

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

border-color css

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

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

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