Shades of Fire Engine Red #DD1A29
Tints of Fire Engine Red #DD1A29
RGB
CMYK
RGB Variations
Color information
#DD1A29 (or 0xDD1A29) is known color: Fire Engine Red. HEX triplet: DD, 1A and 29. RGB value is (221,26,41). Sum of RGB (Red+Green+Blue) = 221+26+41=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1A29 is #22E5D6. Grayscale: #565656. Windows color (decimal): -2287063 or 2693853. OLE color: 2693853.
HSL color Cylindrical-coordinate representation of color #DD1A29: hue angle of 355.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1A29 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 41 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.13 |
| HSL | 355.38º | 0.79% | 0.48% | - |
| HSV(B) | 355.38º | 0.88% | 0.87% | - |
| XYZ | 30.59 | 16.27 | 3.63 | - |
| YUV | 86.02 | 102.6 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 41 | 0 | 0.88 | 0.81 | 0.13 | 355.38 | 0.79 | 0.48 |
| Hex | DD | 1A | 29 | 0 | 58 | 51 | D | 163 | 4F | 30 |
| Octal | 335 | 32 | 51 | 0 | 130 | 121 | 15 | 543 | 117 | 60 |
| Binary | 11011101 | 11010 | 101001 | 0 | 1011000 | 1010001 | 1101 | 101100011 | 1001111 | 110000 |
Color Harmonies of #DD1A29
Complementary color
Monochromatic Colors of #DD1A29
Black with #DD1A29
Text Example
Text Example
White with #DD1A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1A29; }
p { color: rgb(221,26,41); }
H1.HeaderClassName
{
color: #DD1A29;
}
.AnyTagClassName
{
color: #DD1A29;
}
</style>
background-color css
<style>
a { background-color: #DD1A29; }
a { background-color: rgb(221,26,41); }
div.DivClassName
{
background-color: #DD1A29;
}
.BgClassName
{
background-color: #DD1A29;
}
</style>
border-color css
<style>
span { border-color: #DD1A29; }
span { border-color: rgb(221,26,41); }
td.TdClassName
{
border-color: #DD1A29;
}
.TagClassName
{
border-color: #DD1A29;
}
</style>