Shades of Fire Engine Red #DF2021
Tints of Fire Engine Red #DF2021
RGB
CMYK
RGB Variations
Color information
#DF2021 (or 0xDF2021) is known color: Fire Engine Red. HEX triplet: DF, 20 and 21. RGB value is (223,32,33). Sum of RGB (Red+Green+Blue) = 223+32+33=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2021 is #20DFDE. Grayscale: #595959. Windows color (decimal): -2154463 or 2171103. OLE color: 2171103.
HSL color Cylindrical-coordinate representation of color #DF2021: hue angle of 359.69º 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 #DF2021 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 33 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.13 |
| HSL | 359.69º | 0.75% | 0.5% | - |
| HSV(B) | 359.69º | 0.86% | 0.87% | - |
| XYZ | 31.22 | 16.83 | 3.04 | - |
| YUV | 89.22 | 96.28 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 33 | 0 | 0.86 | 0.85 | 0.13 | 359.69 | 0.75 | 0.5 |
| Hex | DF | 20 | 21 | 0 | 56 | 55 | D | 168 | 4B | 32 |
| Octal | 337 | 40 | 41 | 0 | 126 | 125 | 15 | 550 | 113 | 62 |
| Binary | 11011111 | 100000 | 100001 | 0 | 1010110 | 1010101 | 1101 | 101101000 | 1001011 | 110010 |
Color Harmonies of #DF2021
Complementary color
Monochromatic Colors of #DF2021
Black with #DF2021
Text Example
Text Example
White with #DF2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2021; }
p { color: rgb(223,32,33); }
H1.HeaderClassName
{
color: #DF2021;
}
.AnyTagClassName
{
color: #DF2021;
}
</style>
background-color css
<style>
a { background-color: #DF2021; }
a { background-color: rgb(223,32,33); }
div.DivClassName
{
background-color: #DF2021;
}
.BgClassName
{
background-color: #DF2021;
}
</style>
border-color css
<style>
span { border-color: #DF2021; }
span { border-color: rgb(223,32,33); }
td.TdClassName
{
border-color: #DF2021;
}
.TagClassName
{
border-color: #DF2021;
}
</style>