Shades of Fire Engine Red #BA1421
Tints of Fire Engine Red #BA1421
RGB
CMYK
RGB Variations
Color information
#BA1421 (or 0xBA1421) is known color: Fire Engine Red. HEX triplet: BA, 14 and 21. RGB value is (186,20,33). Sum of RGB (Red+Green+Blue) = 186+20+33=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1421 is #45EBDE. Grayscale: #474747. Windows color (decimal): -4582367 or 2167994. OLE color: 2167994.
HSL color Cylindrical-coordinate representation of color #BA1421: hue angle of 355.3º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1421 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 33 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.27 |
| HSL | 355.3º | 0.81% | 0.4% | - |
| HSV(B) | 355.3º | 0.89% | 0.73% | - |
| XYZ | 20.77 | 11.05 | 2.48 | - |
| YUV | 71.12 | 106.5 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 33 | 0 | 0.89 | 0.82 | 0.27 | 355.3 | 0.81 | 0.4 |
| Hex | BA | 14 | 21 | 0 | 59 | 52 | 1B | 163 | 51 | 28 |
| Octal | 272 | 24 | 41 | 0 | 131 | 122 | 33 | 543 | 121 | 50 |
| Binary | 10111010 | 10100 | 100001 | 0 | 1011001 | 1010010 | 11011 | 101100011 | 1010001 | 101000 |
Color Harmonies of #BA1421
Complementary color
Monochromatic Colors of #BA1421
Black with #BA1421
Text Example
Text Example
White with #BA1421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1421; }
p { color: rgb(186,20,33); }
H1.HeaderClassName
{
color: #BA1421;
}
.AnyTagClassName
{
color: #BA1421;
}
</style>
background-color css
<style>
a { background-color: #BA1421; }
a { background-color: rgb(186,20,33); }
div.DivClassName
{
background-color: #BA1421;
}
.BgClassName
{
background-color: #BA1421;
}
</style>
border-color css
<style>
span { border-color: #BA1421; }
span { border-color: rgb(186,20,33); }
td.TdClassName
{
border-color: #BA1421;
}
.TagClassName
{
border-color: #BA1421;
}
</style>