Shades of Fire Engine Red #DD0820
Tints of Fire Engine Red #DD0820
RGB
CMYK
RGB Variations
Color information
#DD0820 (or 0xDD0820) is known color: Fire Engine Red. HEX triplet: DD, 08 and 20. RGB value is (221,8,32). Sum of RGB (Red+Green+Blue) = 221+8+32=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0820 is #22F7DF. Grayscale: #4A4A4A. Windows color (decimal): -2291680 or 2099421. OLE color: 2099421.
HSL color Cylindrical-coordinate representation of color #DD0820: hue angle of 353.24º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0820 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 32 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.13 |
| HSL | 353.24º | 0.93% | 0.45% | - |
| HSV(B) | 353.24º | 0.96% | 0.87% | - |
| XYZ | 30.17 | 15.65 | 2.8 | - |
| YUV | 74.42 | 104.07 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 32 | 0 | 0.96 | 0.86 | 0.13 | 353.24 | 0.93 | 0.45 |
| Hex | DD | 8 | 20 | 0 | 60 | 56 | D | 161 | 5D | 2D |
| Octal | 335 | 10 | 40 | 0 | 140 | 126 | 15 | 541 | 135 | 55 |
| Binary | 11011101 | 1000 | 100000 | 0 | 1100000 | 1010110 | 1101 | 101100001 | 1011101 | 101101 |
Color Harmonies of #DD0820
Complementary color
Monochromatic Colors of #DD0820
Black with #DD0820
Text Example
Text Example
White with #DD0820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0820; }
p { color: rgb(221,8,32); }
H1.HeaderClassName
{
color: #DD0820;
}
.AnyTagClassName
{
color: #DD0820;
}
</style>
background-color css
<style>
a { background-color: #DD0820; }
a { background-color: rgb(221,8,32); }
div.DivClassName
{
background-color: #DD0820;
}
.BgClassName
{
background-color: #DD0820;
}
</style>
border-color css
<style>
span { border-color: #DD0820; }
span { border-color: rgb(221,8,32); }
td.TdClassName
{
border-color: #DD0820;
}
.TagClassName
{
border-color: #DD0820;
}
</style>