Shades of Fire Engine Red #DC0520
Tints of Fire Engine Red #DC0520
RGB
CMYK
RGB Variations
Color information
#DC0520 (or 0xDC0520) is known color: Fire Engine Red. HEX triplet: DC, 05 and 20. RGB value is (220,5,32). Sum of RGB (Red+Green+Blue) = 220+5+32=257 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.60% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0520 is #23FADF. Grayscale: #484848. Windows color (decimal): -2357984 or 2098652. OLE color: 2098652.
HSL color Cylindrical-coordinate representation of color #DC0520: hue angle of 352.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0520 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 32 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.14 |
| HSL | 352.47º | 0.96% | 0.44% | - |
| HSV(B) | 352.47º | 0.98% | 0.86% | - |
| XYZ | 29.83 | 15.43 | 2.77 | - |
| YUV | 72.36 | 105.23 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 32 | 0 | 0.98 | 0.85 | 0.14 | 352.47 | 0.96 | 0.44 |
| Hex | DC | 5 | 20 | 0 | 62 | 55 | E | 160 | 60 | 2C |
| Octal | 334 | 5 | 40 | 0 | 142 | 125 | 16 | 540 | 140 | 54 |
| Binary | 11011100 | 101 | 100000 | 0 | 1100010 | 1010101 | 1110 | 101100000 | 1100000 | 101100 |
Color Harmonies of #DC0520
Complementary color
Monochromatic Colors of #DC0520
Black with #DC0520
Text Example
Text Example
White with #DC0520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0520; }
p { color: rgb(220,5,32); }
H1.HeaderClassName
{
color: #DC0520;
}
.AnyTagClassName
{
color: #DC0520;
}
</style>
background-color css
<style>
a { background-color: #DC0520; }
a { background-color: rgb(220,5,32); }
div.DivClassName
{
background-color: #DC0520;
}
.BgClassName
{
background-color: #DC0520;
}
</style>
border-color css
<style>
span { border-color: #DC0520; }
span { border-color: rgb(220,5,32); }
td.TdClassName
{
border-color: #DC0520;
}
.TagClassName
{
border-color: #DC0520;
}
</style>