Shades of Fire Engine Red #D0161D
Tints of Fire Engine Red #D0161D
RGB
CMYK
RGB Variations
Color information
#D0161D (or 0xD0161D) is known color: Fire Engine Red. HEX triplet: D0, 16 and 1D. RGB value is (208,22,29). Sum of RGB (Red+Green+Blue) = 208+22+29=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D0161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0161D is #2FE9E2. Grayscale: #4E4E4E. Windows color (decimal): -3140067 or 1906384. OLE color: 1906384.
HSL color Cylindrical-coordinate representation of color #D0161D: hue angle of 357.74º 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 #D0161D is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 29 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.18 |
| HSL | 357.74º | 0.81% | 0.45% | - |
| HSV(B) | 357.74º | 0.89% | 0.82% | - |
| XYZ | 26.52 | 14.07 | 2.48 | - |
| YUV | 78.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 29 | 0 | 0.89 | 0.86 | 0.18 | 357.74 | 0.81 | 0.45 |
| Hex | D0 | 16 | 1D | 0 | 59 | 56 | 12 | 166 | 51 | 2D |
| Octal | 320 | 26 | 35 | 0 | 131 | 126 | 22 | 546 | 121 | 55 |
| Binary | 11010000 | 10110 | 11101 | 0 | 1011001 | 1010110 | 10010 | 101100110 | 1010001 | 101101 |
Color Harmonies of #D0161D
Complementary color
Monochromatic Colors of #D0161D
Black with #D0161D
Text Example
Text Example
White with #D0161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0161D; }
p { color: rgb(208,22,29); }
H1.HeaderClassName
{
color: #D0161D;
}
.AnyTagClassName
{
color: #D0161D;
}
</style>
background-color css
<style>
a { background-color: #D0161D; }
a { background-color: rgb(208,22,29); }
div.DivClassName
{
background-color: #D0161D;
}
.BgClassName
{
background-color: #D0161D;
}
</style>
border-color css
<style>
span { border-color: #D0161D; }
span { border-color: rgb(208,22,29); }
td.TdClassName
{
border-color: #D0161D;
}
.TagClassName
{
border-color: #D0161D;
}
</style>