Shades of Fire Engine Red #DF0424
Tints of Fire Engine Red #DF0424
RGB
CMYK
RGB Variations
Color information
#DF0424 (or 0xDF0424) is known color: Fire Engine Red. HEX triplet: DF, 04 and 24. RGB value is (223,4,36). Sum of RGB (Red+Green+Blue) = 223+4+36=263 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.79% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0424 is #20FBDB. Grayscale: #494949. Windows color (decimal): -2161628 or 2360543. OLE color: 2360543.
HSL color Cylindrical-coordinate representation of color #DF0424: hue angle of 351.23º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0424 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 36 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.13 |
| HSL | 351.23º | 0.96% | 0.45% | - |
| HSV(B) | 351.23º | 0.98% | 0.87% | - |
| XYZ | 30.79 | 15.9 | 3.12 | - |
| YUV | 73.13 | 107.05 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 36 | 0 | 0.98 | 0.84 | 0.13 | 351.23 | 0.96 | 0.45 |
| Hex | DF | 4 | 24 | 0 | 62 | 54 | D | 15F | 60 | 2D |
| Octal | 337 | 4 | 44 | 0 | 142 | 124 | 15 | 537 | 140 | 55 |
| Binary | 11011111 | 100 | 100100 | 0 | 1100010 | 1010100 | 1101 | 101011111 | 1100000 | 101101 |
Color Harmonies of #DF0424
Complementary color
Monochromatic Colors of #DF0424
Black with #DF0424
Text Example
Text Example
White with #DF0424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0424; }
p { color: rgb(223,4,36); }
H1.HeaderClassName
{
color: #DF0424;
}
.AnyTagClassName
{
color: #DF0424;
}
</style>
background-color css
<style>
a { background-color: #DF0424; }
a { background-color: rgb(223,4,36); }
div.DivClassName
{
background-color: #DF0424;
}
.BgClassName
{
background-color: #DF0424;
}
</style>
border-color css
<style>
span { border-color: #DF0424; }
span { border-color: rgb(223,4,36); }
td.TdClassName
{
border-color: #DF0424;
}
.TagClassName
{
border-color: #DF0424;
}
</style>