#CA0E26

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

Shades of Fire Engine Red #CA0E26

Tints of Fire Engine Red #CA0E26

Color information

#CA0E26 (or 0xCA0E26) is unknown color: approx Fire Engine Red. HEX triplet: CA, 0E and 26. RGB value is (202,14,38). Sum of RGB (Red+Green+Blue) = 202+14+38=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0E26 is #35F1D9. Grayscale: #494949. Windows color (decimal): -3535322 or 2494154. OLE color: 2494154.

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

Color convert

RGB2021438-
CMYK00.930.810.21
HSL352.34º87.04%42.35%-
HSV(B)352.34º93.07%79.22%-
XYZ24.8613.013.03-
YUV72.95108.28220.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 79.53%
GREEN value IS 14 (5.86% from 255) = 5.51%
BLUE value IS 38 (15.23% from 255) = 14.96%
R=79.53%
G=5.51%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202143800.930.810.21352.3487.0442.35
HexCAE2605D5115160572a
Octal312164601351212554012752
Binary110010101110100110010111011010001101011011000001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0E26; }

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

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

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

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

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

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

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

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