Shades of Fire Engine Red #B91421
Tints of Fire Engine Red #B91421
RGB
CMYK
RGB Variations
Color information
#B91421 (or 0xB91421) is known color: Fire Engine Red. HEX triplet: B9, 14 and 21. RGB value is (185,20,33). Sum of RGB (Red+Green+Blue) = 185+20+33=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B91421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91421 is #46EBDE. Grayscale: #464646. Windows color (decimal): -4647903 or 2167993. OLE color: 2167993.
HSL color Cylindrical-coordinate representation of color #B91421: hue angle of 355.27º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91421 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 33 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.27 |
| HSL | 355.27º | 0.8% | 0.4% | - |
| HSV(B) | 355.27º | 0.89% | 0.73% | - |
| XYZ | 20.53 | 10.92 | 2.47 | - |
| YUV | 70.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 33 | 0 | 0.89 | 0.82 | 0.27 | 355.27 | 0.8 | 0.4 |
| Hex | B9 | 14 | 21 | 0 | 59 | 52 | 1B | 163 | 50 | 28 |
| Octal | 271 | 24 | 41 | 0 | 131 | 122 | 33 | 543 | 120 | 50 |
| Binary | 10111001 | 10100 | 100001 | 0 | 1011001 | 1010010 | 11011 | 101100011 | 1010000 | 101000 |
Color Harmonies of #B91421
Complementary color
Monochromatic Colors of #B91421
Black with #B91421
Text Example
Text Example
White with #B91421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91421; }
p { color: rgb(185,20,33); }
H1.HeaderClassName
{
color: #B91421;
}
.AnyTagClassName
{
color: #B91421;
}
</style>
background-color css
<style>
a { background-color: #B91421; }
a { background-color: rgb(185,20,33); }
div.DivClassName
{
background-color: #B91421;
}
.BgClassName
{
background-color: #B91421;
}
</style>
border-color css
<style>
span { border-color: #B91421; }
span { border-color: rgb(185,20,33); }
td.TdClassName
{
border-color: #B91421;
}
.TagClassName
{
border-color: #B91421;
}
</style>