Shades of Fire Engine Red #DF1519
Tints of Fire Engine Red #DF1519
RGB
CMYK
RGB Variations
Color information
#DF1519 (or 0xDF1519) is known color: Fire Engine Red. HEX triplet: DF, 15 and 19. RGB value is (223,21,25). Sum of RGB (Red+Green+Blue) = 223+21+25=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1519 is #20EAE6. Grayscale: #525252. Windows color (decimal): -2157287 or 1643999. OLE color: 1643999.
HSL color Cylindrical-coordinate representation of color #DF1519: hue angle of 358.81º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1519 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 25 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.13 |
| HSL | 358.81º | 0.83% | 0.48% | - |
| HSV(B) | 358.81º | 0.91% | 0.87% | - |
| XYZ | 30.88 | 16.29 | 2.44 | - |
| YUV | 81.85 | 95.92 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 25 | 0 | 0.91 | 0.89 | 0.13 | 358.81 | 0.83 | 0.48 |
| Hex | DF | 15 | 19 | 0 | 5B | 59 | D | 167 | 53 | 30 |
| Octal | 337 | 25 | 31 | 0 | 133 | 131 | 15 | 547 | 123 | 60 |
| Binary | 11011111 | 10101 | 11001 | 0 | 1011011 | 1011001 | 1101 | 101100111 | 1010011 | 110000 |
Color Harmonies of #DF1519
Complementary color
Monochromatic Colors of #DF1519
Black with #DF1519
Text Example
Text Example
White with #DF1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1519; }
p { color: rgb(223,21,25); }
H1.HeaderClassName
{
color: #DF1519;
}
.AnyTagClassName
{
color: #DF1519;
}
</style>
background-color css
<style>
a { background-color: #DF1519; }
a { background-color: rgb(223,21,25); }
div.DivClassName
{
background-color: #DF1519;
}
.BgClassName
{
background-color: #DF1519;
}
</style>
border-color css
<style>
span { border-color: #DF1519; }
span { border-color: rgb(223,21,25); }
td.TdClassName
{
border-color: #DF1519;
}
.TagClassName
{
border-color: #DF1519;
}
</style>