Shades of Fire Engine Red #D8151F
Tints of Fire Engine Red #D8151F
RGB
CMYK
RGB Variations
Color information
#D8151F (or 0xD8151F) is known color: Fire Engine Red. HEX triplet: D8, 15 and 1F. RGB value is (216,21,31). Sum of RGB (Red+Green+Blue) = 216+21+31=268 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.60% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 216 - color contains mainly: red. Hex color #D8151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8151F is #27EAE0. Grayscale: #505050. Windows color (decimal): -2616033 or 2037208. OLE color: 2037208.
HSL color Cylindrical-coordinate representation of color #D8151F: hue angle of 356.92º 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 #D8151F is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 31 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.15 |
| HSL | 356.92º | 0.82% | 0.46% | - |
| HSV(B) | 356.92º | 0.9% | 0.85% | - |
| XYZ | 28.83 | 15.23 | 2.72 | - |
| YUV | 80.45 | 100.1 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 31 | 0 | 0.90 | 0.86 | 0.15 | 356.92 | 0.82 | 0.46 |
| Hex | D8 | 15 | 1F | 0 | 5A | 56 | F | 165 | 52 | 2E |
| Octal | 330 | 25 | 37 | 0 | 132 | 126 | 17 | 545 | 122 | 56 |
| Binary | 11011000 | 10101 | 11111 | 0 | 1011010 | 1010110 | 1111 | 101100101 | 1010010 | 101110 |
Color Harmonies of #D8151F
Complementary color
Monochromatic Colors of #D8151F
Black with #D8151F
Text Example
Text Example
White with #D8151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8151F; }
p { color: rgb(216,21,31); }
H1.HeaderClassName
{
color: #D8151F;
}
.AnyTagClassName
{
color: #D8151F;
}
</style>
background-color css
<style>
a { background-color: #D8151F; }
a { background-color: rgb(216,21,31); }
div.DivClassName
{
background-color: #D8151F;
}
.BgClassName
{
background-color: #D8151F;
}
</style>
border-color css
<style>
span { border-color: #D8151F; }
span { border-color: rgb(216,21,31); }
td.TdClassName
{
border-color: #D8151F;
}
.TagClassName
{
border-color: #D8151F;
}
</style>