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