Html Css Color HEX #E01418 Fire Engine Red

📋 copy color: '#E01418'

red 224 ◦ green 20 ◦ blue 24

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

Shades of Fire Engine Red #E01418

Tints of Fire Engine Red #E01418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 83.58%
G = 7.46%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E01418 (or 0xE01418) is known color: Fire Engine Red. HEX triplet: E0, 14 and 18. RGB value is (224,20,24). Sum of RGB (Red+Green+Blue) = 224+20+24=268 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.58% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 224 - color contains mainly: red. Hex color #E01418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01418 is #1FEBE7. Grayscale: #515151. Windows color (decimal): -2092008 or 1578208. OLE color: 1578208.

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

Color convert

RGB 224 20 24 -
CMYK 0 0.91 0.89 0.12
HSL 358.82º 0.84% 0.48% -
HSV(B) 358.82º 0.91% 0.88% -
XYZ 31.16 16.41 2.39 -
YUV 81.45 95.59 229.67 -
System Red Green Blue C M Y K H S L
Decimal 224 20 24 0 0.91 0.89 0.12 358.82 0.84 0.48
Hex E0 14 18 0 5B 59 C 167 54 30
Octal 340 24 30 0 133 131 14 547 124 60
Binary 11100000 10100 11000 0 1011011 1011001 1100 101100111 1010100 110000

Color Harmonies of #E01418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01418

Black with #E01418

Text Example


Text Example

White with #E01418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01418; }

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

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

background-color css

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

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

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

border-color css

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

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

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