Html Css Color HEX #E80E21 Fire Engine Red

📋 copy color: '#E80E21'

red 232 ◦ green 14 ◦ blue 33

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

Shades of Fire Engine Red #E80E21

Tints of Fire Engine Red #E80E21

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.02%

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 83.15%
G = 5.02%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E80E21 (or 0xE80E21) is known color: Fire Engine Red. HEX triplet: E8, 0E and 21. RGB value is (232,14,33). Sum of RGB (Red+Green+Blue) = 232+14+33=279 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.15% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80E21 is #17F1DE. Grayscale: #515151. Windows color (decimal): -1569247 or 2166504. OLE color: 2166504.

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

Color convert

RGB 232 14 33 -
CMYK 0 0.94 0.86 0.09
HSL 354.77º 0.89% 0.48% -
HSV(B) 354.77º 0.94% 0.91% -
XYZ 33.71 17.58 3.06 -
YUV 81.35 100.72 235.46 -
System Red Green Blue C M Y K H S L
Decimal 232 14 33 0 0.94 0.86 0.09 354.77 0.89 0.48
Hex E8 E 21 0 5E 56 9 163 59 30
Octal 350 16 41 0 136 126 11 543 131 60
Binary 11101000 1110 100001 0 1011110 1010110 1001 101100011 1011001 110000

Color Harmonies of #E80E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80E21

Black with #E80E21

Text Example


Text Example

White with #E80E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80E21; }

 p { color: rgb(232,14,33); }

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

background-color css

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

 a { background-color: rgb(232,14,33); }

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

border-color css

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

 span { border-color: rgb(232,14,33); }

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