#E70A20

Color #E70A20 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #E70A20

Tints of Fire Engine Red #E70A20

Color information

#E70A20 (or 0xE70A20) is unknown color: approx Fire Engine Red. HEX triplet: E7, 0A and 20. RGB value is (231,10,32). Sum of RGB (Red+Green+Blue) = 231+10+32=273 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.62% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70A20 is #18F5DF. Grayscale: #4E4E4E. Windows color (decimal): -1635808 or 2099943. OLE color: 2099943.

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

Color convert

RGB2311032-
CMYK00.960.860.09
HSL354.03º91.7%47.25%-
HSV(B)354.03º95.67%90.59%-
XYZ33.3217.312.95-
YUV78.59101.72236.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 84.62%
GREEN value IS 10 (4.30% from 255) = 3.66%
BLUE value IS 32 (12.89% from 255) = 11.72%
R=84.62%
G=3.66%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231103200.960.860.09354.0391.747.25
HexE7A200605691625c2f
Octal347124001401261154213457
Binary11100111101010000001100000101011010011011000101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70A20; }

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

 H1.HeaderClassName
 {
   color: #E70A20;
 }
 .AnyTagClassName
 {
   color: #E70A20;
 }
</style>
background-color css

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

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

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

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

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

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