Html Css Color HEX #E00918 Fire Engine Red

📋 copy color: '#E00918'

red 224 ◦ green 9 ◦ blue 24

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

Shades of Fire Engine Red #E00918

Tints of Fire Engine Red #E00918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.5%

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

R = 87.16%
G = 3.5%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E00918 (or 0xE00918) is known color: Fire Engine Red. HEX triplet: E0, 09 and 18. RGB value is (224,9,24). Sum of RGB (Red+Green+Blue) = 224+9+24=257 (34% of max value = 765). Red value is 224 (87.89% from 255 or 87.16% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 224 - color contains mainly: red. Hex color #E00918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00918 is #1FF6E7. Grayscale: #4B4B4B. Windows color (decimal): -2094824 or 1575392. OLE color: 1575392.

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

Color convert

RGB 224 9 24 -
CMYK 0 0.96 0.89 0.12
HSL 355.81º 0.92% 0.46% -
HSV(B) 355.81º 0.96% 0.88% -
XYZ 31 16.11 2.34 -
YUV 75 99.23 234.28 -
System Red Green Blue C M Y K H S L
Decimal 224 9 24 0 0.96 0.89 0.12 355.81 0.92 0.46
Hex E0 9 18 0 60 59 C 164 5C 2E
Octal 340 11 30 0 140 131 14 544 134 56
Binary 11100000 1001 11000 0 1100000 1011001 1100 101100100 1011100 101110

Color Harmonies of #E00918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00918

Black with #E00918

Text Example


Text Example

White with #E00918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00918; }

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

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

background-color css

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

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

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

border-color css

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

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

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