Shades of Fire Engine Red #DF0521
Tints of Fire Engine Red #DF0521
RGB
CMYK
RGB Variations
Color information
#DF0521 (or 0xDF0521) is known color: Fire Engine Red. HEX triplet: DF, 05 and 21. RGB value is (223,5,33). Sum of RGB (Red+Green+Blue) = 223+5+33=261 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.44% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0521 is #20FADE. Grayscale: #494949. Windows color (decimal): -2161375 or 2164191. OLE color: 2164191.
HSL color Cylindrical-coordinate representation of color #DF0521: hue angle of 352.29º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0521 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 33 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.13 |
| HSL | 352.29º | 0.96% | 0.45% | - |
| HSV(B) | 352.29º | 0.98% | 0.87% | - |
| XYZ | 30.76 | 15.91 | 2.89 | - |
| YUV | 73.37 | 105.22 | 234.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 33 | 0 | 0.98 | 0.85 | 0.13 | 352.29 | 0.96 | 0.45 |
| Hex | DF | 5 | 21 | 0 | 62 | 55 | D | 160 | 60 | 2D |
| Octal | 337 | 5 | 41 | 0 | 142 | 125 | 15 | 540 | 140 | 55 |
| Binary | 11011111 | 101 | 100001 | 0 | 1100010 | 1010101 | 1101 | 101100000 | 1100000 | 101101 |
Color Harmonies of #DF0521
Complementary color
Monochromatic Colors of #DF0521
Black with #DF0521
Text Example
Text Example
White with #DF0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0521; }
p { color: rgb(223,5,33); }
H1.HeaderClassName
{
color: #DF0521;
}
.AnyTagClassName
{
color: #DF0521;
}
</style>
background-color css
<style>
a { background-color: #DF0521; }
a { background-color: rgb(223,5,33); }
div.DivClassName
{
background-color: #DF0521;
}
.BgClassName
{
background-color: #DF0521;
}
</style>
border-color css
<style>
span { border-color: #DF0521; }
span { border-color: rgb(223,5,33); }
td.TdClassName
{
border-color: #DF0521;
}
.TagClassName
{
border-color: #DF0521;
}
</style>