Shades of Fire Engine Red #DD161B
Tints of Fire Engine Red #DD161B
RGB
CMYK
RGB Variations
Color information
#DD161B (or 0xDD161B) is known color: Fire Engine Red. HEX triplet: DD, 16 and 1B. RGB value is (221,22,27). Sum of RGB (Red+Green+Blue) = 221+22+27=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD161B is #22E9E4. Grayscale: #525252. Windows color (decimal): -2288101 or 1775325. OLE color: 1775325.
HSL color Cylindrical-coordinate representation of color #DD161B: hue angle of 358.49º 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 #DD161B is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 27 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.13 |
| HSL | 358.49º | 0.82% | 0.48% | - |
| HSV(B) | 358.49º | 0.9% | 0.87% | - |
| XYZ | 30.3 | 16.03 | 2.53 | - |
| YUV | 82.07 | 96.93 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 27 | 0 | 0.90 | 0.88 | 0.13 | 358.49 | 0.82 | 0.48 |
| Hex | DD | 16 | 1B | 0 | 5A | 58 | D | 166 | 52 | 30 |
| Octal | 335 | 26 | 33 | 0 | 132 | 130 | 15 | 546 | 122 | 60 |
| Binary | 11011101 | 10110 | 11011 | 0 | 1011010 | 1011000 | 1101 | 101100110 | 1010010 | 110000 |
Color Harmonies of #DD161B
Complementary color
Monochromatic Colors of #DD161B
Black with #DD161B
Text Example
Text Example
White with #DD161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD161B; }
p { color: rgb(221,22,27); }
H1.HeaderClassName
{
color: #DD161B;
}
.AnyTagClassName
{
color: #DD161B;
}
</style>
background-color css
<style>
a { background-color: #DD161B; }
a { background-color: rgb(221,22,27); }
div.DivClassName
{
background-color: #DD161B;
}
.BgClassName
{
background-color: #DD161B;
}
</style>
border-color css
<style>
span { border-color: #DD161B; }
span { border-color: rgb(221,22,27); }
td.TdClassName
{
border-color: #DD161B;
}
.TagClassName
{
border-color: #DD161B;
}
</style>