Shades of Fire Engine Red #BA1821
Tints of Fire Engine Red #BA1821
RGB
CMYK
RGB Variations
Color information
#BA1821 (or 0xBA1821) is known color: Fire Engine Red. HEX triplet: BA, 18 and 21. RGB value is (186,24,33). Sum of RGB (Red+Green+Blue) = 186+24+33=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1821 is #45E7DE. Grayscale: #494949. Windows color (decimal): -4581343 or 2169018. OLE color: 2169018.
HSL color Cylindrical-coordinate representation of color #BA1821: hue angle of 356.67º degrees, saturation: 0.77, 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 #BA1821 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 33 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.27 |
| HSL | 356.67º | 0.77% | 0.41% | - |
| HSV(B) | 356.67º | 0.87% | 0.73% | - |
| XYZ | 20.85 | 11.2 | 2.5 | - |
| YUV | 73.46 | 105.17 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 33 | 0 | 0.87 | 0.82 | 0.27 | 356.67 | 0.77 | 0.41 |
| Hex | BA | 18 | 21 | 0 | 57 | 52 | 1B | 165 | 4D | 29 |
| Octal | 272 | 30 | 41 | 0 | 127 | 122 | 33 | 545 | 115 | 51 |
| Binary | 10111010 | 11000 | 100001 | 0 | 1010111 | 1010010 | 11011 | 101100101 | 1001101 | 101001 |
Color Harmonies of #BA1821
Complementary color
Monochromatic Colors of #BA1821
Black with #BA1821
Text Example
Text Example
White with #BA1821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1821; }
p { color: rgb(186,24,33); }
H1.HeaderClassName
{
color: #BA1821;
}
.AnyTagClassName
{
color: #BA1821;
}
</style>
background-color css
<style>
a { background-color: #BA1821; }
a { background-color: rgb(186,24,33); }
div.DivClassName
{
background-color: #BA1821;
}
.BgClassName
{
background-color: #BA1821;
}
</style>
border-color css
<style>
span { border-color: #BA1821; }
span { border-color: rgb(186,24,33); }
td.TdClassName
{
border-color: #BA1821;
}
.TagClassName
{
border-color: #BA1821;
}
</style>