Html Css Color HEX #E70720 Fire Engine Red

📋 copy color: '#E70720'

red 231 ◦ green 7 ◦ blue 32

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

Shades of Fire Engine Red #E70720

Tints of Fire Engine Red #E70720

RGB

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

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

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

R = 85.56%
G = 2.59%
B = 11.85%

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

#E70720 (or 0xE70720) is known color: Fire Engine Red. HEX triplet: E7, 07 and 20. RGB value is (231,7,32). Sum of RGB (Red+Green+Blue) = 231+7+32=270 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.56% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 231 - color contains mainly: red. Hex color #E70720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70720 is #18F8DF. Grayscale: #4C4C4C. Windows color (decimal): -1636576 or 2099175. OLE color: 2099175.

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

Color convert

RGB 231 7 32 -
CMYK 0 0.97 0.86 0.09
HSL 353.3º 0.94% 0.47% -
HSV(B) 353.3º 0.97% 0.91% -
XYZ 33.29 17.25 2.94 -
YUV 76.83 102.71 237.97 -
System Red Green Blue C M Y K H S L
Decimal 231 7 32 0 0.97 0.86 0.09 353.3 0.94 0.47
Hex E7 7 20 0 61 56 9 161 5E 2F
Octal 347 7 40 0 141 126 11 541 136 57
Binary 11100111 111 100000 0 1100001 1010110 1001 101100001 1011110 101111

Color Harmonies of #E70720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70720

Black with #E70720

Text Example


Text Example

White with #E70720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70720; }

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

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

background-color css

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

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

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

border-color css

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

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

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