Shades of Fire Engine Red #DD172A
Tints of Fire Engine Red #DD172A
RGB
CMYK
RGB Variations
Color information
#DD172A (or 0xDD172A) is known color: Fire Engine Red. HEX triplet: DD, 17 and 2A. RGB value is (221,23,42). Sum of RGB (Red+Green+Blue) = 221+23+42=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD172A is #22E8D5. Grayscale: #545454. Windows color (decimal): -2287830 or 2758621. OLE color: 2758621.
HSL color Cylindrical-coordinate representation of color #DD172A: hue angle of 354.24º 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 #DD172A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 42 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.13 |
| HSL | 354.24º | 0.81% | 0.48% | - |
| HSV(B) | 354.24º | 0.9% | 0.87% | - |
| XYZ | 30.54 | 16.15 | 3.7 | - |
| YUV | 84.37 | 104.1 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 42 | 0 | 0.90 | 0.81 | 0.13 | 354.24 | 0.81 | 0.48 |
| Hex | DD | 17 | 2A | 0 | 5A | 51 | D | 162 | 51 | 30 |
| Octal | 335 | 27 | 52 | 0 | 132 | 121 | 15 | 542 | 121 | 60 |
| Binary | 11011101 | 10111 | 101010 | 0 | 1011010 | 1010001 | 1101 | 101100010 | 1010001 | 110000 |
Color Harmonies of #DD172A
Complementary color
Monochromatic Colors of #DD172A
Black with #DD172A
Text Example
Text Example
White with #DD172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD172A; }
p { color: rgb(221,23,42); }
H1.HeaderClassName
{
color: #DD172A;
}
.AnyTagClassName
{
color: #DD172A;
}
</style>
background-color css
<style>
a { background-color: #DD172A; }
a { background-color: rgb(221,23,42); }
div.DivClassName
{
background-color: #DD172A;
}
.BgClassName
{
background-color: #DD172A;
}
</style>
border-color css
<style>
span { border-color: #DD172A; }
span { border-color: rgb(221,23,42); }
td.TdClassName
{
border-color: #DD172A;
}
.TagClassName
{
border-color: #DD172A;
}
</style>