Shades of Fire Engine Red #B81123
Tints of Fire Engine Red #B81123
RGB
CMYK
RGB Variations
Color information
#B81123 (or 0xB81123) is known color: Fire Engine Red. HEX triplet: B8, 11 and 23. RGB value is (184,17,35). Sum of RGB (Red+Green+Blue) = 184+17+35=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B81123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81123 is #47EEDC. Grayscale: #454545. Windows color (decimal): -4714205 or 2298296. OLE color: 2298296.
HSL color Cylindrical-coordinate representation of color #B81123: hue angle of 353.53º degrees, saturation: 0.83, 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 #B81123 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 35 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.28 |
| HSL | 353.53º | 0.83% | 0.39% | - |
| HSV(B) | 353.53º | 0.91% | 0.72% | - |
| XYZ | 20.27 | 10.71 | 2.59 | - |
| YUV | 68.99 | 108.83 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 35 | 0 | 0.91 | 0.81 | 0.28 | 353.53 | 0.83 | 0.39 |
| Hex | B8 | 11 | 23 | 0 | 5B | 51 | 1C | 162 | 53 | 27 |
| Octal | 270 | 21 | 43 | 0 | 133 | 121 | 34 | 542 | 123 | 47 |
| Binary | 10111000 | 10001 | 100011 | 0 | 1011011 | 1010001 | 11100 | 101100010 | 1010011 | 100111 |
Color Harmonies of #B81123
Complementary color
Monochromatic Colors of #B81123
Black with #B81123
Text Example
Text Example
White with #B81123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81123; }
p { color: rgb(184,17,35); }
H1.HeaderClassName
{
color: #B81123;
}
.AnyTagClassName
{
color: #B81123;
}
</style>
background-color css
<style>
a { background-color: #B81123; }
a { background-color: rgb(184,17,35); }
div.DivClassName
{
background-color: #B81123;
}
.BgClassName
{
background-color: #B81123;
}
</style>
border-color css
<style>
span { border-color: #B81123; }
span { border-color: rgb(184,17,35); }
td.TdClassName
{
border-color: #B81123;
}
.TagClassName
{
border-color: #B81123;
}
</style>