Shades of Fire Engine Red #DF2022
Tints of Fire Engine Red #DF2022
RGB
CMYK
RGB Variations
Color information
#DF2022 (or 0xDF2022) is known color: Fire Engine Red. HEX triplet: DF, 20 and 22. RGB value is (223,32,34). Sum of RGB (Red+Green+Blue) = 223+32+34=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2022 is #20DFDD. Grayscale: #595959. Windows color (decimal): -2154462 or 2236639. OLE color: 2236639.
HSL color Cylindrical-coordinate representation of color #DF2022: hue angle of 359.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2022 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 34 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.13 |
| HSL | 359.37º | 0.75% | 0.5% | - |
| HSV(B) | 359.37º | 0.86% | 0.87% | - |
| XYZ | 31.24 | 16.84 | 3.12 | - |
| YUV | 89.34 | 96.78 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 34 | 0 | 0.86 | 0.85 | 0.13 | 359.37 | 0.75 | 0.5 |
| Hex | DF | 20 | 22 | 0 | 56 | 55 | D | 167 | 4B | 32 |
| Octal | 337 | 40 | 42 | 0 | 126 | 125 | 15 | 547 | 113 | 62 |
| Binary | 11011111 | 100000 | 100010 | 0 | 1010110 | 1010101 | 1101 | 101100111 | 1001011 | 110010 |
Color Harmonies of #DF2022
Complementary color
Monochromatic Colors of #DF2022
Black with #DF2022
Text Example
Text Example
White with #DF2022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2022; }
p { color: rgb(223,32,34); }
H1.HeaderClassName
{
color: #DF2022;
}
.AnyTagClassName
{
color: #DF2022;
}
</style>
background-color css
<style>
a { background-color: #DF2022; }
a { background-color: rgb(223,32,34); }
div.DivClassName
{
background-color: #DF2022;
}
.BgClassName
{
background-color: #DF2022;
}
</style>
border-color css
<style>
span { border-color: #DF2022; }
span { border-color: rgb(223,32,34); }
td.TdClassName
{
border-color: #DF2022;
}
.TagClassName
{
border-color: #DF2022;
}
</style>