Shades of Fire Engine Red #DF0422
Tints of Fire Engine Red #DF0422
RGB
CMYK
RGB Variations
Color information
#DF0422 (or 0xDF0422) is known color: Fire Engine Red. HEX triplet: DF, 04 and 22. RGB value is (223,4,34). Sum of RGB (Red+Green+Blue) = 223+4+34=261 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.44% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0422 is #20FBDD. Grayscale: #484848. Windows color (decimal): -2161630 or 2229471. OLE color: 2229471.
HSL color Cylindrical-coordinate representation of color #DF0422: hue angle of 351.78º 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 #DF0422 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 34 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.13 |
| HSL | 351.78º | 0.96% | 0.45% | - |
| HSV(B) | 351.78º | 0.98% | 0.87% | - |
| XYZ | 30.76 | 15.89 | 2.96 | - |
| YUV | 72.9 | 106.05 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 34 | 0 | 0.98 | 0.85 | 0.13 | 351.78 | 0.96 | 0.45 |
| Hex | DF | 4 | 22 | 0 | 62 | 55 | D | 160 | 60 | 2D |
| Octal | 337 | 4 | 42 | 0 | 142 | 125 | 15 | 540 | 140 | 55 |
| Binary | 11011111 | 100 | 100010 | 0 | 1100010 | 1010101 | 1101 | 101100000 | 1100000 | 101101 |
Color Harmonies of #DF0422
Complementary color
Monochromatic Colors of #DF0422
Black with #DF0422
Text Example
Text Example
White with #DF0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0422; }
p { color: rgb(223,4,34); }
H1.HeaderClassName
{
color: #DF0422;
}
.AnyTagClassName
{
color: #DF0422;
}
</style>
background-color css
<style>
a { background-color: #DF0422; }
a { background-color: rgb(223,4,34); }
div.DivClassName
{
background-color: #DF0422;
}
.BgClassName
{
background-color: #DF0422;
}
</style>
border-color css
<style>
span { border-color: #DF0422; }
span { border-color: rgb(223,4,34); }
td.TdClassName
{
border-color: #DF0422;
}
.TagClassName
{
border-color: #DF0422;
}
</style>