Shades of Fire Engine Red #DD1017
Tints of Fire Engine Red #DD1017
RGB
CMYK
RGB Variations
Color information
#DD1017 (or 0xDD1017) is known color: Fire Engine Red. HEX triplet: DD, 10 and 17. RGB value is (221,16,23). Sum of RGB (Red+Green+Blue) = 221+16+23=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1017 is #22EFE8. Grayscale: #4E4E4E. Windows color (decimal): -2289641 or 1511645. OLE color: 1511645.
HSL color Cylindrical-coordinate representation of color #DD1017: hue angle of 357.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1017 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 23 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.13 |
| HSL | 357.95º | 0.86% | 0.46% | - |
| HSV(B) | 357.95º | 0.93% | 0.87% | - |
| XYZ | 30.16 | 15.8 | 2.27 | - |
| YUV | 78.09 | 96.92 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 23 | 0 | 0.93 | 0.90 | 0.13 | 357.95 | 0.86 | 0.46 |
| Hex | DD | 10 | 17 | 0 | 5D | 5A | D | 166 | 56 | 2E |
| Octal | 335 | 20 | 27 | 0 | 135 | 132 | 15 | 546 | 126 | 56 |
| Binary | 11011101 | 10000 | 10111 | 0 | 1011101 | 1011010 | 1101 | 101100110 | 1010110 | 101110 |
Color Harmonies of #DD1017
Complementary color
Monochromatic Colors of #DD1017
Black with #DD1017
Text Example
Text Example
White with #DD1017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1017; }
p { color: rgb(221,16,23); }
H1.HeaderClassName
{
color: #DD1017;
}
.AnyTagClassName
{
color: #DD1017;
}
</style>
background-color css
<style>
a { background-color: #DD1017; }
a { background-color: rgb(221,16,23); }
div.DivClassName
{
background-color: #DD1017;
}
.BgClassName
{
background-color: #DD1017;
}
</style>
border-color css
<style>
span { border-color: #DD1017; }
span { border-color: rgb(221,16,23); }
td.TdClassName
{
border-color: #DD1017;
}
.TagClassName
{
border-color: #DD1017;
}
</style>