#D11016

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

Shades of Fire Engine Red #D11016

Tints of Fire Engine Red #D11016

Color information

#D11016 (or 0xD11016) is unknown color: approx Fire Engine Red. HEX triplet: D1, 10 and 16. RGB value is (209,16,22). Sum of RGB (Red+Green+Blue) = 209+16+22=247 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.62% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 209 - color contains mainly: red. Hex color #D11016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11016 is #2EEFE9. Grayscale: #4A4A4A. Windows color (decimal): -3076074 or 1446097. OLE color: 1446097.

HSL color Cylindrical-coordinate representation of color #D11016: hue angle of 358.13º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11016 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB2091622-
CMYK00.920.890.18
HSL358.13º85.78%44.12%-
HSV(B)358.13º92.34%81.96%-
XYZ26.6213.982.05-
YUV74.3998.44224.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 84.62%
GREEN value IS 16 (6.64% from 255) = 6.48%
BLUE value IS 22 (8.98% from 255) = 8.91%
R=84.62%
G=6.48%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209162200.920.890.18358.1385.7844.12
HexD1101605C5912166562c
Octal321202601341312254612654
Binary110100011000010110010111001011001100101011001101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11016; }

 p { color: rgb(209,16,22); }

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

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

 a { background-color: rgb(209,16,22); }

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

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

 span { border-color: rgb(209,16,22); }

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