Shades of Fire Engine Red #DC161B
Tints of Fire Engine Red #DC161B
RGB
CMYK
RGB Variations
Color information
#DC161B (or 0xDC161B) is known color: Fire Engine Red. HEX triplet: DC, 16 and 1B. RGB value is (220,22,27). Sum of RGB (Red+Green+Blue) = 220+22+27=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC161B is #23E9E4. Grayscale: #515151. Windows color (decimal): -2353637 or 1775324. OLE color: 1775324.
HSL color Cylindrical-coordinate representation of color #DC161B: hue angle of 358.48º 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 #DC161B is Cyan = 0, Magento = 0.9, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 27 | - |
| CMYK | 0 | 0.9 | 0.88 | 0.14 |
| HSL | 358.48º | 0.82% | 0.47% | - |
| HSV(B) | 358.48º | 0.9% | 0.86% | - |
| XYZ | 30 | 15.87 | 2.52 | - |
| YUV | 81.77 | 97.1 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 27 | 0 | 0.9 | 0.88 | 0.14 | 358.48 | 0.82 | 0.47 |
| Hex | DC | 16 | 1B | 0 | 5A | 58 | E | 166 | 52 | 2F |
| Octal | 334 | 26 | 33 | 0 | 132 | 130 | 16 | 546 | 122 | 57 |
| Binary | 11011100 | 10110 | 11011 | 0 | 1011010 | 1011000 | 1110 | 101100110 | 1010010 | 101111 |
Color Harmonies of #DC161B
Complementary color
Monochromatic Colors of #DC161B
Black with #DC161B
Text Example
Text Example
White with #DC161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC161B; }
p { color: rgb(220,22,27); }
H1.HeaderClassName
{
color: #DC161B;
}
.AnyTagClassName
{
color: #DC161B;
}
</style>
background-color css
<style>
a { background-color: #DC161B; }
a { background-color: rgb(220,22,27); }
div.DivClassName
{
background-color: #DC161B;
}
.BgClassName
{
background-color: #DC161B;
}
</style>
border-color css
<style>
span { border-color: #DC161B; }
span { border-color: rgb(220,22,27); }
td.TdClassName
{
border-color: #DC161B;
}
.TagClassName
{
border-color: #DC161B;
}
</style>