Html Css Color HEX #E70920 Fire Engine Red

📋 copy color: '#E70920'

red 231 ◦ green 9 ◦ blue 32

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

Shades of Fire Engine Red #E70920

Tints of Fire Engine Red #E70920

RGB

 RED value IS 231 (90.63% from 255) = 84.93%

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

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

R = 84.93%
G = 3.31%
B = 11.76%

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

#E70920 (or 0xE70920) is known color: Fire Engine Red. HEX triplet: E7, 09 and 20. RGB value is (231,9,32). Sum of RGB (Red+Green+Blue) = 231+9+32=272 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.93% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 231 - color contains mainly: red. Hex color #E70920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70920 is #18F6DF. Grayscale: #4E4E4E. Windows color (decimal): -1636064 or 2099687. OLE color: 2099687.

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

Color convert

RGB 231 9 32 -
CMYK 0 0.96 0.86 0.09
HSL 353.78º 0.93% 0.47% -
HSV(B) 353.78º 0.96% 0.91% -
XYZ 33.31 17.29 2.95 -
YUV 78 102.05 237.13 -
System Red Green Blue C M Y K H S L
Decimal 231 9 32 0 0.96 0.86 0.09 353.78 0.93 0.47
Hex E7 9 20 0 60 56 9 162 5C 2F
Octal 347 11 40 0 140 126 11 542 134 57
Binary 11100111 1001 100000 0 1100000 1010110 1001 101100010 1011100 101111

Color Harmonies of #E70920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70920

Black with #E70920

Text Example


Text Example

White with #E70920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70920; }

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

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

background-color css

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

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

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

border-color css

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

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

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