Shades of Fire Engine Red #B81527
Tints of Fire Engine Red #B81527
RGB
CMYK
RGB Variations
Color information
#B81527 (or 0xB81527) is known color: Fire Engine Red. HEX triplet: B8, 15 and 27. RGB value is (184,21,39). Sum of RGB (Red+Green+Blue) = 184+21+39=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B81527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81527 is #47EAD8. Grayscale: #474747. Windows color (decimal): -4713177 or 2561464. OLE color: 2561464.
HSL color Cylindrical-coordinate representation of color #B81527: hue angle of 353.37º 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 #B81527 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 39 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.28 |
| HSL | 353.37º | 0.8% | 0.4% | - |
| HSV(B) | 353.37º | 0.89% | 0.72% | - |
| XYZ | 20.4 | 10.87 | 2.94 | - |
| YUV | 71.79 | 109.5 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 39 | 0 | 0.89 | 0.79 | 0.28 | 353.37 | 0.8 | 0.4 |
| Hex | B8 | 15 | 27 | 0 | 59 | 4F | 1C | 161 | 50 | 28 |
| Octal | 270 | 25 | 47 | 0 | 131 | 117 | 34 | 541 | 120 | 50 |
| Binary | 10111000 | 10101 | 100111 | 0 | 1011001 | 1001111 | 11100 | 101100001 | 1010000 | 101000 |
Color Harmonies of #B81527
Complementary color
Monochromatic Colors of #B81527
Black with #B81527
Text Example
Text Example
White with #B81527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81527; }
p { color: rgb(184,21,39); }
H1.HeaderClassName
{
color: #B81527;
}
.AnyTagClassName
{
color: #B81527;
}
</style>
background-color css
<style>
a { background-color: #B81527; }
a { background-color: rgb(184,21,39); }
div.DivClassName
{
background-color: #B81527;
}
.BgClassName
{
background-color: #B81527;
}
</style>
border-color css
<style>
span { border-color: #B81527; }
span { border-color: rgb(184,21,39); }
td.TdClassName
{
border-color: #B81527;
}
.TagClassName
{
border-color: #B81527;
}
</style>