Shades of Fire Engine Red #D8151B
Tints of Fire Engine Red #D8151B
RGB
CMYK
RGB Variations
Color information
#D8151B (or 0xD8151B) is known color: Fire Engine Red. HEX triplet: D8, 15 and 1B. RGB value is (216,21,27). Sum of RGB (Red+Green+Blue) = 216+21+27=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D8151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8151B is #27EAE4. Grayscale: #505050. Windows color (decimal): -2616037 or 1775064. OLE color: 1775064.
HSL color Cylindrical-coordinate representation of color #D8151B: hue angle of 358.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8151B is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 27 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.15 |
| HSL | 358.15º | 0.82% | 0.46% | - |
| HSV(B) | 358.15º | 0.9% | 0.85% | - |
| XYZ | 28.78 | 15.21 | 2.46 | - |
| YUV | 79.99 | 98.1 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 27 | 0 | 0.90 | 0.88 | 0.15 | 358.15 | 0.82 | 0.46 |
| Hex | D8 | 15 | 1B | 0 | 5A | 58 | F | 166 | 52 | 2E |
| Octal | 330 | 25 | 33 | 0 | 132 | 130 | 17 | 546 | 122 | 56 |
| Binary | 11011000 | 10101 | 11011 | 0 | 1011010 | 1011000 | 1111 | 101100110 | 1010010 | 101110 |
Color Harmonies of #D8151B
Complementary color
Monochromatic Colors of #D8151B
Black with #D8151B
Text Example
Text Example
White with #D8151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8151B; }
p { color: rgb(216,21,27); }
H1.HeaderClassName
{
color: #D8151B;
}
.AnyTagClassName
{
color: #D8151B;
}
</style>
background-color css
<style>
a { background-color: #D8151B; }
a { background-color: rgb(216,21,27); }
div.DivClassName
{
background-color: #D8151B;
}
.BgClassName
{
background-color: #D8151B;
}
</style>
border-color css
<style>
span { border-color: #D8151B; }
span { border-color: rgb(216,21,27); }
td.TdClassName
{
border-color: #D8151B;
}
.TagClassName
{
border-color: #D8151B;
}
</style>