Shades of Fire Engine Red #DF0E24
Tints of Fire Engine Red #DF0E24
RGB
CMYK
RGB Variations
Color information
#DF0E24 (or 0xDF0E24) is known color: Fire Engine Red. HEX triplet: DF, 0E and 24. RGB value is (223,14,36). Sum of RGB (Red+Green+Blue) = 223+14+36=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E24 is #20F1DB. Grayscale: #4F4F4F. Windows color (decimal): -2159068 or 2363103. OLE color: 2363103.
HSL color Cylindrical-coordinate representation of color #DF0E24: hue angle of 353.68º 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 #DF0E24 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 36 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.13 |
| HSL | 353.68º | 0.88% | 0.46% | - |
| HSV(B) | 353.68º | 0.94% | 0.87% | - |
| XYZ | 30.91 | 16.13 | 3.15 | - |
| YUV | 79 | 103.74 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 36 | 0 | 0.94 | 0.84 | 0.13 | 353.68 | 0.88 | 0.46 |
| Hex | DF | E | 24 | 0 | 5E | 54 | D | 162 | 58 | 2E |
| Octal | 337 | 16 | 44 | 0 | 136 | 124 | 15 | 542 | 130 | 56 |
| Binary | 11011111 | 1110 | 100100 | 0 | 1011110 | 1010100 | 1101 | 101100010 | 1011000 | 101110 |
Color Harmonies of #DF0E24
Complementary color
Monochromatic Colors of #DF0E24
Black with #DF0E24
Text Example
Text Example
White with #DF0E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E24; }
p { color: rgb(223,14,36); }
H1.HeaderClassName
{
color: #DF0E24;
}
.AnyTagClassName
{
color: #DF0E24;
}
</style>
background-color css
<style>
a { background-color: #DF0E24; }
a { background-color: rgb(223,14,36); }
div.DivClassName
{
background-color: #DF0E24;
}
.BgClassName
{
background-color: #DF0E24;
}
</style>
border-color css
<style>
span { border-color: #DF0E24; }
span { border-color: rgb(223,14,36); }
td.TdClassName
{
border-color: #DF0E24;
}
.TagClassName
{
border-color: #DF0E24;
}
</style>