Shades of Fire Engine Red #DF1719
Tints of Fire Engine Red #DF1719
RGB
CMYK
RGB Variations
Color information
#DF1719 (or 0xDF1719) is known color: Fire Engine Red. HEX triplet: DF, 17 and 19. RGB value is (223,23,25). Sum of RGB (Red+Green+Blue) = 223+23+25=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1719 is #20E8E6. Grayscale: #535353. Windows color (decimal): -2156775 or 1644511. OLE color: 1644511.
HSL color Cylindrical-coordinate representation of color #DF1719: hue angle of 359.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1719 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 25 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.13 |
| HSL | 359.4º | 0.81% | 0.48% | - |
| HSV(B) | 359.4º | 0.9% | 0.87% | - |
| XYZ | 30.91 | 16.37 | 2.45 | - |
| YUV | 83.03 | 95.26 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 25 | 0 | 0.90 | 0.89 | 0.13 | 359.4 | 0.81 | 0.48 |
| Hex | DF | 17 | 19 | 0 | 5A | 59 | D | 167 | 51 | 30 |
| Octal | 337 | 27 | 31 | 0 | 132 | 131 | 15 | 547 | 121 | 60 |
| Binary | 11011111 | 10111 | 11001 | 0 | 1011010 | 1011001 | 1101 | 101100111 | 1010001 | 110000 |
Color Harmonies of #DF1719
Complementary color
Monochromatic Colors of #DF1719
Black with #DF1719
Text Example
Text Example
White with #DF1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1719; }
p { color: rgb(223,23,25); }
H1.HeaderClassName
{
color: #DF1719;
}
.AnyTagClassName
{
color: #DF1719;
}
</style>
background-color css
<style>
a { background-color: #DF1719; }
a { background-color: rgb(223,23,25); }
div.DivClassName
{
background-color: #DF1719;
}
.BgClassName
{
background-color: #DF1719;
}
</style>
border-color css
<style>
span { border-color: #DF1719; }
span { border-color: rgb(223,23,25); }
td.TdClassName
{
border-color: #DF1719;
}
.TagClassName
{
border-color: #DF1719;
}
</style>