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