Shades of Fire Engine Red #DF0F17
Tints of Fire Engine Red #DF0F17
RGB
CMYK
RGB Variations
Color information
#DF0F17 (or 0xDF0F17) is known color: Fire Engine Red. HEX triplet: DF, 0F and 17. RGB value is (223,15,23). Sum of RGB (Red+Green+Blue) = 223+15+23=261 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.44% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0F17 is #20F0E8. Grayscale: #4E4E4E. Windows color (decimal): -2158825 or 1511391. OLE color: 1511391.
HSL color Cylindrical-coordinate representation of color #DF0F17: hue angle of 357.69º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0F17 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 23 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.13 |
| HSL | 357.69º | 0.87% | 0.47% | - |
| HSV(B) | 357.69º | 0.93% | 0.87% | - |
| XYZ | 30.76 | 16.09 | 2.3 | - |
| YUV | 78.1 | 96.91 | 231.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 23 | 0 | 0.93 | 0.90 | 0.13 | 357.69 | 0.87 | 0.47 |
| Hex | DF | F | 17 | 0 | 5D | 5A | D | 166 | 57 | 2F |
| Octal | 337 | 17 | 27 | 0 | 135 | 132 | 15 | 546 | 127 | 57 |
| Binary | 11011111 | 1111 | 10111 | 0 | 1011101 | 1011010 | 1101 | 101100110 | 1010111 | 101111 |
Color Harmonies of #DF0F17
Complementary color
Monochromatic Colors of #DF0F17
Black with #DF0F17
Text Example
Text Example
White with #DF0F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F17; }
p { color: rgb(223,15,23); }
H1.HeaderClassName
{
color: #DF0F17;
}
.AnyTagClassName
{
color: #DF0F17;
}
</style>
background-color css
<style>
a { background-color: #DF0F17; }
a { background-color: rgb(223,15,23); }
div.DivClassName
{
background-color: #DF0F17;
}
.BgClassName
{
background-color: #DF0F17;
}
</style>
border-color css
<style>
span { border-color: #DF0F17; }
span { border-color: rgb(223,15,23); }
td.TdClassName
{
border-color: #DF0F17;
}
.TagClassName
{
border-color: #DF0F17;
}
</style>