Shades of Fire Engine Red #B91720
Tints of Fire Engine Red #B91720
RGB
CMYK
RGB Variations
Color information
#B91720 (or 0xB91720) is known color: Fire Engine Red. HEX triplet: B9, 17 and 20. RGB value is (185,23,32). Sum of RGB (Red+Green+Blue) = 185+23+32=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B91720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91720 is #46E8DF. Grayscale: #484848. Windows color (decimal): -4647136 or 2103225. OLE color: 2103225.
HSL color Cylindrical-coordinate representation of color #B91720: hue angle of 356.67º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91720 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 32 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.27 |
| HSL | 356.67º | 0.78% | 0.41% | - |
| HSV(B) | 356.67º | 0.88% | 0.73% | - |
| XYZ | 20.57 | 11.03 | 2.41 | - |
| YUV | 72.46 | 105.17 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 32 | 0 | 0.88 | 0.83 | 0.27 | 356.67 | 0.78 | 0.41 |
| Hex | B9 | 17 | 20 | 0 | 58 | 53 | 1B | 165 | 4E | 29 |
| Octal | 271 | 27 | 40 | 0 | 130 | 123 | 33 | 545 | 116 | 51 |
| Binary | 10111001 | 10111 | 100000 | 0 | 1011000 | 1010011 | 11011 | 101100101 | 1001110 | 101001 |
Color Harmonies of #B91720
Complementary color
Monochromatic Colors of #B91720
Black with #B91720
Text Example
Text Example
White with #B91720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91720; }
p { color: rgb(185,23,32); }
H1.HeaderClassName
{
color: #B91720;
}
.AnyTagClassName
{
color: #B91720;
}
</style>
background-color css
<style>
a { background-color: #B91720; }
a { background-color: rgb(185,23,32); }
div.DivClassName
{
background-color: #B91720;
}
.BgClassName
{
background-color: #B91720;
}
</style>
border-color css
<style>
span { border-color: #B91720; }
span { border-color: rgb(185,23,32); }
td.TdClassName
{
border-color: #B91720;
}
.TagClassName
{
border-color: #B91720;
}
</style>