#CA0E23

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

Shades of Fire Engine Red #CA0E23

Tints of Fire Engine Red #CA0E23

Color information

#CA0E23 (or 0xCA0E23) is unknown color: approx Fire Engine Red. HEX triplet: CA, 0E and 23. RGB value is (202,14,35). Sum of RGB (Red+Green+Blue) = 202+14+35=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0E23 is #35F1DC. Grayscale: #484848. Windows color (decimal): -3535325 or 2297546. OLE color: 2297546.

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

Color convert

RGB2021435-
CMYK00.930.830.21
HSL353.3º87.04%42.35%-
HSV(B)353.3º93.07%79.22%-
XYZ24.8212.992.79-
YUV72.61106.78220.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 80.48%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 35 (14.06% from 255) = 13.94%
R=80.48%
G=5.58%
B=13.94%

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
Decimal202143500.930.830.21353.387.0442.35
HexCAE2305D5315161572a
Octal312164301351232554112752
Binary110010101110100011010111011010011101011011000011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0E23; }

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

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

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

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

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

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

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

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