#E70A1F

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

Shades of Fire Engine Red #E70A1F

Tints of Fire Engine Red #E70A1F

Color information

#E70A1F (or 0xE70A1F) is unknown color: approx Fire Engine Red. HEX triplet: E7, 0A and 1F. RGB value is (231,10,31). Sum of RGB (Red+Green+Blue) = 231+10+31=272 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.93% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A1F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70A1F is #18F5E0. Grayscale: #4E4E4E. Windows color (decimal): -1635809 or 2034407. OLE color: 2034407.

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

Color convert

RGB2311031-
CMYK00.960.870.09
HSL354.3º91.7%47.25%-
HSV(B)354.3º95.67%90.59%-
XYZ33.3117.32.88-
YUV78.47101.22236.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 84.93%
GREEN value IS 10 (4.30% from 255) = 3.68%
BLUE value IS 31 (12.5% from 255) = 11.40%
R=84.93%
G=3.68%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231103100.960.870.09354.391.747.25
HexE7A1F0605791625c2f
Octal347123701401271154213457
Binary1110011110101111101100000101011110011011000101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70A1F; }

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

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

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

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

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

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

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

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