Shades of Fire Engine Red #DD0E29
Tints of Fire Engine Red #DD0E29
RGB
CMYK
RGB Variations
Color information
#DD0E29 (or 0xDD0E29) is known color: Fire Engine Red. HEX triplet: DD, 0E and 29. RGB value is (221,14,41). Sum of RGB (Red+Green+Blue) = 221+14+41=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0E29 is #22F1D6. Grayscale: #4F4F4F. Windows color (decimal): -2290135 or 2690781. OLE color: 2690781.
HSL color Cylindrical-coordinate representation of color #DD0E29: hue angle of 352.17º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0E29 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 41 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.13 |
| HSL | 352.17º | 0.88% | 0.46% | - |
| HSV(B) | 352.17º | 0.94% | 0.87% | - |
| XYZ | 30.38 | 15.85 | 3.56 | - |
| YUV | 78.97 | 106.58 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 41 | 0 | 0.94 | 0.81 | 0.13 | 352.17 | 0.88 | 0.46 |
| Hex | DD | E | 29 | 0 | 5E | 51 | D | 160 | 58 | 2E |
| Octal | 335 | 16 | 51 | 0 | 136 | 121 | 15 | 540 | 130 | 56 |
| Binary | 11011101 | 1110 | 101001 | 0 | 1011110 | 1010001 | 1101 | 101100000 | 1011000 | 101110 |
Color Harmonies of #DD0E29
Complementary color
Monochromatic Colors of #DD0E29
Black with #DD0E29
Text Example
Text Example
White with #DD0E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E29; }
p { color: rgb(221,14,41); }
H1.HeaderClassName
{
color: #DD0E29;
}
.AnyTagClassName
{
color: #DD0E29;
}
</style>
background-color css
<style>
a { background-color: #DD0E29; }
a { background-color: rgb(221,14,41); }
div.DivClassName
{
background-color: #DD0E29;
}
.BgClassName
{
background-color: #DD0E29;
}
</style>
border-color css
<style>
span { border-color: #DD0E29; }
span { border-color: rgb(221,14,41); }
td.TdClassName
{
border-color: #DD0E29;
}
.TagClassName
{
border-color: #DD0E29;
}
</style>