Shades of Fire Engine Red #BA1924
Tints of Fire Engine Red #BA1924
RGB
CMYK
RGB Variations
Color information
#BA1924 (or 0xBA1924) is known color: Fire Engine Red. HEX triplet: BA, 19 and 24. RGB value is (186,25,36). Sum of RGB (Red+Green+Blue) = 186+25+36=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1924 is #45E6DB. Grayscale: #4A4A4A. Windows color (decimal): -4581084 or 2365882. OLE color: 2365882.
HSL color Cylindrical-coordinate representation of color #BA1924: hue angle of 355.9º 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 #BA1924 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 36 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.27 |
| HSL | 355.9º | 0.76% | 0.41% | - |
| HSV(B) | 355.9º | 0.87% | 0.73% | - |
| XYZ | 20.92 | 11.26 | 2.74 | - |
| YUV | 74.39 | 106.34 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 36 | 0 | 0.87 | 0.81 | 0.27 | 355.9 | 0.76 | 0.41 |
| Hex | BA | 19 | 24 | 0 | 57 | 51 | 1B | 164 | 4C | 29 |
| Octal | 272 | 31 | 44 | 0 | 127 | 121 | 33 | 544 | 114 | 51 |
| Binary | 10111010 | 11001 | 100100 | 0 | 1010111 | 1010001 | 11011 | 101100100 | 1001100 | 101001 |
Color Harmonies of #BA1924
Complementary color
Monochromatic Colors of #BA1924
Black with #BA1924
Text Example
Text Example
White with #BA1924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1924; }
p { color: rgb(186,25,36); }
H1.HeaderClassName
{
color: #BA1924;
}
.AnyTagClassName
{
color: #BA1924;
}
</style>
background-color css
<style>
a { background-color: #BA1924; }
a { background-color: rgb(186,25,36); }
div.DivClassName
{
background-color: #BA1924;
}
.BgClassName
{
background-color: #BA1924;
}
</style>
border-color css
<style>
span { border-color: #BA1924; }
span { border-color: rgb(186,25,36); }
td.TdClassName
{
border-color: #BA1924;
}
.TagClassName
{
border-color: #BA1924;
}
</style>