#CA0C24

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

Shades of Fire Engine Red #CA0C24

Tints of Fire Engine Red #CA0C24

Color information

#CA0C24 (or 0xCA0C24) is unknown color: approx Fire Engine Red. HEX triplet: CA, 0C and 24. RGB value is (202,12,36). Sum of RGB (Red+Green+Blue) = 202+12+36=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0C24 is #35F3DB. Grayscale: #474747. Windows color (decimal): -3535836 or 2362570. OLE color: 2362570.

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

Color convert

RGB2021236-
CMYK00.940.820.21
HSL352.42º88.79%41.96%-
HSV(B)352.42º94.06%79.22%-
XYZ24.8112.952.86-
YUV71.55107.95221.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 80.8%
GREEN value IS 12 (5.08% from 255) = 4.8%
BLUE value IS 36 (14.45% from 255) = 14.4%
R=80.8%
G=4.8%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202123600.940.820.21352.4288.7941.96
HexCAC2405E5215160592a
Octal312144401361222554013152
Binary110010101100100100010111101010010101011011000001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0C24; }

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

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

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

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

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

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

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

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