Html Css Color HEX #E01116 Fire Engine Red

📋 copy color: '#E01116'

red 224 ◦ green 17 ◦ blue 22

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

Shades of Fire Engine Red #E01116

Tints of Fire Engine Red #E01116

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.46%

 BLUE value IS 22 (8.98% from 255) = 8.37%

R = 85.17%
G = 6.46%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E01116 (or 0xE01116) is known color: Fire Engine Red. HEX triplet: E0, 11 and 16. RGB value is (224,17,22). Sum of RGB (Red+Green+Blue) = 224+17+22=263 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.17% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 224 - color contains mainly: red. Hex color #E01116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01116 is #1FEEE9. Grayscale: #4F4F4F. Windows color (decimal): -2092778 or 1446368. OLE color: 1446368.

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

Color convert

RGB 224 17 22 -
CMYK 0 0.92 0.90 0.12
HSL 358.55º 0.86% 0.47% -
HSV(B) 358.55º 0.92% 0.88% -
XYZ 31.09 16.31 2.27 -
YUV 79.46 95.58 231.09 -
System Red Green Blue C M Y K H S L
Decimal 224 17 22 0 0.92 0.90 0.12 358.55 0.86 0.47
Hex E0 11 16 0 5C 5A C 167 56 2F
Octal 340 21 26 0 134 132 14 547 126 57
Binary 11100000 10001 10110 0 1011100 1011010 1100 101100111 1010110 101111

Color Harmonies of #E01116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01116

Black with #E01116

Text Example


Text Example

White with #E01116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01116; }

 p { color: rgb(224,17,22); }

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

background-color css

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

 a { background-color: rgb(224,17,22); }

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

border-color css

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

 span { border-color: rgb(224,17,22); }

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