Shades of Fire Engine Red #DD1122
Tints of Fire Engine Red #DD1122
RGB
CMYK
RGB Variations
Color information
#DD1122 (or 0xDD1122) is known color: Fire Engine Red. HEX triplet: DD, 11 and 22. RGB value is (221,17,34). Sum of RGB (Red+Green+Blue) = 221+17+34=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1122 is #22EEDD. Grayscale: #505050. Windows color (decimal): -2289374 or 2232797. OLE color: 2232797.
HSL color Cylindrical-coordinate representation of color #DD1122: hue angle of 355º 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 #DD1122 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 34 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.13 |
| HSL | 355º | 0.86% | 0.47% | - |
| HSV(B) | 355º | 0.92% | 0.87% | - |
| XYZ | 30.31 | 15.89 | 2.98 | - |
| YUV | 79.93 | 102.09 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 34 | 0 | 0.92 | 0.85 | 0.13 | 355 | 0.86 | 0.47 |
| Hex | DD | 11 | 22 | 0 | 5C | 55 | D | 163 | 56 | 2F |
| Octal | 335 | 21 | 42 | 0 | 134 | 125 | 15 | 543 | 126 | 57 |
| Binary | 11011101 | 10001 | 100010 | 0 | 1011100 | 1010101 | 1101 | 101100011 | 1010110 | 101111 |
Color Harmonies of #DD1122
Complementary color
Monochromatic Colors of #DD1122
Black with #DD1122
Text Example
Text Example
White with #DD1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1122; }
p { color: rgb(221,17,34); }
H1.HeaderClassName
{
color: #DD1122;
}
.AnyTagClassName
{
color: #DD1122;
}
</style>
background-color css
<style>
a { background-color: #DD1122; }
a { background-color: rgb(221,17,34); }
div.DivClassName
{
background-color: #DD1122;
}
.BgClassName
{
background-color: #DD1122;
}
</style>
border-color css
<style>
span { border-color: #DD1122; }
span { border-color: rgb(221,17,34); }
td.TdClassName
{
border-color: #DD1122;
}
.TagClassName
{
border-color: #DD1122;
}
</style>