Shades of Fire Engine Red #DF1618
Tints of Fire Engine Red #DF1618
RGB
CMYK
RGB Variations
Color information
#DF1618 (or 0xDF1618) is known color: Fire Engine Red. HEX triplet: DF, 16 and 18. RGB value is (223,22,24). Sum of RGB (Red+Green+Blue) = 223+22+24=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1618 is #20E9E7. Grayscale: #525252. Windows color (decimal): -2157032 or 1578719. OLE color: 1578719.
HSL color Cylindrical-coordinate representation of color #DF1618: hue angle of 359.4º degrees, saturation: 0.82, 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 #DF1618 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 24 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.13 |
| HSL | 359.4º | 0.82% | 0.48% | - |
| HSV(B) | 359.4º | 0.9% | 0.87% | - |
| XYZ | 30.88 | 16.33 | 2.39 | - |
| YUV | 82.33 | 95.09 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 24 | 0 | 0.90 | 0.89 | 0.13 | 359.4 | 0.82 | 0.48 |
| Hex | DF | 16 | 18 | 0 | 5A | 59 | D | 167 | 52 | 30 |
| Octal | 337 | 26 | 30 | 0 | 132 | 131 | 15 | 547 | 122 | 60 |
| Binary | 11011111 | 10110 | 11000 | 0 | 1011010 | 1011001 | 1101 | 101100111 | 1010010 | 110000 |
Color Harmonies of #DF1618
Complementary color
Monochromatic Colors of #DF1618
Black with #DF1618
Text Example
Text Example
White with #DF1618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1618; }
p { color: rgb(223,22,24); }
H1.HeaderClassName
{
color: #DF1618;
}
.AnyTagClassName
{
color: #DF1618;
}
</style>
background-color css
<style>
a { background-color: #DF1618; }
a { background-color: rgb(223,22,24); }
div.DivClassName
{
background-color: #DF1618;
}
.BgClassName
{
background-color: #DF1618;
}
</style>
border-color css
<style>
span { border-color: #DF1618; }
span { border-color: rgb(223,22,24); }
td.TdClassName
{
border-color: #DF1618;
}
.TagClassName
{
border-color: #DF1618;
}
</style>