Html Css Color HEX #E31116 Fire Engine Red

📋 copy color: '#E31116'

red 227 ◦ green 17 ◦ blue 22

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

Shades of Fire Engine Red #E31116

Tints of Fire Engine Red #E31116

RGB

 RED value IS 227 (89.06% from 255) = 85.34%

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

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

R = 85.34%
G = 6.39%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E31116 (or 0xE31116) is known color: Fire Engine Red. HEX triplet: E3, 11 and 16. RGB value is (227,17,22). Sum of RGB (Red+Green+Blue) = 227+17+22=266 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.34% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 227 - color contains mainly: red. Hex color #E31116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31116 is #1CEEE9. Grayscale: #505050. Windows color (decimal): -1896170 or 1446371. OLE color: 1446371.

HSL color Cylindrical-coordinate representation of color #E31116: hue angle of 358.57º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31116 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 17 22 -
CMYK 0 0.93 0.90 0.11
HSL 358.57º 0.86% 0.48% -
HSV(B) 358.57º 0.93% 0.89% -
XYZ 32.02 16.79 2.31 -
YUV 80.36 95.07 232.59 -
System Red Green Blue C M Y K H S L
Decimal 227 17 22 0 0.93 0.90 0.11 358.57 0.86 0.48
Hex E3 11 16 0 5D 5A B 167 56 30
Octal 343 21 26 0 135 132 13 547 126 60
Binary 11100011 10001 10110 0 1011101 1011010 1011 101100111 1010110 110000

Color Harmonies of #E31116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31116

Black with #E31116

Text Example


Text Example

White with #E31116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31116; }

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

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

background-color css

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

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

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

border-color css

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

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

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