Html Css Color HEX #E00F18 Fire Engine Red

📋 copy color: '#E00F18'

red 224 ◦ green 15 ◦ blue 24

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

Shades of Fire Engine Red #E00F18

Tints of Fire Engine Red #E00F18

RGB

 RED value IS 224 (87.89% from 255) = 85.17%

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

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

R = 85.17%
G = 5.7%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E00F18 (or 0xE00F18) is known color: Fire Engine Red. HEX triplet: E0, 0F and 18. RGB value is (224,15,24). Sum of RGB (Red+Green+Blue) = 224+15+24=263 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.17% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00F18 is #1FF0E7. Grayscale: #4E4E4E. Windows color (decimal): -2093288 or 1576928. OLE color: 1576928.

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

Color convert

RGB 224 15 24 -
CMYK 0 0.93 0.89 0.12
HSL 357.42º 0.87% 0.47% -
HSV(B) 357.42º 0.93% 0.88% -
XYZ 31.08 16.25 2.36 -
YUV 78.52 97.24 231.77 -
System Red Green Blue C M Y K H S L
Decimal 224 15 24 0 0.93 0.89 0.12 357.42 0.87 0.47
Hex E0 F 18 0 5D 59 C 165 57 2F
Octal 340 17 30 0 135 131 14 545 127 57
Binary 11100000 1111 11000 0 1011101 1011001 1100 101100101 1010111 101111

Color Harmonies of #E00F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F18

Black with #E00F18

Text Example


Text Example

White with #E00F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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