Shades of Fire Engine Red #DD0520
Tints of Fire Engine Red #DD0520
RGB
CMYK
RGB Variations
Color information
#DD0520 (or 0xDD0520) is known color: Fire Engine Red. HEX triplet: DD, 05 and 20. RGB value is (221,5,32). Sum of RGB (Red+Green+Blue) = 221+5+32=258 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.66% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0520 is #22FADF. Grayscale: #484848. Windows color (decimal): -2292448 or 2098653. OLE color: 2098653.
HSL color Cylindrical-coordinate representation of color #DD0520: hue angle of 352.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0520 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 32 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.13 |
| HSL | 352.5º | 0.96% | 0.44% | - |
| HSV(B) | 352.5º | 0.98% | 0.87% | - |
| XYZ | 30.13 | 15.58 | 2.79 | - |
| YUV | 72.66 | 105.06 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 32 | 0 | 0.98 | 0.86 | 0.13 | 352.5 | 0.96 | 0.44 |
| Hex | DD | 5 | 20 | 0 | 62 | 56 | D | 160 | 60 | 2C |
| Octal | 335 | 5 | 40 | 0 | 142 | 126 | 15 | 540 | 140 | 54 |
| Binary | 11011101 | 101 | 100000 | 0 | 1100010 | 1010110 | 1101 | 101100000 | 1100000 | 101100 |
Color Harmonies of #DD0520
Complementary color
Monochromatic Colors of #DD0520
Black with #DD0520
Text Example
Text Example
White with #DD0520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0520; }
p { color: rgb(221,5,32); }
H1.HeaderClassName
{
color: #DD0520;
}
.AnyTagClassName
{
color: #DD0520;
}
</style>
background-color css
<style>
a { background-color: #DD0520; }
a { background-color: rgb(221,5,32); }
div.DivClassName
{
background-color: #DD0520;
}
.BgClassName
{
background-color: #DD0520;
}
</style>
border-color css
<style>
span { border-color: #DD0520; }
span { border-color: rgb(221,5,32); }
td.TdClassName
{
border-color: #DD0520;
}
.TagClassName
{
border-color: #DD0520;
}
</style>