Html Css Color HEX #E10E12 Fire Engine Red

📋 copy color: '#E10E12'

red 225 ◦ green 14 ◦ blue 18

#E10E12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #E10E12

Tints of Fire Engine Red #E10E12

RGB

 RED value IS 225 (88.28% from 255) = 87.55%

 GREEN value IS 14 (5.86% from 255) = 5.45%

 BLUE value IS 18 (7.42% from 255) = 7%

R = 87.55%
G = 5.45%
B = 7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E10E12 (or 0xE10E12) is known color: Fire Engine Red. HEX triplet: E1, 0E and 12. RGB value is (225,14,18). Sum of RGB (Red+Green+Blue) = 225+14+18=257 (34% of max value = 765). Red value is 225 (88.28% from 255 or 87.55% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10E12 is #1EF1ED. Grayscale: #4D4D4D. Windows color (decimal): -2028014 or 1183457. OLE color: 1183457.

HSL color Cylindrical-coordinate representation of color #E10E12: hue angle of 358.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10E12 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 14 18 -
CMYK 0 0.94 0.92 0.12
HSL 358.86º 0.88% 0.47% -
HSV(B) 358.86º 0.94% 0.88% -
XYZ 31.32 16.37 2.08 -
YUV 77.55 94.4 233.17 -
System Red Green Blue C M Y K H S L
Decimal 225 14 18 0 0.94 0.92 0.12 358.86 0.88 0.47
Hex E1 E 12 0 5E 5C C 167 58 2F
Octal 341 16 22 0 136 134 14 547 130 57
Binary 11100001 1110 10010 0 1011110 1011100 1100 101100111 1011000 101111

Color Harmonies of #E10E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10E12

Black with #E10E12

Text Example


Text Example

White with #E10E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10E12; }

 p { color: rgb(225,14,18); }

 H1.HeaderClassName
 {
   color: #E10E12;
 }
 .AnyTagClassName
 {
   color: #E10E12;
 }
</style>

background-color css

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

 a { background-color: rgb(225,14,18); }

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

border-color css

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

 span { border-color: rgb(225,14,18); }

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