Shades of Fire Engine Red #DF0722
Tints of Fire Engine Red #DF0722
RGB
CMYK
RGB Variations
Color information
#DF0722 (or 0xDF0722) is known color: Fire Engine Red. HEX triplet: DF, 07 and 22. RGB value is (223,7,34). Sum of RGB (Red+Green+Blue) = 223+7+34=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0722 is #20F8DD. Grayscale: #4A4A4A. Windows color (decimal): -2160862 or 2230239. OLE color: 2230239.
HSL color Cylindrical-coordinate representation of color #DF0722: hue angle of 352.5º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0722 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 34 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.13 |
| HSL | 352.5º | 0.94% | 0.45% | - |
| HSV(B) | 352.5º | 0.97% | 0.87% | - |
| XYZ | 30.8 | 15.96 | 2.97 | - |
| YUV | 74.66 | 105.06 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 34 | 0 | 0.97 | 0.85 | 0.13 | 352.5 | 0.94 | 0.45 |
| Hex | DF | 7 | 22 | 0 | 61 | 55 | D | 160 | 5E | 2D |
| Octal | 337 | 7 | 42 | 0 | 141 | 125 | 15 | 540 | 136 | 55 |
| Binary | 11011111 | 111 | 100010 | 0 | 1100001 | 1010101 | 1101 | 101100000 | 1011110 | 101101 |
Color Harmonies of #DF0722
Complementary color
Monochromatic Colors of #DF0722
Black with #DF0722
Text Example
Text Example
White with #DF0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0722; }
p { color: rgb(223,7,34); }
H1.HeaderClassName
{
color: #DF0722;
}
.AnyTagClassName
{
color: #DF0722;
}
</style>
background-color css
<style>
a { background-color: #DF0722; }
a { background-color: rgb(223,7,34); }
div.DivClassName
{
background-color: #DF0722;
}
.BgClassName
{
background-color: #DF0722;
}
</style>
border-color css
<style>
span { border-color: #DF0722; }
span { border-color: rgb(223,7,34); }
td.TdClassName
{
border-color: #DF0722;
}
.TagClassName
{
border-color: #DF0722;
}
</style>