Shades of Fire Engine Red #DD1619
Tints of Fire Engine Red #DD1619
RGB
CMYK
RGB Variations
Color information
#DD1619 (or 0xDD1619) is known color: Fire Engine Red. HEX triplet: DD, 16 and 19. RGB value is (221,22,25). Sum of RGB (Red+Green+Blue) = 221+22+25=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1619 is #22E9E6. Grayscale: #525252. Windows color (decimal): -2288103 or 1644253. OLE color: 1644253.
HSL color Cylindrical-coordinate representation of color #DD1619: hue angle of 359.1º 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 #DD1619 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 25 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.13 |
| HSL | 359.1º | 0.82% | 0.48% | - |
| HSV(B) | 359.1º | 0.9% | 0.87% | - |
| XYZ | 30.28 | 16.02 | 2.42 | - |
| YUV | 81.84 | 95.93 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 25 | 0 | 0.90 | 0.89 | 0.13 | 359.1 | 0.82 | 0.48 |
| Hex | DD | 16 | 19 | 0 | 5A | 59 | D | 167 | 52 | 30 |
| Octal | 335 | 26 | 31 | 0 | 132 | 131 | 15 | 547 | 122 | 60 |
| Binary | 11011101 | 10110 | 11001 | 0 | 1011010 | 1011001 | 1101 | 101100111 | 1010010 | 110000 |
Color Harmonies of #DD1619
Complementary color
Monochromatic Colors of #DD1619
Black with #DD1619
Text Example
Text Example
White with #DD1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1619; }
p { color: rgb(221,22,25); }
H1.HeaderClassName
{
color: #DD1619;
}
.AnyTagClassName
{
color: #DD1619;
}
</style>
background-color css
<style>
a { background-color: #DD1619; }
a { background-color: rgb(221,22,25); }
div.DivClassName
{
background-color: #DD1619;
}
.BgClassName
{
background-color: #DD1619;
}
</style>
border-color css
<style>
span { border-color: #DD1619; }
span { border-color: rgb(221,22,25); }
td.TdClassName
{
border-color: #DD1619;
}
.TagClassName
{
border-color: #DD1619;
}
</style>