#E10C26

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

Shades of Fire Engine Red #E10C26

Tints of Fire Engine Red #E10C26

Color information

#E10C26 (or 0xE10C26) is unknown color: approx Fire Engine Red. HEX triplet: E1, 0C and 26. RGB value is (225,12,38). Sum of RGB (Red+Green+Blue) = 225+12+38=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C26 is #1EF3D9. Grayscale: #4E4E4E. Windows color (decimal): -2028506 or 2493665. OLE color: 2493665.

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

Color convert

RGB2251238-
CMYK00.950.830.12
HSL352.68º89.87%46.47%-
HSV(B)352.68º94.67%88.24%-
XYZ31.5316.413.34-
YUV78.65105.07232.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 81.82%
GREEN value IS 12 (5.08% from 255) = 4.36%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=81.82%
G=4.36%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225123800.950.830.12352.6889.8746.47
HexE1C2605F53C1615a2e
Octal341144601371231454113256
Binary11100001110010011001011111101001111001011000011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10C26; }

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

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

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

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

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

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

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

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