Shades of Fire Engine Red #D8101B
Tints of Fire Engine Red #D8101B
RGB
CMYK
RGB Variations
Color information
#D8101B (or 0xD8101B) is known color: Fire Engine Red. HEX triplet: D8, 10 and 1B. RGB value is (216,16,27). Sum of RGB (Red+Green+Blue) = 216+16+27=259 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.40% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 216 - color contains mainly: red. Hex color #D8101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8101B is #27EFE4. Grayscale: #4D4D4D. Windows color (decimal): -2617317 or 1773784. OLE color: 1773784.
HSL color Cylindrical-coordinate representation of color #D8101B: hue angle of 356.7º 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 #D8101B is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 27 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.15 |
| HSL | 356.7º | 0.86% | 0.45% | - |
| HSV(B) | 356.7º | 0.93% | 0.85% | - |
| XYZ | 28.7 | 15.05 | 2.43 | - |
| YUV | 77.05 | 99.76 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 27 | 0 | 0.93 | 0.88 | 0.15 | 356.7 | 0.86 | 0.45 |
| Hex | D8 | 10 | 1B | 0 | 5D | 58 | F | 165 | 56 | 2D |
| Octal | 330 | 20 | 33 | 0 | 135 | 130 | 17 | 545 | 126 | 55 |
| Binary | 11011000 | 10000 | 11011 | 0 | 1011101 | 1011000 | 1111 | 101100101 | 1010110 | 101101 |
Color Harmonies of #D8101B
Complementary color
Monochromatic Colors of #D8101B
Black with #D8101B
Text Example
Text Example
White with #D8101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8101B; }
p { color: rgb(216,16,27); }
H1.HeaderClassName
{
color: #D8101B;
}
.AnyTagClassName
{
color: #D8101B;
}
</style>
background-color css
<style>
a { background-color: #D8101B; }
a { background-color: rgb(216,16,27); }
div.DivClassName
{
background-color: #D8101B;
}
.BgClassName
{
background-color: #D8101B;
}
</style>
border-color css
<style>
span { border-color: #D8101B; }
span { border-color: rgb(216,16,27); }
td.TdClassName
{
border-color: #D8101B;
}
.TagClassName
{
border-color: #D8101B;
}
</style>