Html Css Color HEX #E80B1E Fire Engine Red

📋 copy color: '#E80B1E'

red 232 ◦ green 11 ◦ blue 30

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

Shades of Fire Engine Red #E80B1E

Tints of Fire Engine Red #E80B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.03%

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 84.98%
G = 4.03%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E80B1E (or 0xE80B1E) is known color: Fire Engine Red. HEX triplet: E8, 0B and 1E. RGB value is (232,11,30). Sum of RGB (Red+Green+Blue) = 232+11+30=273 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.98% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80B1E is #17F4E1. Grayscale: #4F4F4F. Windows color (decimal): -1570018 or 1969128. OLE color: 1969128.

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

Color convert

RGB 232 11 30 -
CMYK 0 0.95 0.87 0.09
HSL 354.84º 0.91% 0.48% -
HSV(B) 354.84º 0.95% 0.91% -
XYZ 33.63 17.49 2.83 -
YUV 79.25 100.22 236.96 -
System Red Green Blue C M Y K H S L
Decimal 232 11 30 0 0.95 0.87 0.09 354.84 0.91 0.48
Hex E8 B 1E 0 5F 57 9 163 5B 30
Octal 350 13 36 0 137 127 11 543 133 60
Binary 11101000 1011 11110 0 1011111 1010111 1001 101100011 1011011 110000

Color Harmonies of #E80B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80B1E

Black with #E80B1E

Text Example


Text Example

White with #E80B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80B1E; }

 p { color: rgb(232,11,30); }

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

background-color css

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

 a { background-color: rgb(232,11,30); }

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

border-color css

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

 span { border-color: rgb(232,11,30); }

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