Shades of Fire Engine Red #BA1422
Tints of Fire Engine Red #BA1422
RGB
CMYK
RGB Variations
Color information
#BA1422 (or 0xBA1422) is known color: Fire Engine Red. HEX triplet: BA, 14 and 22. RGB value is (186,20,34). Sum of RGB (Red+Green+Blue) = 186+20+34=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1422 is #45EBDD. Grayscale: #474747. Windows color (decimal): -4582366 or 2233530. OLE color: 2233530.
HSL color Cylindrical-coordinate representation of color #BA1422: hue angle of 354.94º 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 #BA1422 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 34 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.27 |
| HSL | 354.94º | 0.81% | 0.4% | - |
| HSV(B) | 354.94º | 0.89% | 0.73% | - |
| XYZ | 20.79 | 11.05 | 2.55 | - |
| YUV | 71.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 34 | 0 | 0.89 | 0.82 | 0.27 | 354.94 | 0.81 | 0.4 |
| Hex | BA | 14 | 22 | 0 | 59 | 52 | 1B | 163 | 51 | 28 |
| Octal | 272 | 24 | 42 | 0 | 131 | 122 | 33 | 543 | 121 | 50 |
| Binary | 10111010 | 10100 | 100010 | 0 | 1011001 | 1010010 | 11011 | 101100011 | 1010001 | 101000 |
Color Harmonies of #BA1422
Complementary color
Monochromatic Colors of #BA1422
Black with #BA1422
Text Example
Text Example
White with #BA1422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1422; }
p { color: rgb(186,20,34); }
H1.HeaderClassName
{
color: #BA1422;
}
.AnyTagClassName
{
color: #BA1422;
}
</style>
background-color css
<style>
a { background-color: #BA1422; }
a { background-color: rgb(186,20,34); }
div.DivClassName
{
background-color: #BA1422;
}
.BgClassName
{
background-color: #BA1422;
}
</style>
border-color css
<style>
span { border-color: #BA1422; }
span { border-color: rgb(186,20,34); }
td.TdClassName
{
border-color: #BA1422;
}
.TagClassName
{
border-color: #BA1422;
}
</style>