Html Css Color HEX #E70220 Fire Engine Red

📋 copy color: '#E70220'

red 231 ◦ green 2 ◦ blue 32

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

Shades of Fire Engine Red #E70220

Tints of Fire Engine Red #E70220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 87.17%
G = 0.75%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E70220 (or 0xE70220) is known color: Fire Engine Red. HEX triplet: E7, 02 and 20. RGB value is (231,2,32). Sum of RGB (Red+Green+Blue) = 231+2+32=265 (35% of max value = 765). Red value is 231 (90.62% from 255 or 87.17% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 231 - color contains mainly: red. Hex color #E70220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70220 is #18FDDF. Grayscale: #4A4A4A. Windows color (decimal): -1637856 or 2097895. OLE color: 2097895.

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

Color convert

RGB 231 2 32 -
CMYK 0 0.99 0.86 0.09
HSL 352.14º 0.98% 0.46% -
HSV(B) 352.14º 0.99% 0.91% -
XYZ 33.24 17.14 2.92 -
YUV 73.89 104.37 240.06 -
System Red Green Blue C M Y K H S L
Decimal 231 2 32 0 0.99 0.86 0.09 352.14 0.98 0.46
Hex E7 2 20 0 63 56 9 160 62 2E
Octal 347 2 40 0 143 126 11 540 142 56
Binary 11100111 10 100000 0 1100011 1010110 1001 101100000 1100010 101110

Color Harmonies of #E70220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70220

Black with #E70220

Text Example


Text Example

White with #E70220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70220; }

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

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

background-color css

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

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

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

border-color css

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

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

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