Shades of Fire Engine Red #DD2122
Tints of Fire Engine Red #DD2122
RGB
CMYK
RGB Variations
Color information
#DD2122 (or 0xDD2122) is known color: Fire Engine Red. HEX triplet: DD, 21 and 22. RGB value is (221,33,34). Sum of RGB (Red+Green+Blue) = 221+33+34=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2122 is #22DEDD. Grayscale: #595959. Windows color (decimal): -2285278 or 2236893. OLE color: 2236893.
HSL color Cylindrical-coordinate representation of color #DD2122: hue angle of 359.68º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2122 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 34 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.13 |
| HSL | 359.68º | 0.74% | 0.5% | - |
| HSV(B) | 359.68º | 0.85% | 0.87% | - |
| XYZ | 30.65 | 16.58 | 3.1 | - |
| YUV | 89.33 | 96.78 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 34 | 0 | 0.85 | 0.85 | 0.13 | 359.68 | 0.74 | 0.5 |
| Hex | DD | 21 | 22 | 0 | 55 | 55 | D | 168 | 4A | 32 |
| Octal | 335 | 41 | 42 | 0 | 125 | 125 | 15 | 550 | 112 | 62 |
| Binary | 11011101 | 100001 | 100010 | 0 | 1010101 | 1010101 | 1101 | 101101000 | 1001010 | 110010 |
Color Harmonies of #DD2122
Complementary color
Monochromatic Colors of #DD2122
Black with #DD2122
Text Example
Text Example
White with #DD2122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2122; }
p { color: rgb(221,33,34); }
H1.HeaderClassName
{
color: #DD2122;
}
.AnyTagClassName
{
color: #DD2122;
}
</style>
background-color css
<style>
a { background-color: #DD2122; }
a { background-color: rgb(221,33,34); }
div.DivClassName
{
background-color: #DD2122;
}
.BgClassName
{
background-color: #DD2122;
}
</style>
border-color css
<style>
span { border-color: #DD2122; }
span { border-color: rgb(221,33,34); }
td.TdClassName
{
border-color: #DD2122;
}
.TagClassName
{
border-color: #DD2122;
}
</style>