Shades of Fire Engine Red #D8101D
Tints of Fire Engine Red #D8101D
RGB
CMYK
RGB Variations
Color information
#D8101D (or 0xD8101D) is known color: Fire Engine Red. HEX triplet: D8, 10 and 1D. RGB value is (216,16,29). Sum of RGB (Red+Green+Blue) = 216+16+29=261 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.76% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 216 - color contains mainly: red. Hex color #D8101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8101D is #27EFE2. Grayscale: #4D4D4D. Windows color (decimal): -2617315 or 1904856. OLE color: 1904856.
HSL color Cylindrical-coordinate representation of color #D8101D: hue angle of 356.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8101D is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 29 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.15 |
| HSL | 356.1º | 0.86% | 0.45% | - |
| HSV(B) | 356.1º | 0.93% | 0.85% | - |
| XYZ | 28.73 | 15.06 | 2.55 | - |
| YUV | 77.28 | 100.76 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 29 | 0 | 0.93 | 0.87 | 0.15 | 356.1 | 0.86 | 0.45 |
| Hex | D8 | 10 | 1D | 0 | 5D | 57 | F | 164 | 56 | 2D |
| Octal | 330 | 20 | 35 | 0 | 135 | 127 | 17 | 544 | 126 | 55 |
| Binary | 11011000 | 10000 | 11101 | 0 | 1011101 | 1010111 | 1111 | 101100100 | 1010110 | 101101 |
Color Harmonies of #D8101D
Complementary color
Monochromatic Colors of #D8101D
Black with #D8101D
Text Example
Text Example
White with #D8101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8101D; }
p { color: rgb(216,16,29); }
H1.HeaderClassName
{
color: #D8101D;
}
.AnyTagClassName
{
color: #D8101D;
}
</style>
background-color css
<style>
a { background-color: #D8101D; }
a { background-color: rgb(216,16,29); }
div.DivClassName
{
background-color: #D8101D;
}
.BgClassName
{
background-color: #D8101D;
}
</style>
border-color css
<style>
span { border-color: #D8101D; }
span { border-color: rgb(216,16,29); }
td.TdClassName
{
border-color: #D8101D;
}
.TagClassName
{
border-color: #D8101D;
}
</style>