Shades of Fire Engine Red #DD1517
Tints of Fire Engine Red #DD1517
RGB
CMYK
RGB Variations
Color information
#DD1517 (or 0xDD1517) is known color: Fire Engine Red. HEX triplet: DD, 15 and 17. RGB value is (221,21,23). Sum of RGB (Red+Green+Blue) = 221+21+23=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1517 is #22EAE8. Grayscale: #515151. Windows color (decimal): -2288361 or 1512925. OLE color: 1512925.
HSL color Cylindrical-coordinate representation of color #DD1517: hue angle of 359.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1517 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 23 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.13 |
| HSL | 359.4º | 0.83% | 0.47% | - |
| HSV(B) | 359.4º | 0.9% | 0.87% | - |
| XYZ | 30.24 | 15.97 | 2.3 | - |
| YUV | 81.03 | 95.26 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 23 | 0 | 0.90 | 0.90 | 0.13 | 359.4 | 0.83 | 0.47 |
| Hex | DD | 15 | 17 | 0 | 5A | 5A | D | 167 | 53 | 2F |
| Octal | 335 | 25 | 27 | 0 | 132 | 132 | 15 | 547 | 123 | 57 |
| Binary | 11011101 | 10101 | 10111 | 0 | 1011010 | 1011010 | 1101 | 101100111 | 1010011 | 101111 |
Color Harmonies of #DD1517
Complementary color
Monochromatic Colors of #DD1517
Black with #DD1517
Text Example
Text Example
White with #DD1517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1517; }
p { color: rgb(221,21,23); }
H1.HeaderClassName
{
color: #DD1517;
}
.AnyTagClassName
{
color: #DD1517;
}
</style>
background-color css
<style>
a { background-color: #DD1517; }
a { background-color: rgb(221,21,23); }
div.DivClassName
{
background-color: #DD1517;
}
.BgClassName
{
background-color: #DD1517;
}
</style>
border-color css
<style>
span { border-color: #DD1517; }
span { border-color: rgb(221,21,23); }
td.TdClassName
{
border-color: #DD1517;
}
.TagClassName
{
border-color: #DD1517;
}
</style>