#E10C25

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

Shades of Fire Engine Red #E10C25

Tints of Fire Engine Red #E10C25

Color information

#E10C25 (or 0xE10C25) is unknown color: approx Fire Engine Red. HEX triplet: E1, 0C and 25. RGB value is (225,12,37). Sum of RGB (Red+Green+Blue) = 225+12+37=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C25 is #1EF3DA. Grayscale: #4E4E4E. Windows color (decimal): -2028507 or 2428129. OLE color: 2428129.

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

Color convert

RGB2251237-
CMYK00.950.840.12
HSL352.96º89.87%46.47%-
HSV(B)352.96º94.67%88.24%-
XYZ31.5216.43.26-
YUV78.54104.57232.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 82.12%
GREEN value IS 12 (5.08% from 255) = 4.38%
BLUE value IS 37 (14.84% from 255) = 13.50%
R=82.12%
G=4.38%
B=13.50%

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
Decimal225123700.950.840.12352.9689.8746.47
HexE1C2505F54C1615a2e
Octal341144501371241454113256
Binary11100001110010010101011111101010011001011000011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10C25; }

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

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

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

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

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

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

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

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