Shades of Fire Engine Red #B8151E
Tints of Fire Engine Red #B8151E
RGB
CMYK
RGB Variations
Color information
#B8151E (or 0xB8151E) is known color: Fire Engine Red. HEX triplet: B8, 15 and 1E. RGB value is (184,21,30). Sum of RGB (Red+Green+Blue) = 184+21+30=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B8151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8151E is #47EAE1. Grayscale: #464646. Windows color (decimal): -4713186 or 1971640. OLE color: 1971640.
HSL color Cylindrical-coordinate representation of color #B8151E: hue angle of 356.69º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8151E is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 30 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.28 |
| HSL | 356.69º | 0.8% | 0.4% | - |
| HSV(B) | 356.69º | 0.89% | 0.72% | - |
| XYZ | 20.27 | 10.82 | 2.25 | - |
| YUV | 70.76 | 105 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 30 | 0 | 0.89 | 0.84 | 0.28 | 356.69 | 0.8 | 0.4 |
| Hex | B8 | 15 | 1E | 0 | 59 | 54 | 1C | 165 | 50 | 28 |
| Octal | 270 | 25 | 36 | 0 | 131 | 124 | 34 | 545 | 120 | 50 |
| Binary | 10111000 | 10101 | 11110 | 0 | 1011001 | 1010100 | 11100 | 101100101 | 1010000 | 101000 |
Color Harmonies of #B8151E
Complementary color
Monochromatic Colors of #B8151E
Black with #B8151E
Text Example
Text Example
White with #B8151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8151E; }
p { color: rgb(184,21,30); }
H1.HeaderClassName
{
color: #B8151E;
}
.AnyTagClassName
{
color: #B8151E;
}
</style>
background-color css
<style>
a { background-color: #B8151E; }
a { background-color: rgb(184,21,30); }
div.DivClassName
{
background-color: #B8151E;
}
.BgClassName
{
background-color: #B8151E;
}
</style>
border-color css
<style>
span { border-color: #B8151E; }
span { border-color: rgb(184,21,30); }
td.TdClassName
{
border-color: #B8151E;
}
.TagClassName
{
border-color: #B8151E;
}
</style>