Shades of Fire Engine Red #DF1021
Tints of Fire Engine Red #DF1021
RGB
CMYK
RGB Variations
Color information
#DF1021 (or 0xDF1021) is known color: Fire Engine Red. HEX triplet: DF, 10 and 21. RGB value is (223,16,33). Sum of RGB (Red+Green+Blue) = 223+16+33=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1021 is #20EFDE. Grayscale: #4F4F4F. Windows color (decimal): -2158559 or 2167007. OLE color: 2167007.
HSL color Cylindrical-coordinate representation of color #DF1021: hue angle of 355.07º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1021 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 33 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.13 |
| HSL | 355.07º | 0.87% | 0.47% | - |
| HSV(B) | 355.07º | 0.93% | 0.87% | - |
| XYZ | 30.89 | 16.17 | 2.93 | - |
| YUV | 79.83 | 101.58 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 33 | 0 | 0.93 | 0.85 | 0.13 | 355.07 | 0.87 | 0.47 |
| Hex | DF | 10 | 21 | 0 | 5D | 55 | D | 163 | 57 | 2F |
| Octal | 337 | 20 | 41 | 0 | 135 | 125 | 15 | 543 | 127 | 57 |
| Binary | 11011111 | 10000 | 100001 | 0 | 1011101 | 1010101 | 1101 | 101100011 | 1010111 | 101111 |
Color Harmonies of #DF1021
Complementary color
Monochromatic Colors of #DF1021
Black with #DF1021
Text Example
Text Example
White with #DF1021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1021; }
p { color: rgb(223,16,33); }
H1.HeaderClassName
{
color: #DF1021;
}
.AnyTagClassName
{
color: #DF1021;
}
</style>
background-color css
<style>
a { background-color: #DF1021; }
a { background-color: rgb(223,16,33); }
div.DivClassName
{
background-color: #DF1021;
}
.BgClassName
{
background-color: #DF1021;
}
</style>
border-color css
<style>
span { border-color: #DF1021; }
span { border-color: rgb(223,16,33); }
td.TdClassName
{
border-color: #DF1021;
}
.TagClassName
{
border-color: #DF1021;
}
</style>