Html Css Color HEX #E71012 Fire Engine Red

📋 copy color: '#E71012'

red 231 ◦ green 16 ◦ blue 18

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

Shades of Fire Engine Red #E71012

Tints of Fire Engine Red #E71012

RGB

 RED value IS 231 (90.63% from 255) = 87.17%

 GREEN value IS 16 (6.64% from 255) = 6.04%

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

R = 87.17%
G = 6.04%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E71012 (or 0xE71012) is known color: Fire Engine Red. HEX triplet: E7, 10 and 12. RGB value is (231,16,18). Sum of RGB (Red+Green+Blue) = 231+16+18=265 (35% of max value = 765). Red value is 231 (90.62% from 255 or 87.17% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 231 - color contains mainly: red. Hex color #E71012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71012 is #18EFED. Grayscale: #505050. Windows color (decimal): -1634286 or 1183975. OLE color: 1183975.

HSL color Cylindrical-coordinate representation of color #E71012: hue angle of 359.44º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71012 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 16 18 -
CMYK 0 0.93 0.92 0.09
HSL 359.44º 0.87% 0.48% -
HSV(B) 359.44º 0.93% 0.91% -
XYZ 33.25 17.4 2.18 -
YUV 80.51 92.73 235.34 -
System Red Green Blue C M Y K H S L
Decimal 231 16 18 0 0.93 0.92 0.09 359.44 0.87 0.48
Hex E7 10 12 0 5D 5C 9 167 57 30
Octal 347 20 22 0 135 134 11 547 127 60
Binary 11100111 10000 10010 0 1011101 1011100 1001 101100111 1010111 110000

Color Harmonies of #E71012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71012

Black with #E71012

Text Example


Text Example

White with #E71012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71012; }

 p { color: rgb(231,16,18); }

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

background-color css

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

 a { background-color: rgb(231,16,18); }

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

border-color css

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

 span { border-color: rgb(231,16,18); }

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