Shades of Fire Engine Red #DF161F
Tints of Fire Engine Red #DF161F
RGB
CMYK
RGB Variations
Color information
#DF161F (or 0xDF161F) is known color: Fire Engine Red. HEX triplet: DF, 16 and 1F. RGB value is (223,22,31). Sum of RGB (Red+Green+Blue) = 223+22+31=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF161F is #20E9E0. Grayscale: #535353. Windows color (decimal): -2157025 or 2037471. OLE color: 2037471.
HSL color Cylindrical-coordinate representation of color #DF161F: hue angle of 357.31º 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 #DF161F is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 31 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.13 |
| HSL | 357.31º | 0.82% | 0.48% | - |
| HSV(B) | 357.31º | 0.9% | 0.87% | - |
| XYZ | 30.97 | 16.36 | 2.82 | - |
| YUV | 83.13 | 98.59 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 31 | 0 | 0.90 | 0.86 | 0.13 | 357.31 | 0.82 | 0.48 |
| Hex | DF | 16 | 1F | 0 | 5A | 56 | D | 165 | 52 | 30 |
| Octal | 337 | 26 | 37 | 0 | 132 | 126 | 15 | 545 | 122 | 60 |
| Binary | 11011111 | 10110 | 11111 | 0 | 1011010 | 1010110 | 1101 | 101100101 | 1010010 | 110000 |
Color Harmonies of #DF161F
Complementary color
Monochromatic Colors of #DF161F
Black with #DF161F
Text Example
Text Example
White with #DF161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF161F; }
p { color: rgb(223,22,31); }
H1.HeaderClassName
{
color: #DF161F;
}
.AnyTagClassName
{
color: #DF161F;
}
</style>
background-color css
<style>
a { background-color: #DF161F; }
a { background-color: rgb(223,22,31); }
div.DivClassName
{
background-color: #DF161F;
}
.BgClassName
{
background-color: #DF161F;
}
</style>
border-color css
<style>
span { border-color: #DF161F; }
span { border-color: rgb(223,22,31); }
td.TdClassName
{
border-color: #DF161F;
}
.TagClassName
{
border-color: #DF161F;
}
</style>