#D31417

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

Shades of Fire Engine Red #D31417

Tints of Fire Engine Red #D31417

Color information

#D31417 (or 0xD31417) is unknown color: approx Fire Engine Red. HEX triplet: D3, 14 and 17. RGB value is (211,20,23). Sum of RGB (Red+Green+Blue) = 211+20+23=254 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.07% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 211 - color contains mainly: red. Hex color #D31417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31417 is #2CEBE8. Grayscale: #4D4D4D. Windows color (decimal): -2943977 or 1512659. OLE color: 1512659.

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

Color convert

RGB2112023-
CMYK00.910.890.17
HSL359.06º82.68%45.29%-
HSV(B)359.06º90.52%82.75%-
XYZ27.2714.412.15-
YUV77.4597.28223.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 83.07%
GREEN value IS 20 (8.20% from 255) = 7.87%
BLUE value IS 23 (9.38% from 255) = 9.06%
R=83.07%
G=7.87%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211202300.910.890.17359.0682.6845.29
HexD3141705B5911167532d
Octal323242701331312154712355
Binary110100111010010111010110111011001100011011001111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31417; }

 p { color: rgb(211,20,23); }

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

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

 a { background-color: rgb(211,20,23); }

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

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

 span { border-color: rgb(211,20,23); }

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