Shades of Fire Engine Red #DF1620
Tints of Fire Engine Red #DF1620
RGB
CMYK
RGB Variations
Color information
#DF1620 (or 0xDF1620) is known color: Fire Engine Red. HEX triplet: DF, 16 and 20. RGB value is (223,22,32). Sum of RGB (Red+Green+Blue) = 223+22+32=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1620 is #20E9DF. Grayscale: #535353. Windows color (decimal): -2157024 or 2103007. OLE color: 2103007.
HSL color Cylindrical-coordinate representation of color #DF1620: hue angle of 357.01º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1620 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 32 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.13 |
| HSL | 357.01º | 0.82% | 0.48% | - |
| HSV(B) | 357.01º | 0.9% | 0.87% | - |
| XYZ | 30.98 | 16.37 | 2.89 | - |
| YUV | 83.24 | 99.09 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 32 | 0 | 0.90 | 0.86 | 0.13 | 357.01 | 0.82 | 0.48 |
| Hex | DF | 16 | 20 | 0 | 5A | 56 | D | 165 | 52 | 30 |
| Octal | 337 | 26 | 40 | 0 | 132 | 126 | 15 | 545 | 122 | 60 |
| Binary | 11011111 | 10110 | 100000 | 0 | 1011010 | 1010110 | 1101 | 101100101 | 1010010 | 110000 |
Color Harmonies of #DF1620
Complementary color
Monochromatic Colors of #DF1620
Black with #DF1620
Text Example
Text Example
White with #DF1620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1620; }
p { color: rgb(223,22,32); }
H1.HeaderClassName
{
color: #DF1620;
}
.AnyTagClassName
{
color: #DF1620;
}
</style>
background-color css
<style>
a { background-color: #DF1620; }
a { background-color: rgb(223,22,32); }
div.DivClassName
{
background-color: #DF1620;
}
.BgClassName
{
background-color: #DF1620;
}
</style>
border-color css
<style>
span { border-color: #DF1620; }
span { border-color: rgb(223,22,32); }
td.TdClassName
{
border-color: #DF1620;
}
.TagClassName
{
border-color: #DF1620;
}
</style>