Shades of Fire Engine Red #BA1921
Tints of Fire Engine Red #BA1921
RGB
CMYK
RGB Variations
Color information
#BA1921 (or 0xBA1921) is known color: Fire Engine Red. HEX triplet: BA, 19 and 21. RGB value is (186,25,33). Sum of RGB (Red+Green+Blue) = 186+25+33=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1921 is #45E6DE. Grayscale: #4A4A4A. Windows color (decimal): -4581087 or 2169274. OLE color: 2169274.
HSL color Cylindrical-coordinate representation of color #BA1921: hue angle of 357.02º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1921 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 33 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.27 |
| HSL | 357.02º | 0.76% | 0.41% | - |
| HSV(B) | 357.02º | 0.87% | 0.73% | - |
| XYZ | 20.87 | 11.24 | 2.51 | - |
| YUV | 74.05 | 104.84 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 33 | 0 | 0.87 | 0.82 | 0.27 | 357.02 | 0.76 | 0.41 |
| Hex | BA | 19 | 21 | 0 | 57 | 52 | 1B | 165 | 4C | 29 |
| Octal | 272 | 31 | 41 | 0 | 127 | 122 | 33 | 545 | 114 | 51 |
| Binary | 10111010 | 11001 | 100001 | 0 | 1010111 | 1010010 | 11011 | 101100101 | 1001100 | 101001 |
Color Harmonies of #BA1921
Complementary color
Monochromatic Colors of #BA1921
Black with #BA1921
Text Example
Text Example
White with #BA1921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1921; }
p { color: rgb(186,25,33); }
H1.HeaderClassName
{
color: #BA1921;
}
.AnyTagClassName
{
color: #BA1921;
}
</style>
background-color css
<style>
a { background-color: #BA1921; }
a { background-color: rgb(186,25,33); }
div.DivClassName
{
background-color: #BA1921;
}
.BgClassName
{
background-color: #BA1921;
}
</style>
border-color css
<style>
span { border-color: #BA1921; }
span { border-color: rgb(186,25,33); }
td.TdClassName
{
border-color: #BA1921;
}
.TagClassName
{
border-color: #BA1921;
}
</style>