Shades of Fire Engine Red #D8191B
Tints of Fire Engine Red #D8191B
RGB
CMYK
RGB Variations
Color information
#D8191B (or 0xD8191B) is known color: Fire Engine Red. HEX triplet: D8, 19 and 1B. RGB value is (216,25,27). Sum of RGB (Red+Green+Blue) = 216+25+27=268 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.60% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 216 - color contains mainly: red. Hex color #D8191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8191B is #27E6E4. Grayscale: #525252. Windows color (decimal): -2615013 or 1776088. OLE color: 1776088.
HSL color Cylindrical-coordinate representation of color #D8191B: hue angle of 359.37º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8191B is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 27 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.15 |
| HSL | 359.37º | 0.79% | 0.47% | - |
| HSV(B) | 359.37º | 0.88% | 0.85% | - |
| XYZ | 28.86 | 15.37 | 2.48 | - |
| YUV | 82.34 | 96.78 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 27 | 0 | 0.88 | 0.88 | 0.15 | 359.37 | 0.79 | 0.47 |
| Hex | D8 | 19 | 1B | 0 | 58 | 58 | F | 167 | 4F | 2F |
| Octal | 330 | 31 | 33 | 0 | 130 | 130 | 17 | 547 | 117 | 57 |
| Binary | 11011000 | 11001 | 11011 | 0 | 1011000 | 1011000 | 1111 | 101100111 | 1001111 | 101111 |
Color Harmonies of #D8191B
Complementary color
Monochromatic Colors of #D8191B
Black with #D8191B
Text Example
Text Example
White with #D8191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8191B; }
p { color: rgb(216,25,27); }
H1.HeaderClassName
{
color: #D8191B;
}
.AnyTagClassName
{
color: #D8191B;
}
</style>
background-color css
<style>
a { background-color: #D8191B; }
a { background-color: rgb(216,25,27); }
div.DivClassName
{
background-color: #D8191B;
}
.BgClassName
{
background-color: #D8191B;
}
</style>
border-color css
<style>
span { border-color: #D8191B; }
span { border-color: rgb(216,25,27); }
td.TdClassName
{
border-color: #D8191B;
}
.TagClassName
{
border-color: #D8191B;
}
</style>