Shades of Fire Engine Red #DD1329
Tints of Fire Engine Red #DD1329
RGB
CMYK
RGB Variations
Color information
#DD1329 (or 0xDD1329) is known color: Fire Engine Red. HEX triplet: DD, 13 and 29. RGB value is (221,19,41). Sum of RGB (Red+Green+Blue) = 221+19+41=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1329 is #22ECD6. Grayscale: #525252. Windows color (decimal): -2288855 or 2692061. OLE color: 2692061.
HSL color Cylindrical-coordinate representation of color #DD1329: hue angle of 353.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1329 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 41 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.13 |
| HSL | 353.47º | 0.84% | 0.47% | - |
| HSV(B) | 353.47º | 0.91% | 0.87% | - |
| XYZ | 30.45 | 16 | 3.58 | - |
| YUV | 81.91 | 104.92 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 41 | 0 | 0.91 | 0.81 | 0.13 | 353.47 | 0.84 | 0.47 |
| Hex | DD | 13 | 29 | 0 | 5B | 51 | D | 161 | 54 | 2F |
| Octal | 335 | 23 | 51 | 0 | 133 | 121 | 15 | 541 | 124 | 57 |
| Binary | 11011101 | 10011 | 101001 | 0 | 1011011 | 1010001 | 1101 | 101100001 | 1010100 | 101111 |
Color Harmonies of #DD1329
Complementary color
Monochromatic Colors of #DD1329
Black with #DD1329
Text Example
Text Example
White with #DD1329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1329; }
p { color: rgb(221,19,41); }
H1.HeaderClassName
{
color: #DD1329;
}
.AnyTagClassName
{
color: #DD1329;
}
</style>
background-color css
<style>
a { background-color: #DD1329; }
a { background-color: rgb(221,19,41); }
div.DivClassName
{
background-color: #DD1329;
}
.BgClassName
{
background-color: #DD1329;
}
</style>
border-color css
<style>
span { border-color: #DD1329; }
span { border-color: rgb(221,19,41); }
td.TdClassName
{
border-color: #DD1329;
}
.TagClassName
{
border-color: #DD1329;
}
</style>