Shades of Fire Engine Red #B91823
Tints of Fire Engine Red #B91823
RGB
CMYK
RGB Variations
Color information
#B91823 (or 0xB91823) is known color: Fire Engine Red. HEX triplet: B9, 18 and 23. RGB value is (185,24,35). Sum of RGB (Red+Green+Blue) = 185+24+35=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B91823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91823 is #46E7DC. Grayscale: #494949. Windows color (decimal): -4646877 or 2300089. OLE color: 2300089.
HSL color Cylindrical-coordinate representation of color #B91823: hue angle of 355.9º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91823 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 24 | 35 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.27 |
| HSL | 355.9º | 0.77% | 0.41% | - |
| HSV(B) | 355.9º | 0.87% | 0.73% | - |
| XYZ | 20.64 | 11.09 | 2.64 | - |
| YUV | 73.39 | 106.34 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 35 | 0 | 0.87 | 0.81 | 0.27 | 355.9 | 0.77 | 0.41 |
| Hex | B9 | 18 | 23 | 0 | 57 | 51 | 1B | 164 | 4D | 29 |
| Octal | 271 | 30 | 43 | 0 | 127 | 121 | 33 | 544 | 115 | 51 |
| Binary | 10111001 | 11000 | 100011 | 0 | 1010111 | 1010001 | 11011 | 101100100 | 1001101 | 101001 |
Color Harmonies of #B91823
Complementary color
Monochromatic Colors of #B91823
Black with #B91823
Text Example
Text Example
White with #B91823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91823; }
p { color: rgb(185,24,35); }
H1.HeaderClassName
{
color: #B91823;
}
.AnyTagClassName
{
color: #B91823;
}
</style>
background-color css
<style>
a { background-color: #B91823; }
a { background-color: rgb(185,24,35); }
div.DivClassName
{
background-color: #B91823;
}
.BgClassName
{
background-color: #B91823;
}
</style>
border-color css
<style>
span { border-color: #B91823; }
span { border-color: rgb(185,24,35); }
td.TdClassName
{
border-color: #B91823;
}
.TagClassName
{
border-color: #B91823;
}
</style>