Shades of Fire Engine Red #B81027
Tints of Fire Engine Red #B81027
RGB
CMYK
RGB Variations
Color information
#B81027 (or 0xB81027) is known color: Fire Engine Red. HEX triplet: B8, 10 and 27. RGB value is (184,16,39). Sum of RGB (Red+Green+Blue) = 184+16+39=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B81027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81027 is #47EFD8. Grayscale: #444444. Windows color (decimal): -4714457 or 2560184. OLE color: 2560184.
HSL color Cylindrical-coordinate representation of color #B81027: hue angle of 351.79º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81027 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 39 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.28 |
| HSL | 351.79º | 0.84% | 0.39% | - |
| HSV(B) | 351.79º | 0.91% | 0.72% | - |
| XYZ | 20.32 | 10.71 | 2.92 | - |
| YUV | 68.85 | 111.16 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 39 | 0 | 0.91 | 0.79 | 0.28 | 351.79 | 0.84 | 0.39 |
| Hex | B8 | 10 | 27 | 0 | 5B | 4F | 1C | 160 | 54 | 27 |
| Octal | 270 | 20 | 47 | 0 | 133 | 117 | 34 | 540 | 124 | 47 |
| Binary | 10111000 | 10000 | 100111 | 0 | 1011011 | 1001111 | 11100 | 101100000 | 1010100 | 100111 |
Color Harmonies of #B81027
Complementary color
Monochromatic Colors of #B81027
Black with #B81027
Text Example
Text Example
White with #B81027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81027; }
p { color: rgb(184,16,39); }
H1.HeaderClassName
{
color: #B81027;
}
.AnyTagClassName
{
color: #B81027;
}
</style>
background-color css
<style>
a { background-color: #B81027; }
a { background-color: rgb(184,16,39); }
div.DivClassName
{
background-color: #B81027;
}
.BgClassName
{
background-color: #B81027;
}
</style>
border-color css
<style>
span { border-color: #B81027; }
span { border-color: rgb(184,16,39); }
td.TdClassName
{
border-color: #B81027;
}
.TagClassName
{
border-color: #B81027;
}
</style>