Shades of Fire Engine Red #D0161B
Tints of Fire Engine Red #D0161B
RGB
CMYK
RGB Variations
Color information
#D0161B (or 0xD0161B) is known color: Fire Engine Red. HEX triplet: D0, 16 and 1B. RGB value is (208,22,27). Sum of RGB (Red+Green+Blue) = 208+22+27=257 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.93% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 208 - color contains mainly: red. Hex color #D0161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0161B is #2FE9E4. Grayscale: #4E4E4E. Windows color (decimal): -3140069 or 1775312. OLE color: 1775312.
HSL color Cylindrical-coordinate representation of color #D0161B: hue angle of 358.39º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0161B is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 27 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.18 |
| HSL | 358.39º | 0.81% | 0.45% | - |
| HSV(B) | 358.39º | 0.89% | 0.82% | - |
| XYZ | 26.5 | 14.06 | 2.35 | - |
| YUV | 78.18 | 99.12 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 27 | 0 | 0.89 | 0.87 | 0.18 | 358.39 | 0.81 | 0.45 |
| Hex | D0 | 16 | 1B | 0 | 59 | 57 | 12 | 166 | 51 | 2D |
| Octal | 320 | 26 | 33 | 0 | 131 | 127 | 22 | 546 | 121 | 55 |
| Binary | 11010000 | 10110 | 11011 | 0 | 1011001 | 1010111 | 10010 | 101100110 | 1010001 | 101101 |
Color Harmonies of #D0161B
Complementary color
Monochromatic Colors of #D0161B
Black with #D0161B
Text Example
Text Example
White with #D0161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0161B; }
p { color: rgb(208,22,27); }
H1.HeaderClassName
{
color: #D0161B;
}
.AnyTagClassName
{
color: #D0161B;
}
</style>
background-color css
<style>
a { background-color: #D0161B; }
a { background-color: rgb(208,22,27); }
div.DivClassName
{
background-color: #D0161B;
}
.BgClassName
{
background-color: #D0161B;
}
</style>
border-color css
<style>
span { border-color: #D0161B; }
span { border-color: rgb(208,22,27); }
td.TdClassName
{
border-color: #D0161B;
}
.TagClassName
{
border-color: #D0161B;
}
</style>