Shades of Fire Engine Red #DF0E15
Tints of Fire Engine Red #DF0E15
RGB
CMYK
RGB Variations
Color information
#DF0E15 (or 0xDF0E15) is known color: Fire Engine Red. HEX triplet: DF, 0E and 15. RGB value is (223,14,21). Sum of RGB (Red+Green+Blue) = 223+14+21=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0E15 is #20F1EA. Grayscale: #4D4D4D. Windows color (decimal): -2159083 or 1380063. OLE color: 1380063.
HSL color Cylindrical-coordinate representation of color #DF0E15: hue angle of 357.99º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0E15 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 21 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.13 |
| HSL | 357.99º | 0.88% | 0.46% | - |
| HSV(B) | 357.99º | 0.94% | 0.87% | - |
| XYZ | 30.72 | 16.06 | 2.19 | - |
| YUV | 77.29 | 96.24 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 21 | 0 | 0.94 | 0.91 | 0.13 | 357.99 | 0.88 | 0.46 |
| Hex | DF | E | 15 | 0 | 5E | 5B | D | 166 | 58 | 2E |
| Octal | 337 | 16 | 25 | 0 | 136 | 133 | 15 | 546 | 130 | 56 |
| Binary | 11011111 | 1110 | 10101 | 0 | 1011110 | 1011011 | 1101 | 101100110 | 1011000 | 101110 |
Color Harmonies of #DF0E15
Complementary color
Monochromatic Colors of #DF0E15
Black with #DF0E15
Text Example
Text Example
White with #DF0E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E15; }
p { color: rgb(223,14,21); }
H1.HeaderClassName
{
color: #DF0E15;
}
.AnyTagClassName
{
color: #DF0E15;
}
</style>
background-color css
<style>
a { background-color: #DF0E15; }
a { background-color: rgb(223,14,21); }
div.DivClassName
{
background-color: #DF0E15;
}
.BgClassName
{
background-color: #DF0E15;
}
</style>
border-color css
<style>
span { border-color: #DF0E15; }
span { border-color: rgb(223,14,21); }
td.TdClassName
{
border-color: #DF0E15;
}
.TagClassName
{
border-color: #DF0E15;
}
</style>