Shades of Fire Engine Red #D11018
Tints of Fire Engine Red #D11018
RGB
CMYK
RGB Variations
Color information
#D11018 (or 0xD11018) is known color: Fire Engine Red. HEX triplet: D1, 10 and 18. RGB value is (209,16,24). Sum of RGB (Red+Green+Blue) = 209+16+24=249 (32% of max value = 765). Red value is 209 (82.03% from 255 or 83.94% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 209 - color contains mainly: red. Hex color #D11018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11018 is #2EEFE7. Grayscale: #4A4A4A. Windows color (decimal): -3076072 or 1577169. OLE color: 1577169.
HSL color Cylindrical-coordinate representation of color #D11018: hue angle of 357.51º 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 #D11018 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 24 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.18 |
| HSL | 357.51º | 0.86% | 0.44% | - |
| HSV(B) | 357.51º | 0.92% | 0.82% | - |
| XYZ | 26.64 | 13.99 | 2.16 | - |
| YUV | 74.62 | 99.44 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 24 | 0 | 0.92 | 0.89 | 0.18 | 357.51 | 0.86 | 0.44 |
| Hex | D1 | 10 | 18 | 0 | 5C | 59 | 12 | 166 | 56 | 2C |
| Octal | 321 | 20 | 30 | 0 | 134 | 131 | 22 | 546 | 126 | 54 |
| Binary | 11010001 | 10000 | 11000 | 0 | 1011100 | 1011001 | 10010 | 101100110 | 1010110 | 101100 |
Color Harmonies of #D11018
Complementary color
Monochromatic Colors of #D11018
Black with #D11018
Text Example
Text Example
White with #D11018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11018; }
p { color: rgb(209,16,24); }
H1.HeaderClassName
{
color: #D11018;
}
.AnyTagClassName
{
color: #D11018;
}
</style>
background-color css
<style>
a { background-color: #D11018; }
a { background-color: rgb(209,16,24); }
div.DivClassName
{
background-color: #D11018;
}
.BgClassName
{
background-color: #D11018;
}
</style>
border-color css
<style>
span { border-color: #D11018; }
span { border-color: rgb(209,16,24); }
td.TdClassName
{
border-color: #D11018;
}
.TagClassName
{
border-color: #D11018;
}
</style>