Shades of Fire Engine Red #BB2021
Tints of Fire Engine Red #BB2021
RGB
CMYK
RGB Variations
Color information
#BB2021 (or 0xBB2021) is known color: Fire Engine Red. HEX triplet: BB, 20 and 21. RGB value is (187,32,33). Sum of RGB (Red+Green+Blue) = 187+32+33=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2021 is #44DFDE. Grayscale: #4E4E4E. Windows color (decimal): -4513759 or 2171067. OLE color: 2171067.
HSL color Cylindrical-coordinate representation of color #BB2021: hue angle of 359.61º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2021 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 33 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.27 |
| HSL | 359.61º | 0.71% | 0.43% | - |
| HSV(B) | 359.61º | 0.83% | 0.73% | - |
| XYZ | 21.28 | 11.71 | 2.58 | - |
| YUV | 78.46 | 102.35 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 33 | 0 | 0.83 | 0.82 | 0.27 | 359.61 | 0.71 | 0.43 |
| Hex | BB | 20 | 21 | 0 | 53 | 52 | 1B | 168 | 47 | 2B |
| Octal | 273 | 40 | 41 | 0 | 123 | 122 | 33 | 550 | 107 | 53 |
| Binary | 10111011 | 100000 | 100001 | 0 | 1010011 | 1010010 | 11011 | 101101000 | 1000111 | 101011 |
Color Harmonies of #BB2021
Complementary color
Monochromatic Colors of #BB2021
Black with #BB2021
Text Example
Text Example
White with #BB2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2021; }
p { color: rgb(187,32,33); }
H1.HeaderClassName
{
color: #BB2021;
}
.AnyTagClassName
{
color: #BB2021;
}
</style>
background-color css
<style>
a { background-color: #BB2021; }
a { background-color: rgb(187,32,33); }
div.DivClassName
{
background-color: #BB2021;
}
.BgClassName
{
background-color: #BB2021;
}
</style>
border-color css
<style>
span { border-color: #BB2021; }
span { border-color: rgb(187,32,33); }
td.TdClassName
{
border-color: #BB2021;
}
.TagClassName
{
border-color: #BB2021;
}
</style>