#D60E17

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

Shades of Fire Engine Red #D60E17

Tints of Fire Engine Red #D60E17

Color information

#D60E17 (or 0xD60E17) is unknown color: approx Fire Engine Red. HEX triplet: D6, 0E and 17. RGB value is (214,14,23). Sum of RGB (Red+Green+Blue) = 214+14+23=251 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.26% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60E17 is #29F1E8. Grayscale: #4A4A4A. Windows color (decimal): -2748905 or 1511126. OLE color: 1511126.

HSL color Cylindrical-coordinate representation of color #D60E17: hue angle of 357.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60E17 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB2141423-
CMYK00.930.890.16
HSL357.3º87.72%44.71%-
HSV(B)357.3º93.46%83.92%-
XYZ28.0414.672.16-
YUV74.8398.76227.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 85.26%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 23 (9.38% from 255) = 9.16%
R=85.26%
G=5.58%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214142300.930.890.16357.387.7244.71
HexD6E1705D5910165582d
Octal326162701351312054513055
Binary11010110111010111010111011011001100001011001011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60E17; }

 p { color: rgb(214,14,23); }

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

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

 a { background-color: rgb(214,14,23); }

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

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

 span { border-color: rgb(214,14,23); }

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