Shades of Fire Engine Red #DD111B
Tints of Fire Engine Red #DD111B
RGB
CMYK
RGB Variations
Color information
#DD111B (or 0xDD111B) is known color: Fire Engine Red. HEX triplet: DD, 11 and 1B. RGB value is (221,17,27). Sum of RGB (Red+Green+Blue) = 221+17+27=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD111B is #22EEE4. Grayscale: #4F4F4F. Windows color (decimal): -2289381 or 1774045. OLE color: 1774045.
HSL color Cylindrical-coordinate representation of color #DD111B: hue angle of 357.06º 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 #DD111B is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 27 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.13 |
| HSL | 357.06º | 0.86% | 0.47% | - |
| HSV(B) | 357.06º | 0.92% | 0.87% | - |
| XYZ | 30.22 | 15.85 | 2.5 | - |
| YUV | 79.14 | 98.59 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 27 | 0 | 0.92 | 0.88 | 0.13 | 357.06 | 0.86 | 0.47 |
| Hex | DD | 11 | 1B | 0 | 5C | 58 | D | 165 | 56 | 2F |
| Octal | 335 | 21 | 33 | 0 | 134 | 130 | 15 | 545 | 126 | 57 |
| Binary | 11011101 | 10001 | 11011 | 0 | 1011100 | 1011000 | 1101 | 101100101 | 1010110 | 101111 |
Color Harmonies of #DD111B
Complementary color
Monochromatic Colors of #DD111B
Black with #DD111B
Text Example
Text Example
White with #DD111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD111B; }
p { color: rgb(221,17,27); }
H1.HeaderClassName
{
color: #DD111B;
}
.AnyTagClassName
{
color: #DD111B;
}
</style>
background-color css
<style>
a { background-color: #DD111B; }
a { background-color: rgb(221,17,27); }
div.DivClassName
{
background-color: #DD111B;
}
.BgClassName
{
background-color: #DD111B;
}
</style>
border-color css
<style>
span { border-color: #DD111B; }
span { border-color: rgb(221,17,27); }
td.TdClassName
{
border-color: #DD111B;
}
.TagClassName
{
border-color: #DD111B;
}
</style>