Shades of Fire Engine Red #B81223
Tints of Fire Engine Red #B81223
RGB
CMYK
RGB Variations
Color information
#B81223 (or 0xB81223) is known color: Fire Engine Red. HEX triplet: B8, 12 and 23. RGB value is (184,18,35). Sum of RGB (Red+Green+Blue) = 184+18+35=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B81223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81223 is #47EDDC. Grayscale: #454545. Windows color (decimal): -4713949 or 2298552. OLE color: 2298552.
HSL color Cylindrical-coordinate representation of color #B81223: hue angle of 353.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81223 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 35 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.28 |
| HSL | 353.86º | 0.82% | 0.4% | - |
| HSV(B) | 353.86º | 0.9% | 0.72% | - |
| XYZ | 20.29 | 10.74 | 2.59 | - |
| YUV | 69.57 | 108.5 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 35 | 0 | 0.90 | 0.81 | 0.28 | 353.86 | 0.82 | 0.4 |
| Hex | B8 | 12 | 23 | 0 | 5A | 51 | 1C | 162 | 52 | 28 |
| Octal | 270 | 22 | 43 | 0 | 132 | 121 | 34 | 542 | 122 | 50 |
| Binary | 10111000 | 10010 | 100011 | 0 | 1011010 | 1010001 | 11100 | 101100010 | 1010010 | 101000 |
Color Harmonies of #B81223
Complementary color
Monochromatic Colors of #B81223
Black with #B81223
Text Example
Text Example
White with #B81223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81223; }
p { color: rgb(184,18,35); }
H1.HeaderClassName
{
color: #B81223;
}
.AnyTagClassName
{
color: #B81223;
}
</style>
background-color css
<style>
a { background-color: #B81223; }
a { background-color: rgb(184,18,35); }
div.DivClassName
{
background-color: #B81223;
}
.BgClassName
{
background-color: #B81223;
}
</style>
border-color css
<style>
span { border-color: #B81223; }
span { border-color: rgb(184,18,35); }
td.TdClassName
{
border-color: #B81223;
}
.TagClassName
{
border-color: #B81223;
}
</style>