Shades of Fire Engine Red #DD171D
Tints of Fire Engine Red #DD171D
RGB
CMYK
RGB Variations
Color information
#DD171D (or 0xDD171D) is known color: Fire Engine Red. HEX triplet: DD, 17 and 1D. RGB value is (221,23,29). Sum of RGB (Red+Green+Blue) = 221+23+29=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD171D is #22E8E2. Grayscale: #535353. Windows color (decimal): -2287843 or 1906653. OLE color: 1906653.
HSL color Cylindrical-coordinate representation of color #DD171D: hue angle of 358.18º 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 #DD171D is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 29 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.13 |
| HSL | 358.18º | 0.81% | 0.48% | - |
| HSV(B) | 358.18º | 0.9% | 0.87% | - |
| XYZ | 30.35 | 16.07 | 2.67 | - |
| YUV | 82.89 | 97.6 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 29 | 0 | 0.90 | 0.87 | 0.13 | 358.18 | 0.81 | 0.48 |
| Hex | DD | 17 | 1D | 0 | 5A | 57 | D | 166 | 51 | 30 |
| Octal | 335 | 27 | 35 | 0 | 132 | 127 | 15 | 546 | 121 | 60 |
| Binary | 11011101 | 10111 | 11101 | 0 | 1011010 | 1010111 | 1101 | 101100110 | 1010001 | 110000 |
Color Harmonies of #DD171D
Complementary color
Monochromatic Colors of #DD171D
Black with #DD171D
Text Example
Text Example
White with #DD171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD171D; }
p { color: rgb(221,23,29); }
H1.HeaderClassName
{
color: #DD171D;
}
.AnyTagClassName
{
color: #DD171D;
}
</style>
background-color css
<style>
a { background-color: #DD171D; }
a { background-color: rgb(221,23,29); }
div.DivClassName
{
background-color: #DD171D;
}
.BgClassName
{
background-color: #DD171D;
}
</style>
border-color css
<style>
span { border-color: #DD171D; }
span { border-color: rgb(221,23,29); }
td.TdClassName
{
border-color: #DD171D;
}
.TagClassName
{
border-color: #DD171D;
}
</style>