Html Css Color HEX #E80720 Fire Engine Red

📋 copy color: '#E80720'

red 232 ◦ green 7 ◦ blue 32

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

Shades of Fire Engine Red #E80720

Tints of Fire Engine Red #E80720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

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

R = 85.61%
G = 2.58%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E80720 (or 0xE80720) is known color: Fire Engine Red. HEX triplet: E8, 07 and 20. RGB value is (232,7,32). Sum of RGB (Red+Green+Blue) = 232+7+32=271 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.61% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 232 - color contains mainly: red. Hex color #E80720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80720 is #17F8DF. Grayscale: #4D4D4D. Windows color (decimal): -1571040 or 2099176. OLE color: 2099176.

HSL color Cylindrical-coordinate representation of color #E80720: hue angle of 353.33º degrees, saturation: 0.94, 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 #E80720 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 7 32 -
CMYK 0 0.97 0.86 0.09
HSL 353.33º 0.94% 0.47% -
HSV(B) 353.33º 0.97% 0.91% -
XYZ 33.62 17.41 2.96 -
YUV 77.13 102.54 238.47 -
System Red Green Blue C M Y K H S L
Decimal 232 7 32 0 0.97 0.86 0.09 353.33 0.94 0.47
Hex E8 7 20 0 61 56 9 161 5E 2F
Octal 350 7 40 0 141 126 11 541 136 57
Binary 11101000 111 100000 0 1100001 1010110 1001 101100001 1011110 101111

Color Harmonies of #E80720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80720

Black with #E80720

Text Example


Text Example

White with #E80720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80720; }

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

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

background-color css

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

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

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

border-color css

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

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

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