Shades of Fire Engine Red #DD1113
Tints of Fire Engine Red #DD1113
RGB
CMYK
RGB Variations
Color information
#DD1113 (or 0xDD1113) is known color: Fire Engine Red. HEX triplet: DD, 11 and 13. RGB value is (221,17,19). Sum of RGB (Red+Green+Blue) = 221+17+19=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1113 is #22EEEC. Grayscale: #4E4E4E. Windows color (decimal): -2289389 or 1249757. OLE color: 1249757.
HSL color Cylindrical-coordinate representation of color #DD1113: hue angle of 359.41º 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 #DD1113 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 19 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.13 |
| HSL | 359.41º | 0.86% | 0.47% | - |
| HSV(B) | 359.41º | 0.92% | 0.87% | - |
| XYZ | 30.14 | 15.82 | 2.08 | - |
| YUV | 78.22 | 94.59 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 19 | 0 | 0.92 | 0.91 | 0.13 | 359.41 | 0.86 | 0.47 |
| Hex | DD | 11 | 13 | 0 | 5C | 5B | D | 167 | 56 | 2F |
| Octal | 335 | 21 | 23 | 0 | 134 | 133 | 15 | 547 | 126 | 57 |
| Binary | 11011101 | 10001 | 10011 | 0 | 1011100 | 1011011 | 1101 | 101100111 | 1010110 | 101111 |
Color Harmonies of #DD1113
Complementary color
Monochromatic Colors of #DD1113
Black with #DD1113
Text Example
Text Example
White with #DD1113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1113; }
p { color: rgb(221,17,19); }
H1.HeaderClassName
{
color: #DD1113;
}
.AnyTagClassName
{
color: #DD1113;
}
</style>
background-color css
<style>
a { background-color: #DD1113; }
a { background-color: rgb(221,17,19); }
div.DivClassName
{
background-color: #DD1113;
}
.BgClassName
{
background-color: #DD1113;
}
</style>
border-color css
<style>
span { border-color: #DD1113; }
span { border-color: rgb(221,17,19); }
td.TdClassName
{
border-color: #DD1113;
}
.TagClassName
{
border-color: #DD1113;
}
</style>