#E10C24

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

Shades of Fire Engine Red #E10C24

Tints of Fire Engine Red #E10C24

Color information

#E10C24 (or 0xE10C24) is unknown color: approx Fire Engine Red. HEX triplet: E1, 0C and 24. RGB value is (225,12,36). Sum of RGB (Red+Green+Blue) = 225+12+36=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C24 is #1EF3DB. Grayscale: #4E4E4E. Windows color (decimal): -2028508 or 2362593. OLE color: 2362593.

HSL color Cylindrical-coordinate representation of color #E10C24: hue angle of 353.24º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C24 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB2251236-
CMYK00.950.840.12
HSL353.24º89.87%46.47%-
HSV(B)353.24º94.67%88.24%-
XYZ31.516.43.17-
YUV78.42104.07232.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 82.42%
GREEN value IS 12 (5.08% from 255) = 4.40%
BLUE value IS 36 (14.45% from 255) = 13.19%
R=82.42%
G=4.40%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225123600.950.840.12353.2489.8746.47
HexE1C2405F54C1615a2e
Octal341144401371241454113256
Binary11100001110010010001011111101010011001011000011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10C24; }

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

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

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

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

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

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

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

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