Html Css Color HEX #E81014 Fire Engine Red

📋 copy color: '#E81014'

red 232 ◦ green 16 ◦ blue 20

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

Shades of Fire Engine Red #E81014

Tints of Fire Engine Red #E81014

RGB

 RED value IS 232 (91.02% from 255) = 86.57%

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

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

R = 86.57%
G = 5.97%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E81014 (or 0xE81014) is known color: Fire Engine Red. HEX triplet: E8, 10 and 14. RGB value is (232,16,20). Sum of RGB (Red+Green+Blue) = 232+16+20=268 (35% of max value = 765). Red value is 232 (91.02% from 255 or 86.57% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 232 - color contains mainly: red. Hex color #E81014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81014 is #17EFEB. Grayscale: #515151. Windows color (decimal): -1568748 or 1315048. OLE color: 1315048.

HSL color Cylindrical-coordinate representation of color #E81014: hue angle of 358.89º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81014 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 16 20 -
CMYK 0 0.93 0.91 0.09
HSL 358.89º 0.87% 0.49% -
HSV(B) 358.89º 0.93% 0.91% -
XYZ 33.59 17.58 2.28 -
YUV 81.04 93.56 235.67 -
System Red Green Blue C M Y K H S L
Decimal 232 16 20 0 0.93 0.91 0.09 358.89 0.87 0.49
Hex E8 10 14 0 5D 5B 9 167 57 31
Octal 350 20 24 0 135 133 11 547 127 61
Binary 11101000 10000 10100 0 1011101 1011011 1001 101100111 1010111 110001

Color Harmonies of #E81014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81014

Black with #E81014

Text Example


Text Example

White with #E81014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81014; }

 p { color: rgb(232,16,20); }

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

background-color css

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

 a { background-color: rgb(232,16,20); }

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

border-color css

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

 span { border-color: rgb(232,16,20); }

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