Shades of Fire Engine Red #DD1119
Tints of Fire Engine Red #DD1119
RGB
CMYK
RGB Variations
Color information
#DD1119 (or 0xDD1119) is known color: Fire Engine Red. HEX triplet: DD, 11 and 19. RGB value is (221,17,25). Sum of RGB (Red+Green+Blue) = 221+17+25=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1119 is #22EEE6. Grayscale: #4F4F4F. Windows color (decimal): -2289383 or 1642973. OLE color: 1642973.
HSL color Cylindrical-coordinate representation of color #DD1119: hue angle of 357.65º 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 #DD1119 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 25 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.13 |
| HSL | 357.65º | 0.86% | 0.47% | - |
| HSV(B) | 357.65º | 0.92% | 0.87% | - |
| XYZ | 30.19 | 15.84 | 2.39 | - |
| YUV | 78.91 | 97.59 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 25 | 0 | 0.92 | 0.89 | 0.13 | 357.65 | 0.86 | 0.47 |
| Hex | DD | 11 | 19 | 0 | 5C | 59 | D | 166 | 56 | 2F |
| Octal | 335 | 21 | 31 | 0 | 134 | 131 | 15 | 546 | 126 | 57 |
| Binary | 11011101 | 10001 | 11001 | 0 | 1011100 | 1011001 | 1101 | 101100110 | 1010110 | 101111 |
Color Harmonies of #DD1119
Complementary color
Monochromatic Colors of #DD1119
Black with #DD1119
Text Example
Text Example
White with #DD1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1119; }
p { color: rgb(221,17,25); }
H1.HeaderClassName
{
color: #DD1119;
}
.AnyTagClassName
{
color: #DD1119;
}
</style>
background-color css
<style>
a { background-color: #DD1119; }
a { background-color: rgb(221,17,25); }
div.DivClassName
{
background-color: #DD1119;
}
.BgClassName
{
background-color: #DD1119;
}
</style>
border-color css
<style>
span { border-color: #DD1119; }
span { border-color: rgb(221,17,25); }
td.TdClassName
{
border-color: #DD1119;
}
.TagClassName
{
border-color: #DD1119;
}
</style>