#E70F25

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

Shades of Fire Engine Red #E70F25

Tints of Fire Engine Red #E70F25

Color information

#E70F25 (or 0xE70F25) is unknown color: approx Fire Engine Red. HEX triplet: E7, 0F and 25. RGB value is (231,15,37). Sum of RGB (Red+Green+Blue) = 231+15+37=283 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.63% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70F25 is #18F0DA. Grayscale: #525252. Windows color (decimal): -1634523 or 2428903. OLE color: 2428903.

HSL color Cylindrical-coordinate representation of color #E70F25: hue angle of 353.89º degrees, saturation: 0.88, 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 #E70F25 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB2311537-
CMYK00.940.840.09
HSL353.89º87.8%48.24%-
HSV(B)353.89º93.51%90.59%-
XYZ33.4617.463.36-
YUV82.09102.56234.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 81.63%
GREEN value IS 15 (6.25% from 255) = 5.30%
BLUE value IS 37 (14.84% from 255) = 13.07%
R=81.63%
G=5.30%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231153700.940.840.09353.8987.848.24
HexE7F2505E5491625830
Octal347174501361241154213060
Binary11100111111110010101011110101010010011011000101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70F25; }

 p { color: rgb(231,15,37); }

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

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

 a { background-color: rgb(231,15,37); }

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

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

 span { border-color: rgb(231,15,37); }

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