Shades of Fire Engine Red #DC161E
Tints of Fire Engine Red #DC161E
RGB
CMYK
RGB Variations
Color information
#DC161E (or 0xDC161E) is known color: Fire Engine Red. HEX triplet: DC, 16 and 1E. RGB value is (220,22,30). Sum of RGB (Red+Green+Blue) = 220+22+30=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC161E is #23E9E1. Grayscale: #525252. Windows color (decimal): -2353634 or 1971932. OLE color: 1971932.
HSL color Cylindrical-coordinate representation of color #DC161E: hue angle of 357.58º 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 #DC161E is Cyan = 0, Magento = 0.9, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 30 | - |
| CMYK | 0 | 0.9 | 0.86 | 0.14 |
| HSL | 357.58º | 0.82% | 0.47% | - |
| HSV(B) | 357.58º | 0.9% | 0.86% | - |
| XYZ | 30.04 | 15.88 | 2.71 | - |
| YUV | 82.11 | 98.6 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 30 | 0 | 0.9 | 0.86 | 0.14 | 357.58 | 0.82 | 0.47 |
| Hex | DC | 16 | 1E | 0 | 5A | 56 | E | 166 | 52 | 2F |
| Octal | 334 | 26 | 36 | 0 | 132 | 126 | 16 | 546 | 122 | 57 |
| Binary | 11011100 | 10110 | 11110 | 0 | 1011010 | 1010110 | 1110 | 101100110 | 1010010 | 101111 |
Color Harmonies of #DC161E
Complementary color
Monochromatic Colors of #DC161E
Black with #DC161E
Text Example
Text Example
White with #DC161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC161E; }
p { color: rgb(220,22,30); }
H1.HeaderClassName
{
color: #DC161E;
}
.AnyTagClassName
{
color: #DC161E;
}
</style>
background-color css
<style>
a { background-color: #DC161E; }
a { background-color: rgb(220,22,30); }
div.DivClassName
{
background-color: #DC161E;
}
.BgClassName
{
background-color: #DC161E;
}
</style>
border-color css
<style>
span { border-color: #DC161E; }
span { border-color: rgb(220,22,30); }
td.TdClassName
{
border-color: #DC161E;
}
.TagClassName
{
border-color: #DC161E;
}
</style>