Shades of Fire Engine Red #DC161F
Tints of Fire Engine Red #DC161F
RGB
CMYK
RGB Variations
Color information
#DC161F (or 0xDC161F) is known color: Fire Engine Red. HEX triplet: DC, 16 and 1F. RGB value is (220,22,31). Sum of RGB (Red+Green+Blue) = 220+22+31=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC161F is #23E9E0. Grayscale: #525252. Windows color (decimal): -2353633 or 2037468. OLE color: 2037468.
HSL color Cylindrical-coordinate representation of color #DC161F: hue angle of 357.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC161F is Cyan = 0, Magento = 0.9, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 31 | - |
| CMYK | 0 | 0.9 | 0.86 | 0.14 |
| HSL | 357.27º | 0.82% | 0.47% | - |
| HSV(B) | 357.27º | 0.9% | 0.86% | - |
| XYZ | 30.05 | 15.89 | 2.78 | - |
| YUV | 82.23 | 99.1 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 31 | 0 | 0.9 | 0.86 | 0.14 | 357.27 | 0.82 | 0.47 |
| Hex | DC | 16 | 1F | 0 | 5A | 56 | E | 165 | 52 | 2F |
| Octal | 334 | 26 | 37 | 0 | 132 | 126 | 16 | 545 | 122 | 57 |
| Binary | 11011100 | 10110 | 11111 | 0 | 1011010 | 1010110 | 1110 | 101100101 | 1010010 | 101111 |
Color Harmonies of #DC161F
Complementary color
Monochromatic Colors of #DC161F
Black with #DC161F
Text Example
Text Example
White with #DC161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC161F; }
p { color: rgb(220,22,31); }
H1.HeaderClassName
{
color: #DC161F;
}
.AnyTagClassName
{
color: #DC161F;
}
</style>
background-color css
<style>
a { background-color: #DC161F; }
a { background-color: rgb(220,22,31); }
div.DivClassName
{
background-color: #DC161F;
}
.BgClassName
{
background-color: #DC161F;
}
</style>
border-color css
<style>
span { border-color: #DC161F; }
span { border-color: rgb(220,22,31); }
td.TdClassName
{
border-color: #DC161F;
}
.TagClassName
{
border-color: #DC161F;
}
</style>