#CA0E22

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

Shades of Fire Engine Red #CA0E22

Tints of Fire Engine Red #CA0E22

Color information

#CA0E22 (or 0xCA0E22) is unknown color: approx Fire Engine Red. HEX triplet: CA, 0E and 22. RGB value is (202,14,34). Sum of RGB (Red+Green+Blue) = 202+14+34=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0E22 is #35F1DD. Grayscale: #484848. Windows color (decimal): -3535326 or 2232010. OLE color: 2232010.

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

Color convert

RGB2021434-
CMYK00.930.830.21
HSL353.62º87.04%42.35%-
HSV(B)353.62º93.07%79.22%-
XYZ24.812.992.71-
YUV72.49106.28220.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 80.8%
GREEN value IS 14 (5.86% from 255) = 5.6%
BLUE value IS 34 (13.67% from 255) = 13.6%
R=80.8%
G=5.6%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202143400.930.830.21353.6287.0442.35
HexCAE2205D5315162572a
Octal312164201351232554212752
Binary110010101110100010010111011010011101011011000101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0E22; }

 p { color: rgb(202,14,34); }

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

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

 a { background-color: rgb(202,14,34); }

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

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

 span { border-color: rgb(202,14,34); }

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