Html Css Color HEX #E01012 Fire Engine Red

📋 copy color: '#E01012'

red 224 ◦ green 16 ◦ blue 18

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

Shades of Fire Engine Red #E01012

Tints of Fire Engine Red #E01012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.2%

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

R = 86.82%
G = 6.2%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E01012 (or 0xE01012) is known color: Fire Engine Red. HEX triplet: E0, 10 and 12. RGB value is (224,16,18). Sum of RGB (Red+Green+Blue) = 224+16+18=258 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.82% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 224 - color contains mainly: red. Hex color #E01012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01012 is #1FEFED. Grayscale: #4E4E4E. Windows color (decimal): -2093038 or 1183968. OLE color: 1183968.

HSL color Cylindrical-coordinate representation of color #E01012: hue angle of 359.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 #E01012 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 16 18 -
CMYK 0 0.93 0.92 0.12
HSL 359.42º 0.87% 0.47% -
HSV(B) 359.42º 0.93% 0.88% -
XYZ 31.03 16.26 2.08 -
YUV 78.42 93.91 231.84 -
System Red Green Blue C M Y K H S L
Decimal 224 16 18 0 0.93 0.92 0.12 359.42 0.87 0.47
Hex E0 10 12 0 5D 5C C 167 57 2F
Octal 340 20 22 0 135 134 14 547 127 57
Binary 11100000 10000 10010 0 1011101 1011100 1100 101100111 1010111 101111

Color Harmonies of #E01012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01012

Black with #E01012

Text Example


Text Example

White with #E01012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01012; }

 p { color: rgb(224,16,18); }

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

background-color css

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

 a { background-color: rgb(224,16,18); }

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

border-color css

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

 span { border-color: rgb(224,16,18); }

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