Html Css Color HEX #E70F12 Fire Engine Red

📋 copy color: '#E70F12'

red 231 ◦ green 15 ◦ blue 18

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

Shades of Fire Engine Red #E70F12

Tints of Fire Engine Red #E70F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.68%

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

R = 87.5%
G = 5.68%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E70F12 (or 0xE70F12) is known color: Fire Engine Red. HEX triplet: E7, 0F and 12. RGB value is (231,15,18). Sum of RGB (Red+Green+Blue) = 231+15+18=264 (34% of max value = 765). Red value is 231 (90.62% from 255 or 87.5% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70F12 is #18F0ED. Grayscale: #505050. Windows color (decimal): -1634542 or 1183719. OLE color: 1183719.

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

Color convert

RGB 231 15 18 -
CMYK 0 0.94 0.92 0.09
HSL 359.17º 0.88% 0.48% -
HSV(B) 359.17º 0.94% 0.91% -
XYZ 33.24 17.37 2.17 -
YUV 79.93 93.06 235.76 -
System Red Green Blue C M Y K H S L
Decimal 231 15 18 0 0.94 0.92 0.09 359.17 0.88 0.48
Hex E7 F 12 0 5E 5C 9 167 58 30
Octal 347 17 22 0 136 134 11 547 130 60
Binary 11100111 1111 10010 0 1011110 1011100 1001 101100111 1011000 110000

Color Harmonies of #E70F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70F12

Black with #E70F12

Text Example


Text Example

White with #E70F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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