Shades of Fire Engine Red #DD1129
Tints of Fire Engine Red #DD1129
RGB
CMYK
RGB Variations
Color information
#DD1129 (or 0xDD1129) is known color: Fire Engine Red. HEX triplet: DD, 11 and 29. RGB value is (221,17,41). Sum of RGB (Red+Green+Blue) = 221+17+41=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1129 is #22EED6. Grayscale: #505050. Windows color (decimal): -2289367 or 2691549. OLE color: 2691549.
HSL color Cylindrical-coordinate representation of color #DD1129: hue angle of 352.94º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1129 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 41 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.13 |
| HSL | 352.94º | 0.86% | 0.47% | - |
| HSV(B) | 352.94º | 0.92% | 0.87% | - |
| XYZ | 30.42 | 15.93 | 3.57 | - |
| YUV | 80.73 | 105.59 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 41 | 0 | 0.92 | 0.81 | 0.13 | 352.94 | 0.86 | 0.47 |
| Hex | DD | 11 | 29 | 0 | 5C | 51 | D | 161 | 56 | 2F |
| Octal | 335 | 21 | 51 | 0 | 134 | 121 | 15 | 541 | 126 | 57 |
| Binary | 11011101 | 10001 | 101001 | 0 | 1011100 | 1010001 | 1101 | 101100001 | 1010110 | 101111 |
Color Harmonies of #DD1129
Complementary color
Monochromatic Colors of #DD1129
Black with #DD1129
Text Example
Text Example
White with #DD1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1129; }
p { color: rgb(221,17,41); }
H1.HeaderClassName
{
color: #DD1129;
}
.AnyTagClassName
{
color: #DD1129;
}
</style>
background-color css
<style>
a { background-color: #DD1129; }
a { background-color: rgb(221,17,41); }
div.DivClassName
{
background-color: #DD1129;
}
.BgClassName
{
background-color: #DD1129;
}
</style>
border-color css
<style>
span { border-color: #DD1129; }
span { border-color: rgb(221,17,41); }
td.TdClassName
{
border-color: #DD1129;
}
.TagClassName
{
border-color: #DD1129;
}
</style>