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