Shades of Fire Engine Red #B81727
Tints of Fire Engine Red #B81727
RGB
CMYK
RGB Variations
Color information
#B81727 (or 0xB81727) is known color: Fire Engine Red. HEX triplet: B8, 17 and 27. RGB value is (184,23,39). Sum of RGB (Red+Green+Blue) = 184+23+39=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B81727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81727 is #47E8D8. Grayscale: #494949. Windows color (decimal): -4712665 or 2561976. OLE color: 2561976.
HSL color Cylindrical-coordinate representation of color #B81727: hue angle of 354.04º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81727 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 39 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.28 |
| HSL | 354.04º | 0.78% | 0.41% | - |
| HSV(B) | 354.04º | 0.88% | 0.72% | - |
| XYZ | 20.44 | 10.95 | 2.96 | - |
| YUV | 72.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 39 | 0 | 0.88 | 0.79 | 0.28 | 354.04 | 0.78 | 0.41 |
| Hex | B8 | 17 | 27 | 0 | 58 | 4F | 1C | 162 | 4E | 29 |
| Octal | 270 | 27 | 47 | 0 | 130 | 117 | 34 | 542 | 116 | 51 |
| Binary | 10111000 | 10111 | 100111 | 0 | 1011000 | 1001111 | 11100 | 101100010 | 1001110 | 101001 |
Color Harmonies of #B81727
Complementary color
Monochromatic Colors of #B81727
Black with #B81727
Text Example
Text Example
White with #B81727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81727; }
p { color: rgb(184,23,39); }
H1.HeaderClassName
{
color: #B81727;
}
.AnyTagClassName
{
color: #B81727;
}
</style>
background-color css
<style>
a { background-color: #B81727; }
a { background-color: rgb(184,23,39); }
div.DivClassName
{
background-color: #B81727;
}
.BgClassName
{
background-color: #B81727;
}
</style>
border-color css
<style>
span { border-color: #B81727; }
span { border-color: rgb(184,23,39); }
td.TdClassName
{
border-color: #B81727;
}
.TagClassName
{
border-color: #B81727;
}
</style>