Shades of Fire Engine Red #DD1222
Tints of Fire Engine Red #DD1222
RGB
CMYK
RGB Variations
Color information
#DD1222 (or 0xDD1222) is known color: Fire Engine Red. HEX triplet: DD, 12 and 22. RGB value is (221,18,34). Sum of RGB (Red+Green+Blue) = 221+18+34=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1222 is #22EDDD. Grayscale: #505050. Windows color (decimal): -2289118 or 2233053. OLE color: 2233053.
HSL color Cylindrical-coordinate representation of color #DD1222: hue angle of 355.27º degrees, saturation: 0.85, 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 #DD1222 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 34 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.13 |
| HSL | 355.27º | 0.85% | 0.47% | - |
| HSV(B) | 355.27º | 0.92% | 0.87% | - |
| XYZ | 30.32 | 15.92 | 2.99 | - |
| YUV | 80.52 | 101.75 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 34 | 0 | 0.92 | 0.85 | 0.13 | 355.27 | 0.85 | 0.47 |
| Hex | DD | 12 | 22 | 0 | 5C | 55 | D | 163 | 55 | 2F |
| Octal | 335 | 22 | 42 | 0 | 134 | 125 | 15 | 543 | 125 | 57 |
| Binary | 11011101 | 10010 | 100010 | 0 | 1011100 | 1010101 | 1101 | 101100011 | 1010101 | 101111 |
Color Harmonies of #DD1222
Complementary color
Monochromatic Colors of #DD1222
Black with #DD1222
Text Example
Text Example
White with #DD1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1222; }
p { color: rgb(221,18,34); }
H1.HeaderClassName
{
color: #DD1222;
}
.AnyTagClassName
{
color: #DD1222;
}
</style>
background-color css
<style>
a { background-color: #DD1222; }
a { background-color: rgb(221,18,34); }
div.DivClassName
{
background-color: #DD1222;
}
.BgClassName
{
background-color: #DD1222;
}
</style>
border-color css
<style>
span { border-color: #DD1222; }
span { border-color: rgb(221,18,34); }
td.TdClassName
{
border-color: #DD1222;
}
.TagClassName
{
border-color: #DD1222;
}
</style>