Shades of Fire Engine Red #DF161D
Tints of Fire Engine Red #DF161D
RGB
CMYK
RGB Variations
Color information
#DF161D (or 0xDF161D) is known color: Fire Engine Red. HEX triplet: DF, 16 and 1D. RGB value is (223,22,29). Sum of RGB (Red+Green+Blue) = 223+22+29=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF161D is #20E9E2. Grayscale: #535353. Windows color (decimal): -2157027 or 1906399. OLE color: 1906399.
HSL color Cylindrical-coordinate representation of color #DF161D: hue angle of 357.91º 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 #DF161D is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 29 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.13 |
| HSL | 357.91º | 0.82% | 0.48% | - |
| HSV(B) | 357.91º | 0.9% | 0.87% | - |
| XYZ | 30.94 | 16.35 | 2.69 | - |
| YUV | 82.9 | 97.59 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 29 | 0 | 0.90 | 0.87 | 0.13 | 357.91 | 0.82 | 0.48 |
| Hex | DF | 16 | 1D | 0 | 5A | 57 | D | 166 | 52 | 30 |
| Octal | 337 | 26 | 35 | 0 | 132 | 127 | 15 | 546 | 122 | 60 |
| Binary | 11011111 | 10110 | 11101 | 0 | 1011010 | 1010111 | 1101 | 101100110 | 1010010 | 110000 |
Color Harmonies of #DF161D
Complementary color
Monochromatic Colors of #DF161D
Black with #DF161D
Text Example
Text Example
White with #DF161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF161D; }
p { color: rgb(223,22,29); }
H1.HeaderClassName
{
color: #DF161D;
}
.AnyTagClassName
{
color: #DF161D;
}
</style>
background-color css
<style>
a { background-color: #DF161D; }
a { background-color: rgb(223,22,29); }
div.DivClassName
{
background-color: #DF161D;
}
.BgClassName
{
background-color: #DF161D;
}
</style>
border-color css
<style>
span { border-color: #DF161D; }
span { border-color: rgb(223,22,29); }
td.TdClassName
{
border-color: #DF161D;
}
.TagClassName
{
border-color: #DF161D;
}
</style>