#CA0F20

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

Shades of Fire Engine Red #CA0F20

Tints of Fire Engine Red #CA0F20

Color information

#CA0F20 (or 0xCA0F20) is unknown color: approx Fire Engine Red. HEX triplet: CA, 0F and 20. RGB value is (202,15,32). Sum of RGB (Red+Green+Blue) = 202+15+32=249 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.12% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0F20 is #35F0DF. Grayscale: #484848. Windows color (decimal): -3535072 or 2101194. OLE color: 2101194.

HSL color Cylindrical-coordinate representation of color #CA0F20: hue angle of 354.55º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0F20 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB2021532-
CMYK00.930.840.21
HSL354.55º86.18%42.55%-
HSV(B)354.55º92.57%79.22%-
XYZ24.79132.57-
YUV72.85104.95220.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 81.12%
GREEN value IS 15 (6.25% from 255) = 6.02%
BLUE value IS 32 (12.89% from 255) = 12.85%
R=81.12%
G=6.02%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202153200.930.840.21354.5586.1842.55
HexCAF2005D5415163562b
Octal312174001351242554312653
Binary110010101111100000010111011010100101011011000111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0F20; }

 p { color: rgb(202,15,32); }

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

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

 a { background-color: rgb(202,15,32); }

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

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

 span { border-color: rgb(202,15,32); }

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