Shades of Fire Engine Red #D81018
Tints of Fire Engine Red #D81018
RGB
CMYK
RGB Variations
Color information
#D81018 (or 0xD81018) is known color: Fire Engine Red. HEX triplet: D8, 10 and 18. RGB value is (216,16,24). Sum of RGB (Red+Green+Blue) = 216+16+24=256 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.38% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 216 - color contains mainly: red. Hex color #D81018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81018 is #27EFE7. Grayscale: #4C4C4C. Windows color (decimal): -2617320 or 1577176. OLE color: 1577176.
HSL color Cylindrical-coordinate representation of color #D81018: hue angle of 357.6º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81018 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 24 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.15 |
| HSL | 357.6º | 0.86% | 0.45% | - |
| HSV(B) | 357.6º | 0.93% | 0.85% | - |
| XYZ | 28.67 | 15.04 | 2.26 | - |
| YUV | 76.71 | 98.26 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 24 | 0 | 0.93 | 0.89 | 0.15 | 357.6 | 0.86 | 0.45 |
| Hex | D8 | 10 | 18 | 0 | 5D | 59 | F | 166 | 56 | 2D |
| Octal | 330 | 20 | 30 | 0 | 135 | 131 | 17 | 546 | 126 | 55 |
| Binary | 11011000 | 10000 | 11000 | 0 | 1011101 | 1011001 | 1111 | 101100110 | 1010110 | 101101 |
Color Harmonies of #D81018
Complementary color
Monochromatic Colors of #D81018
Black with #D81018
Text Example
Text Example
White with #D81018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81018; }
p { color: rgb(216,16,24); }
H1.HeaderClassName
{
color: #D81018;
}
.AnyTagClassName
{
color: #D81018;
}
</style>
background-color css
<style>
a { background-color: #D81018; }
a { background-color: rgb(216,16,24); }
div.DivClassName
{
background-color: #D81018;
}
.BgClassName
{
background-color: #D81018;
}
</style>
border-color css
<style>
span { border-color: #D81018; }
span { border-color: rgb(216,16,24); }
td.TdClassName
{
border-color: #D81018;
}
.TagClassName
{
border-color: #D81018;
}
</style>