Shades of Fire Engine Red #B91821
Tints of Fire Engine Red #B91821
RGB
CMYK
RGB Variations
Color information
#B91821 (or 0xB91821) is known color: Fire Engine Red. HEX triplet: B9, 18 and 21. RGB value is (185,24,33). Sum of RGB (Red+Green+Blue) = 185+24+33=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B91821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91821 is #46E7DE. Grayscale: #494949. Windows color (decimal): -4646879 or 2169017. OLE color: 2169017.
HSL color Cylindrical-coordinate representation of color #B91821: hue angle of 356.65º 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 #B91821 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 24 | 33 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.27 |
| HSL | 356.65º | 0.77% | 0.41% | - |
| HSV(B) | 356.65º | 0.87% | 0.73% | - |
| XYZ | 20.61 | 11.08 | 2.49 | - |
| YUV | 73.17 | 105.34 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 33 | 0 | 0.87 | 0.82 | 0.27 | 356.65 | 0.77 | 0.41 |
| Hex | B9 | 18 | 21 | 0 | 57 | 52 | 1B | 165 | 4D | 29 |
| Octal | 271 | 30 | 41 | 0 | 127 | 122 | 33 | 545 | 115 | 51 |
| Binary | 10111001 | 11000 | 100001 | 0 | 1010111 | 1010010 | 11011 | 101100101 | 1001101 | 101001 |
Color Harmonies of #B91821
Complementary color
Monochromatic Colors of #B91821
Black with #B91821
Text Example
Text Example
White with #B91821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91821; }
p { color: rgb(185,24,33); }
H1.HeaderClassName
{
color: #B91821;
}
.AnyTagClassName
{
color: #B91821;
}
</style>
background-color css
<style>
a { background-color: #B91821; }
a { background-color: rgb(185,24,33); }
div.DivClassName
{
background-color: #B91821;
}
.BgClassName
{
background-color: #B91821;
}
</style>
border-color css
<style>
span { border-color: #B91821; }
span { border-color: rgb(185,24,33); }
td.TdClassName
{
border-color: #B91821;
}
.TagClassName
{
border-color: #B91821;
}
</style>