Html Css Color HEX #E80814 Fire Engine Red

📋 copy color: '#E80814'

red 232 ◦ green 8 ◦ blue 20

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

Shades of Fire Engine Red #E80814

Tints of Fire Engine Red #E80814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.08%

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

R = 89.23%
G = 3.08%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E80814 (or 0xE80814) is known color: Fire Engine Red. HEX triplet: E8, 08 and 14. RGB value is (232,8,20). Sum of RGB (Red+Green+Blue) = 232+8+20=260 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.23% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 232 - color contains mainly: red. Hex color #E80814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80814 is #17F7EB. Grayscale: #4C4C4C. Windows color (decimal): -1570796 or 1313000. OLE color: 1313000.

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

Color convert

RGB 232 8 20 -
CMYK 0 0.97 0.91 0.09
HSL 356.79º 0.93% 0.47% -
HSV(B) 356.79º 0.97% 0.91% -
XYZ 33.49 17.38 2.25 -
YUV 76.34 96.21 239.02 -
System Red Green Blue C M Y K H S L
Decimal 232 8 20 0 0.97 0.91 0.09 356.79 0.93 0.47
Hex E8 8 14 0 61 5B 9 165 5D 2F
Octal 350 10 24 0 141 133 11 545 135 57
Binary 11101000 1000 10100 0 1100001 1011011 1001 101100101 1011101 101111

Color Harmonies of #E80814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80814

Black with #E80814

Text Example


Text Example

White with #E80814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80814; }

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

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

background-color css

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

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

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

border-color css

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

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

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