Shades of Fire Engine Red #DF0D16
Tints of Fire Engine Red #DF0D16
RGB
CMYK
RGB Variations
Color information
#DF0D16 (or 0xDF0D16) is known color: Fire Engine Red. HEX triplet: DF, 0D and 16. RGB value is (223,13,22). Sum of RGB (Red+Green+Blue) = 223+13+22=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0D16 is #20F2E9. Grayscale: #4C4C4C. Windows color (decimal): -2159338 or 1445343. OLE color: 1445343.
HSL color Cylindrical-coordinate representation of color #DF0D16: hue angle of 357.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D16 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 22 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.13 |
| HSL | 357.43º | 0.89% | 0.46% | - |
| HSV(B) | 357.43º | 0.94% | 0.87% | - |
| XYZ | 30.72 | 16.03 | 2.23 | - |
| YUV | 76.82 | 97.07 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 22 | 0 | 0.94 | 0.90 | 0.13 | 357.43 | 0.89 | 0.46 |
| Hex | DF | D | 16 | 0 | 5E | 5A | D | 165 | 59 | 2E |
| Octal | 337 | 15 | 26 | 0 | 136 | 132 | 15 | 545 | 131 | 56 |
| Binary | 11011111 | 1101 | 10110 | 0 | 1011110 | 1011010 | 1101 | 101100101 | 1011001 | 101110 |
Color Harmonies of #DF0D16
Complementary color
Monochromatic Colors of #DF0D16
Black with #DF0D16
Text Example
Text Example
White with #DF0D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D16; }
p { color: rgb(223,13,22); }
H1.HeaderClassName
{
color: #DF0D16;
}
.AnyTagClassName
{
color: #DF0D16;
}
</style>
background-color css
<style>
a { background-color: #DF0D16; }
a { background-color: rgb(223,13,22); }
div.DivClassName
{
background-color: #DF0D16;
}
.BgClassName
{
background-color: #DF0D16;
}
</style>
border-color css
<style>
span { border-color: #DF0D16; }
span { border-color: rgb(223,13,22); }
td.TdClassName
{
border-color: #DF0D16;
}
.TagClassName
{
border-color: #DF0D16;
}
</style>