Shades of Fire Engine Red #DF0822
Tints of Fire Engine Red #DF0822
RGB
CMYK
RGB Variations
Color information
#DF0822 (or 0xDF0822) is known color: Fire Engine Red. HEX triplet: DF, 08 and 22. RGB value is (223,8,34). Sum of RGB (Red+Green+Blue) = 223+8+34=265 (35% of max value = 765). Red value is 223 (87.5% from 255 or 84.15% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0822 is #20F7DD. Grayscale: #4B4B4B. Windows color (decimal): -2160606 or 2230495. OLE color: 2230495.
HSL color Cylindrical-coordinate representation of color #DF0822: hue angle of 352.74º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0822 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 34 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.13 |
| HSL | 352.74º | 0.93% | 0.45% | - |
| HSV(B) | 352.74º | 0.96% | 0.87% | - |
| XYZ | 30.81 | 15.98 | 2.97 | - |
| YUV | 75.25 | 104.73 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 34 | 0 | 0.96 | 0.85 | 0.13 | 352.74 | 0.93 | 0.45 |
| Hex | DF | 8 | 22 | 0 | 60 | 55 | D | 161 | 5D | 2D |
| Octal | 337 | 10 | 42 | 0 | 140 | 125 | 15 | 541 | 135 | 55 |
| Binary | 11011111 | 1000 | 100010 | 0 | 1100000 | 1010101 | 1101 | 101100001 | 1011101 | 101101 |
Color Harmonies of #DF0822
Complementary color
Monochromatic Colors of #DF0822
Black with #DF0822
Text Example
Text Example
White with #DF0822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0822; }
p { color: rgb(223,8,34); }
H1.HeaderClassName
{
color: #DF0822;
}
.AnyTagClassName
{
color: #DF0822;
}
</style>
background-color css
<style>
a { background-color: #DF0822; }
a { background-color: rgb(223,8,34); }
div.DivClassName
{
background-color: #DF0822;
}
.BgClassName
{
background-color: #DF0822;
}
</style>
border-color css
<style>
span { border-color: #DF0822; }
span { border-color: rgb(223,8,34); }
td.TdClassName
{
border-color: #DF0822;
}
.TagClassName
{
border-color: #DF0822;
}
</style>