Shades of Fire Engine Red #BB1D1F
Tints of Fire Engine Red #BB1D1F
RGB
CMYK
RGB Variations
Color information
#BB1D1F (or 0xBB1D1F) is known color: Fire Engine Red. HEX triplet: BB, 1D and 1F. RGB value is (187,29,31). Sum of RGB (Red+Green+Blue) = 187+29+31=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D1F is #44E2E0. Grayscale: #4C4C4C. Windows color (decimal): -4514529 or 2039227. OLE color: 2039227.
HSL color Cylindrical-coordinate representation of color #BB1D1F: hue angle of 359.24º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1D1F is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 31 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.27 |
| HSL | 359.24º | 0.73% | 0.42% | - |
| HSV(B) | 359.24º | 0.84% | 0.73% | - |
| XYZ | 21.18 | 11.54 | 2.41 | - |
| YUV | 76.47 | 102.35 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 31 | 0 | 0.84 | 0.83 | 0.27 | 359.24 | 0.73 | 0.42 |
| Hex | BB | 1D | 1F | 0 | 54 | 53 | 1B | 167 | 49 | 2A |
| Octal | 273 | 35 | 37 | 0 | 124 | 123 | 33 | 547 | 111 | 52 |
| Binary | 10111011 | 11101 | 11111 | 0 | 1010100 | 1010011 | 11011 | 101100111 | 1001001 | 101010 |
Color Harmonies of #BB1D1F
Complementary color
Monochromatic Colors of #BB1D1F
Black with #BB1D1F
Text Example
Text Example
White with #BB1D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1D1F; }
p { color: rgb(187,29,31); }
H1.HeaderClassName
{
color: #BB1D1F;
}
.AnyTagClassName
{
color: #BB1D1F;
}
</style>
background-color css
<style>
a { background-color: #BB1D1F; }
a { background-color: rgb(187,29,31); }
div.DivClassName
{
background-color: #BB1D1F;
}
.BgClassName
{
background-color: #BB1D1F;
}
</style>
border-color css
<style>
span { border-color: #BB1D1F; }
span { border-color: rgb(187,29,31); }
td.TdClassName
{
border-color: #BB1D1F;
}
.TagClassName
{
border-color: #BB1D1F;
}
</style>