Shades of Fire Engine Red #DD1729
Tints of Fire Engine Red #DD1729
RGB
CMYK
RGB Variations
Color information
#DD1729 (or 0xDD1729) is known color: Fire Engine Red. HEX triplet: DD, 17 and 29. RGB value is (221,23,41). Sum of RGB (Red+Green+Blue) = 221+23+41=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1729 is #22E8D6. Grayscale: #545454. Windows color (decimal): -2287831 or 2693085. OLE color: 2693085.
HSL color Cylindrical-coordinate representation of color #DD1729: hue angle of 354.55º 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 #DD1729 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 41 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.13 |
| HSL | 354.55º | 0.81% | 0.48% | - |
| HSV(B) | 354.55º | 0.9% | 0.87% | - |
| XYZ | 30.53 | 16.15 | 3.61 | - |
| YUV | 84.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 41 | 0 | 0.90 | 0.81 | 0.13 | 354.55 | 0.81 | 0.48 |
| Hex | DD | 17 | 29 | 0 | 5A | 51 | D | 163 | 51 | 30 |
| Octal | 335 | 27 | 51 | 0 | 132 | 121 | 15 | 543 | 121 | 60 |
| Binary | 11011101 | 10111 | 101001 | 0 | 1011010 | 1010001 | 1101 | 101100011 | 1010001 | 110000 |
Color Harmonies of #DD1729
Complementary color
Monochromatic Colors of #DD1729
Black with #DD1729
Text Example
Text Example
White with #DD1729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1729; }
p { color: rgb(221,23,41); }
H1.HeaderClassName
{
color: #DD1729;
}
.AnyTagClassName
{
color: #DD1729;
}
</style>
background-color css
<style>
a { background-color: #DD1729; }
a { background-color: rgb(221,23,41); }
div.DivClassName
{
background-color: #DD1729;
}
.BgClassName
{
background-color: #DD1729;
}
</style>
border-color css
<style>
span { border-color: #DD1729; }
span { border-color: rgb(221,23,41); }
td.TdClassName
{
border-color: #DD1729;
}
.TagClassName
{
border-color: #DD1729;
}
</style>