Shades of Fire Engine Red #DF0F19
Tints of Fire Engine Red #DF0F19
RGB
CMYK
RGB Variations
Color information
#DF0F19 (or 0xDF0F19) is known color: Fire Engine Red. HEX triplet: DF, 0F and 19. RGB value is (223,15,25). Sum of RGB (Red+Green+Blue) = 223+15+25=263 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.79% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0F19 is #20F0E6. Grayscale: #4E4E4E. Windows color (decimal): -2158823 or 1642463. OLE color: 1642463.
HSL color Cylindrical-coordinate representation of color #DF0F19: hue angle of 357.12º 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 #DF0F19 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 25 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.13 |
| HSL | 357.12º | 0.87% | 0.47% | - |
| HSV(B) | 357.12º | 0.93% | 0.87% | - |
| XYZ | 30.78 | 16.1 | 2.41 | - |
| YUV | 78.33 | 97.91 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 25 | 0 | 0.93 | 0.89 | 0.13 | 357.12 | 0.87 | 0.47 |
| Hex | DF | F | 19 | 0 | 5D | 59 | D | 165 | 57 | 2F |
| Octal | 337 | 17 | 31 | 0 | 135 | 131 | 15 | 545 | 127 | 57 |
| Binary | 11011111 | 1111 | 11001 | 0 | 1011101 | 1011001 | 1101 | 101100101 | 1010111 | 101111 |
Color Harmonies of #DF0F19
Complementary color
Monochromatic Colors of #DF0F19
Black with #DF0F19
Text Example
Text Example
White with #DF0F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F19; }
p { color: rgb(223,15,25); }
H1.HeaderClassName
{
color: #DF0F19;
}
.AnyTagClassName
{
color: #DF0F19;
}
</style>
background-color css
<style>
a { background-color: #DF0F19; }
a { background-color: rgb(223,15,25); }
div.DivClassName
{
background-color: #DF0F19;
}
.BgClassName
{
background-color: #DF0F19;
}
</style>
border-color css
<style>
span { border-color: #DF0F19; }
span { border-color: rgb(223,15,25); }
td.TdClassName
{
border-color: #DF0F19;
}
.TagClassName
{
border-color: #DF0F19;
}
</style>