Html Css Color HEX #E31016 Fire Engine Red

📋 copy color: '#E31016'

red 227 ◦ green 16 ◦ blue 22

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

Shades of Fire Engine Red #E31016

Tints of Fire Engine Red #E31016

RGB

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

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

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

R = 85.66%
G = 6.04%
B = 8.3%

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

#E31016 (or 0xE31016) is known color: Fire Engine Red. HEX triplet: E3, 10 and 16. RGB value is (227,16,22). Sum of RGB (Red+Green+Blue) = 227+16+22=265 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.66% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 227 - color contains mainly: red. Hex color #E31016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31016 is #1CEFE9. Grayscale: #4F4F4F. Windows color (decimal): -1896426 or 1446115. OLE color: 1446115.

HSL color Cylindrical-coordinate representation of color #E31016: hue angle of 358.29º degrees, saturation: 0.87, 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 #E31016 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 16 22 -
CMYK 0 0.93 0.90 0.11
HSL 358.29º 0.87% 0.48% -
HSV(B) 358.29º 0.93% 0.89% -
XYZ 32.01 16.76 2.31 -
YUV 79.77 95.4 233.01 -
System Red Green Blue C M Y K H S L
Decimal 227 16 22 0 0.93 0.90 0.11 358.29 0.87 0.48
Hex E3 10 16 0 5D 5A B 166 57 30
Octal 343 20 26 0 135 132 13 546 127 60
Binary 11100011 10000 10110 0 1011101 1011010 1011 101100110 1010111 110000

Color Harmonies of #E31016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31016

Black with #E31016

Text Example


Text Example

White with #E31016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31016; }

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

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

background-color css

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

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

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

border-color css

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

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

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