Shades of Fire Engine Red #BB141D
Tints of Fire Engine Red #BB141D
RGB
CMYK
RGB Variations
Color information
#BB141D (or 0xBB141D) is known color: Fire Engine Red. HEX triplet: BB, 14 and 1D. RGB value is (187,20,29). Sum of RGB (Red+Green+Blue) = 187+20+29=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB141D is #44EBE2. Grayscale: #474747. Windows color (decimal): -4516835 or 1905851. OLE color: 1905851.
HSL color Cylindrical-coordinate representation of color #BB141D: hue angle of 356.77º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB141D is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 29 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.27 |
| HSL | 356.77º | 0.81% | 0.41% | - |
| HSV(B) | 356.77º | 0.89% | 0.73% | - |
| XYZ | 20.97 | 11.15 | 2.21 | - |
| YUV | 70.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 29 | 0 | 0.89 | 0.84 | 0.27 | 356.77 | 0.81 | 0.41 |
| Hex | BB | 14 | 1D | 0 | 59 | 54 | 1B | 165 | 51 | 29 |
| Octal | 273 | 24 | 35 | 0 | 131 | 124 | 33 | 545 | 121 | 51 |
| Binary | 10111011 | 10100 | 11101 | 0 | 1011001 | 1010100 | 11011 | 101100101 | 1010001 | 101001 |
Color Harmonies of #BB141D
Complementary color
Monochromatic Colors of #BB141D
Black with #BB141D
Text Example
Text Example
White with #BB141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB141D; }
p { color: rgb(187,20,29); }
H1.HeaderClassName
{
color: #BB141D;
}
.AnyTagClassName
{
color: #BB141D;
}
</style>
background-color css
<style>
a { background-color: #BB141D; }
a { background-color: rgb(187,20,29); }
div.DivClassName
{
background-color: #BB141D;
}
.BgClassName
{
background-color: #BB141D;
}
</style>
border-color css
<style>
span { border-color: #BB141D; }
span { border-color: rgb(187,20,29); }
td.TdClassName
{
border-color: #BB141D;
}
.TagClassName
{
border-color: #BB141D;
}
</style>