Shades of Fire Engine Red #DD1720
Tints of Fire Engine Red #DD1720
RGB
CMYK
RGB Variations
Color information
#DD1720 (or 0xDD1720) is known color: Fire Engine Red. HEX triplet: DD, 17 and 20. RGB value is (221,23,32). Sum of RGB (Red+Green+Blue) = 221+23+32=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1720 is #22E8DF. Grayscale: #535353. Windows color (decimal): -2287840 or 2103261. OLE color: 2103261.
HSL color Cylindrical-coordinate representation of color #DD1720: hue angle of 357.27º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1720 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 32 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.13 |
| HSL | 357.27º | 0.81% | 0.48% | - |
| HSV(B) | 357.27º | 0.9% | 0.87% | - |
| XYZ | 30.39 | 16.09 | 2.87 | - |
| YUV | 83.23 | 99.1 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 32 | 0 | 0.90 | 0.86 | 0.13 | 357.27 | 0.81 | 0.48 |
| Hex | DD | 17 | 20 | 0 | 5A | 56 | D | 165 | 51 | 30 |
| Octal | 335 | 27 | 40 | 0 | 132 | 126 | 15 | 545 | 121 | 60 |
| Binary | 11011101 | 10111 | 100000 | 0 | 1011010 | 1010110 | 1101 | 101100101 | 1010001 | 110000 |
Color Harmonies of #DD1720
Complementary color
Monochromatic Colors of #DD1720
Black with #DD1720
Text Example
Text Example
White with #DD1720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1720; }
p { color: rgb(221,23,32); }
H1.HeaderClassName
{
color: #DD1720;
}
.AnyTagClassName
{
color: #DD1720;
}
</style>
background-color css
<style>
a { background-color: #DD1720; }
a { background-color: rgb(221,23,32); }
div.DivClassName
{
background-color: #DD1720;
}
.BgClassName
{
background-color: #DD1720;
}
</style>
border-color css
<style>
span { border-color: #DD1720; }
span { border-color: rgb(221,23,32); }
td.TdClassName
{
border-color: #DD1720;
}
.TagClassName
{
border-color: #DD1720;
}
</style>