Shades of Fire Engine Red #B91C1D
Tints of Fire Engine Red #B91C1D
RGB
CMYK
RGB Variations
Color information
#B91C1D (or 0xB91C1D) is known color: Fire Engine Red. HEX triplet: B9, 1C and 1D. RGB value is (185,28,29). Sum of RGB (Red+Green+Blue) = 185+28+29=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91C1D is #46E3E2. Grayscale: #4B4B4B. Windows color (decimal): -4645859 or 1907897. OLE color: 1907897.
HSL color Cylindrical-coordinate representation of color #B91C1D: hue angle of 359.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91C1D is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 28 | 29 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.27 |
| HSL | 359.62º | 0.74% | 0.42% | - |
| HSV(B) | 359.62º | 0.85% | 0.73% | - |
| XYZ | 20.64 | 11.23 | 2.24 | - |
| YUV | 75.06 | 102.01 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 29 | 0 | 0.85 | 0.84 | 0.27 | 359.62 | 0.74 | 0.42 |
| Hex | B9 | 1C | 1D | 0 | 55 | 54 | 1B | 168 | 4A | 2A |
| Octal | 271 | 34 | 35 | 0 | 125 | 124 | 33 | 550 | 112 | 52 |
| Binary | 10111001 | 11100 | 11101 | 0 | 1010101 | 1010100 | 11011 | 101101000 | 1001010 | 101010 |
Color Harmonies of #B91C1D
Complementary color
Monochromatic Colors of #B91C1D
Black with #B91C1D
Text Example
Text Example
White with #B91C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91C1D; }
p { color: rgb(185,28,29); }
H1.HeaderClassName
{
color: #B91C1D;
}
.AnyTagClassName
{
color: #B91C1D;
}
</style>
background-color css
<style>
a { background-color: #B91C1D; }
a { background-color: rgb(185,28,29); }
div.DivClassName
{
background-color: #B91C1D;
}
.BgClassName
{
background-color: #B91C1D;
}
</style>
border-color css
<style>
span { border-color: #B91C1D; }
span { border-color: rgb(185,28,29); }
td.TdClassName
{
border-color: #B91C1D;
}
.TagClassName
{
border-color: #B91C1D;
}
</style>