Html Css Color HEX #E70F18 Fire Engine Red

📋 copy color: '#E70F18'

red 231 ◦ green 15 ◦ blue 24

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

Shades of Fire Engine Red #E70F18

Tints of Fire Engine Red #E70F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.89%

R = 85.56%
G = 5.56%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E70F18 (or 0xE70F18) is known color: Fire Engine Red. HEX triplet: E7, 0F and 18. RGB value is (231,15,24). Sum of RGB (Red+Green+Blue) = 231+15+24=270 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.56% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70F18 is #18F0E7. Grayscale: #505050. Windows color (decimal): -1634536 or 1576935. OLE color: 1576935.

HSL color Cylindrical-coordinate representation of color #E70F18: hue angle of 357.5º 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 #E70F18 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 15 24 -
CMYK 0 0.94 0.90 0.09
HSL 357.5º 0.88% 0.48% -
HSV(B) 357.5º 0.94% 0.91% -
XYZ 33.29 17.4 2.47 -
YUV 80.61 96.06 235.27 -
System Red Green Blue C M Y K H S L
Decimal 231 15 24 0 0.94 0.90 0.09 357.5 0.88 0.48
Hex E7 F 18 0 5E 5A 9 166 58 30
Octal 347 17 30 0 136 132 11 546 130 60
Binary 11100111 1111 11000 0 1011110 1011010 1001 101100110 1011000 110000

Color Harmonies of #E70F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70F18

Black with #E70F18

Text Example


Text Example

White with #E70F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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