Shades of Fire Engine Red #DF1018
Tints of Fire Engine Red #DF1018
RGB
CMYK
RGB Variations
Color information
#DF1018 (or 0xDF1018) is known color: Fire Engine Red. HEX triplet: DF, 10 and 18. RGB value is (223,16,24). Sum of RGB (Red+Green+Blue) = 223+16+24=263 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.79% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1018 is #20EFE7. Grayscale: #4E4E4E. Windows color (decimal): -2158568 or 1577183. OLE color: 1577183.
HSL color Cylindrical-coordinate representation of color #DF1018: hue angle of 357.68º 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 #DF1018 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 24 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.13 |
| HSL | 357.68º | 0.87% | 0.47% | - |
| HSV(B) | 357.68º | 0.93% | 0.87% | - |
| XYZ | 30.78 | 16.12 | 2.35 | - |
| YUV | 78.81 | 97.08 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 24 | 0 | 0.93 | 0.89 | 0.13 | 357.68 | 0.87 | 0.47 |
| Hex | DF | 10 | 18 | 0 | 5D | 59 | D | 166 | 57 | 2F |
| Octal | 337 | 20 | 30 | 0 | 135 | 131 | 15 | 546 | 127 | 57 |
| Binary | 11011111 | 10000 | 11000 | 0 | 1011101 | 1011001 | 1101 | 101100110 | 1010111 | 101111 |
Color Harmonies of #DF1018
Complementary color
Monochromatic Colors of #DF1018
Black with #DF1018
Text Example
Text Example
White with #DF1018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1018; }
p { color: rgb(223,16,24); }
H1.HeaderClassName
{
color: #DF1018;
}
.AnyTagClassName
{
color: #DF1018;
}
</style>
background-color css
<style>
a { background-color: #DF1018; }
a { background-color: rgb(223,16,24); }
div.DivClassName
{
background-color: #DF1018;
}
.BgClassName
{
background-color: #DF1018;
}
</style>
border-color css
<style>
span { border-color: #DF1018; }
span { border-color: rgb(223,16,24); }
td.TdClassName
{
border-color: #DF1018;
}
.TagClassName
{
border-color: #DF1018;
}
</style>