Shades of Fire Engine Red #DD1624
Tints of Fire Engine Red #DD1624
RGB
CMYK
RGB Variations
Color information
#DD1624 (or 0xDD1624) is known color: Fire Engine Red. HEX triplet: DD, 16 and 24. RGB value is (221,22,36). Sum of RGB (Red+Green+Blue) = 221+22+36=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1624 is #22E9DB. Grayscale: #535353. Windows color (decimal): -2288092 or 2365149. OLE color: 2365149.
HSL color Cylindrical-coordinate representation of color #DD1624: hue angle of 355.78º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1624 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 36 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.13 |
| HSL | 355.78º | 0.82% | 0.48% | - |
| HSV(B) | 355.78º | 0.9% | 0.87% | - |
| XYZ | 30.42 | 16.07 | 3.17 | - |
| YUV | 83.1 | 101.43 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 36 | 0 | 0.90 | 0.84 | 0.13 | 355.78 | 0.82 | 0.48 |
| Hex | DD | 16 | 24 | 0 | 5A | 54 | D | 164 | 52 | 30 |
| Octal | 335 | 26 | 44 | 0 | 132 | 124 | 15 | 544 | 122 | 60 |
| Binary | 11011101 | 10110 | 100100 | 0 | 1011010 | 1010100 | 1101 | 101100100 | 1010010 | 110000 |
Color Harmonies of #DD1624
Complementary color
Monochromatic Colors of #DD1624
Black with #DD1624
Text Example
Text Example
White with #DD1624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1624; }
p { color: rgb(221,22,36); }
H1.HeaderClassName
{
color: #DD1624;
}
.AnyTagClassName
{
color: #DD1624;
}
</style>
background-color css
<style>
a { background-color: #DD1624; }
a { background-color: rgb(221,22,36); }
div.DivClassName
{
background-color: #DD1624;
}
.BgClassName
{
background-color: #DD1624;
}
</style>
border-color css
<style>
span { border-color: #DD1624; }
span { border-color: rgb(221,22,36); }
td.TdClassName
{
border-color: #DD1624;
}
.TagClassName
{
border-color: #DD1624;
}
</style>