Shades of Fire Engine Red #DD171A
Tints of Fire Engine Red #DD171A
RGB
CMYK
RGB Variations
Color information
#DD171A (or 0xDD171A) is known color: Fire Engine Red. HEX triplet: DD, 17 and 1A. RGB value is (221,23,26). Sum of RGB (Red+Green+Blue) = 221+23+26=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD171A is #22E8E5. Grayscale: #525252. Windows color (decimal): -2287846 or 1710045. OLE color: 1710045.
HSL color Cylindrical-coordinate representation of color #DD171A: hue angle of 359.09º 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 #DD171A is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 26 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.13 |
| HSL | 359.09º | 0.81% | 0.48% | - |
| HSV(B) | 359.09º | 0.9% | 0.87% | - |
| XYZ | 30.31 | 16.06 | 2.48 | - |
| YUV | 82.54 | 96.1 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 26 | 0 | 0.90 | 0.88 | 0.13 | 359.09 | 0.81 | 0.48 |
| Hex | DD | 17 | 1A | 0 | 5A | 58 | D | 167 | 51 | 30 |
| Octal | 335 | 27 | 32 | 0 | 132 | 130 | 15 | 547 | 121 | 60 |
| Binary | 11011101 | 10111 | 11010 | 0 | 1011010 | 1011000 | 1101 | 101100111 | 1010001 | 110000 |
Color Harmonies of #DD171A
Complementary color
Monochromatic Colors of #DD171A
Black with #DD171A
Text Example
Text Example
White with #DD171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD171A; }
p { color: rgb(221,23,26); }
H1.HeaderClassName
{
color: #DD171A;
}
.AnyTagClassName
{
color: #DD171A;
}
</style>
background-color css
<style>
a { background-color: #DD171A; }
a { background-color: rgb(221,23,26); }
div.DivClassName
{
background-color: #DD171A;
}
.BgClassName
{
background-color: #DD171A;
}
</style>
border-color css
<style>
span { border-color: #DD171A; }
span { border-color: rgb(221,23,26); }
td.TdClassName
{
border-color: #DD171A;
}
.TagClassName
{
border-color: #DD171A;
}
</style>