#E00F17

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

Shades of Fire Engine Red #E00F17

Tints of Fire Engine Red #E00F17

Color information

#E00F17 (or 0xE00F17) is unknown color: approx Fire Engine Red. HEX triplet: E0, 0F and 17. RGB value is (224,15,23). Sum of RGB (Red+Green+Blue) = 224+15+23=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00F17 is #1FF0E8. Grayscale: #4E4E4E. Windows color (decimal): -2093289 or 1511392. OLE color: 1511392.

HSL color Cylindrical-coordinate representation of color #E00F17: hue angle of 357.7º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00F17 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB2241523-
CMYK00.930.900.12
HSL357.7º87.45%46.86%-
HSV(B)357.7º93.3%87.84%-
XYZ31.0716.252.31-
YUV78.496.74231.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 85.50%
GREEN value IS 15 (6.25% from 255) = 5.73%
BLUE value IS 23 (9.38% from 255) = 8.78%
R=85.50%
G=5.73%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224152300.930.900.12357.787.4546.86
HexE0F1705D5AC166572f
Octal340172701351321454612757
Binary1110000011111011101011101101101011001011001101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00F17; }

 p { color: rgb(224,15,23); }

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

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

 a { background-color: rgb(224,15,23); }

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

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

 span { border-color: rgb(224,15,23); }

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