Shades of Fire Engine Red #DD1117
Tints of Fire Engine Red #DD1117
RGB
CMYK
RGB Variations
Color information
#DD1117 (or 0xDD1117) is known color: Fire Engine Red. HEX triplet: DD, 11 and 17. RGB value is (221,17,23). Sum of RGB (Red+Green+Blue) = 221+17+23=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1117 is #22EEE8. Grayscale: #4E4E4E. Windows color (decimal): -2289385 or 1511901. OLE color: 1511901.
HSL color Cylindrical-coordinate representation of color #DD1117: hue angle of 358.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1117 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 23 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.13 |
| HSL | 358.24º | 0.86% | 0.47% | - |
| HSV(B) | 358.24º | 0.92% | 0.87% | - |
| XYZ | 30.17 | 15.83 | 2.28 | - |
| YUV | 78.68 | 96.59 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 23 | 0 | 0.92 | 0.90 | 0.13 | 358.24 | 0.86 | 0.47 |
| Hex | DD | 11 | 17 | 0 | 5C | 5A | D | 166 | 56 | 2F |
| Octal | 335 | 21 | 27 | 0 | 134 | 132 | 15 | 546 | 126 | 57 |
| Binary | 11011101 | 10001 | 10111 | 0 | 1011100 | 1011010 | 1101 | 101100110 | 1010110 | 101111 |
Color Harmonies of #DD1117
Complementary color
Monochromatic Colors of #DD1117
Black with #DD1117
Text Example
Text Example
White with #DD1117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1117; }
p { color: rgb(221,17,23); }
H1.HeaderClassName
{
color: #DD1117;
}
.AnyTagClassName
{
color: #DD1117;
}
</style>
background-color css
<style>
a { background-color: #DD1117; }
a { background-color: rgb(221,17,23); }
div.DivClassName
{
background-color: #DD1117;
}
.BgClassName
{
background-color: #DD1117;
}
</style>
border-color css
<style>
span { border-color: #DD1117; }
span { border-color: rgb(221,17,23); }
td.TdClassName
{
border-color: #DD1117;
}
.TagClassName
{
border-color: #DD1117;
}
</style>