Shades of Fire Engine Red #DD171E
Tints of Fire Engine Red #DD171E
RGB
CMYK
RGB Variations
Color information
#DD171E (or 0xDD171E) is known color: Fire Engine Red. HEX triplet: DD, 17 and 1E. RGB value is (221,23,30). Sum of RGB (Red+Green+Blue) = 221+23+30=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD171E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD171E is #22E8E1. Grayscale: #535353. Windows color (decimal): -2287842 or 1972189. OLE color: 1972189.
HSL color Cylindrical-coordinate representation of color #DD171E: hue angle of 357.88º 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 #DD171E is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 30 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.13 |
| HSL | 357.88º | 0.81% | 0.48% | - |
| HSV(B) | 357.88º | 0.9% | 0.87% | - |
| XYZ | 30.36 | 16.08 | 2.73 | - |
| YUV | 83 | 98.1 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 30 | 0 | 0.90 | 0.86 | 0.13 | 357.88 | 0.81 | 0.48 |
| Hex | DD | 17 | 1E | 0 | 5A | 56 | D | 166 | 51 | 30 |
| Octal | 335 | 27 | 36 | 0 | 132 | 126 | 15 | 546 | 121 | 60 |
| Binary | 11011101 | 10111 | 11110 | 0 | 1011010 | 1010110 | 1101 | 101100110 | 1010001 | 110000 |
Color Harmonies of #DD171E
Complementary color
Monochromatic Colors of #DD171E
Black with #DD171E
Text Example
Text Example
White with #DD171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD171E; }
p { color: rgb(221,23,30); }
H1.HeaderClassName
{
color: #DD171E;
}
.AnyTagClassName
{
color: #DD171E;
}
</style>
background-color css
<style>
a { background-color: #DD171E; }
a { background-color: rgb(221,23,30); }
div.DivClassName
{
background-color: #DD171E;
}
.BgClassName
{
background-color: #DD171E;
}
</style>
border-color css
<style>
span { border-color: #DD171E; }
span { border-color: rgb(221,23,30); }
td.TdClassName
{
border-color: #DD171E;
}
.TagClassName
{
border-color: #DD171E;
}
</style>