Shades of Fire Engine Red #BA2021
Tints of Fire Engine Red #BA2021
RGB
CMYK
RGB Variations
Color information
#BA2021 (or 0xBA2021) is known color: Fire Engine Red. HEX triplet: BA, 20 and 21. RGB value is (186,32,33). Sum of RGB (Red+Green+Blue) = 186+32+33=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2021 is #45DFDE. Grayscale: #4E4E4E. Windows color (decimal): -4579295 or 2171066. OLE color: 2171066.
HSL color Cylindrical-coordinate representation of color #BA2021: 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 #BA2021 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 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.04 | 11.58 | 2.57 | - |
| YUV | 78.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 33 | 0 | 0.83 | 0.82 | 0.27 | 359.61 | 0.71 | 0.43 |
| Hex | BA | 20 | 21 | 0 | 53 | 52 | 1B | 168 | 47 | 2B |
| Octal | 272 | 40 | 41 | 0 | 123 | 122 | 33 | 550 | 107 | 53 |
| Binary | 10111010 | 100000 | 100001 | 0 | 1010011 | 1010010 | 11011 | 101101000 | 1000111 | 101011 |
Color Harmonies of #BA2021
Complementary color
Monochromatic Colors of #BA2021
Black with #BA2021
Text Example
Text Example
White with #BA2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2021; }
p { color: rgb(186,32,33); }
H1.HeaderClassName
{
color: #BA2021;
}
.AnyTagClassName
{
color: #BA2021;
}
</style>
background-color css
<style>
a { background-color: #BA2021; }
a { background-color: rgb(186,32,33); }
div.DivClassName
{
background-color: #BA2021;
}
.BgClassName
{
background-color: #BA2021;
}
</style>
border-color css
<style>
span { border-color: #BA2021; }
span { border-color: rgb(186,32,33); }
td.TdClassName
{
border-color: #BA2021;
}
.TagClassName
{
border-color: #BA2021;
}
</style>