Html Css Color HEX #E80920 Fire Engine Red

📋 copy color: '#E80920'

red 232 ◦ green 9 ◦ blue 32

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

Shades of Fire Engine Red #E80920

Tints of Fire Engine Red #E80920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

 BLUE value IS 32 (12.89% from 255) = 11.72%

R = 84.98%
G = 3.3%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E80920 (or 0xE80920) is known color: Fire Engine Red. HEX triplet: E8, 09 and 20. RGB value is (232,9,32). Sum of RGB (Red+Green+Blue) = 232+9+32=273 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.98% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 232 - color contains mainly: red. Hex color #E80920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80920 is #17F6DF. Grayscale: #4E4E4E. Windows color (decimal): -1570528 or 2099688. OLE color: 2099688.

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

Color convert

RGB 232 9 32 -
CMYK 0 0.96 0.86 0.09
HSL 353.81º 0.93% 0.47% -
HSV(B) 353.81º 0.96% 0.91% -
XYZ 33.64 17.46 2.96 -
YUV 78.3 101.88 237.63 -
System Red Green Blue C M Y K H S L
Decimal 232 9 32 0 0.96 0.86 0.09 353.81 0.93 0.47
Hex E8 9 20 0 60 56 9 162 5D 2F
Octal 350 11 40 0 140 126 11 542 135 57
Binary 11101000 1001 100000 0 1100000 1010110 1001 101100010 1011101 101111

Color Harmonies of #E80920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80920

Black with #E80920

Text Example


Text Example

White with #E80920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80920; }

 p { color: rgb(232,9,32); }

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

background-color css

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

 a { background-color: rgb(232,9,32); }

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

border-color css

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

 span { border-color: rgb(232,9,32); }

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