Shades of Fire Engine Red #DF161B
Tints of Fire Engine Red #DF161B
RGB
CMYK
RGB Variations
Color information
#DF161B (or 0xDF161B) is known color: Fire Engine Red. HEX triplet: DF, 16 and 1B. RGB value is (223,22,27). Sum of RGB (Red+Green+Blue) = 223+22+27=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF161B is #20E9E4. Grayscale: #525252. Windows color (decimal): -2157029 or 1775327. OLE color: 1775327.
HSL color Cylindrical-coordinate representation of color #DF161B: hue angle of 358.51º 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 #DF161B is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 27 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.13 |
| HSL | 358.51º | 0.82% | 0.48% | - |
| HSV(B) | 358.51º | 0.9% | 0.87% | - |
| XYZ | 30.92 | 16.34 | 2.56 | - |
| YUV | 82.67 | 96.59 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 27 | 0 | 0.90 | 0.88 | 0.13 | 358.51 | 0.82 | 0.48 |
| Hex | DF | 16 | 1B | 0 | 5A | 58 | D | 167 | 52 | 30 |
| Octal | 337 | 26 | 33 | 0 | 132 | 130 | 15 | 547 | 122 | 60 |
| Binary | 11011111 | 10110 | 11011 | 0 | 1011010 | 1011000 | 1101 | 101100111 | 1010010 | 110000 |
Color Harmonies of #DF161B
Complementary color
Monochromatic Colors of #DF161B
Black with #DF161B
Text Example
Text Example
White with #DF161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF161B; }
p { color: rgb(223,22,27); }
H1.HeaderClassName
{
color: #DF161B;
}
.AnyTagClassName
{
color: #DF161B;
}
</style>
background-color css
<style>
a { background-color: #DF161B; }
a { background-color: rgb(223,22,27); }
div.DivClassName
{
background-color: #DF161B;
}
.BgClassName
{
background-color: #DF161B;
}
</style>
border-color css
<style>
span { border-color: #DF161B; }
span { border-color: rgb(223,22,27); }
td.TdClassName
{
border-color: #DF161B;
}
.TagClassName
{
border-color: #DF161B;
}
</style>