#E70D15

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

Shades of Fire Engine Red #E70D15

Tints of Fire Engine Red #E70D15

Color information

#E70D15 (or 0xE70D15) is unknown color: approx Fire Engine Red. HEX triplet: E7, 0D and 15. RGB value is (231,13,21). Sum of RGB (Red+Green+Blue) = 231+13+21=265 (35% of max value = 765). Red value is 231 (90.62% from 255 or 87.17% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70D15 is #18F2EA. Grayscale: #4F4F4F. Windows color (decimal): -1635051 or 1379815. OLE color: 1379815.

HSL color Cylindrical-coordinate representation of color #E70D15: hue angle of 357.8º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70D15 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB2311321-
CMYK00.940.910.09
HSL357.8º89.34%47.84%-
HSV(B)357.8º94.37%90.59%-
XYZ33.2317.332.3-
YUV79.0995.22236.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 87.17%
GREEN value IS 13 (5.47% from 255) = 4.91%
BLUE value IS 21 (8.59% from 255) = 7.92%
R=87.17%
G=4.91%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231132100.940.910.09357.889.3447.84
HexE7D1505E5B91665930
Octal347152501361331154613160
Binary1110011111011010101011110101101110011011001101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70D15; }

 p { color: rgb(231,13,21); }

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

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

 a { background-color: rgb(231,13,21); }

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

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

 span { border-color: rgb(231,13,21); }

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