Shades of Fire Engine Red #BA1825
Tints of Fire Engine Red #BA1825
RGB
CMYK
RGB Variations
Color information
#BA1825 (or 0xBA1825) is known color: Fire Engine Red. HEX triplet: BA, 18 and 25. RGB value is (186,24,37). Sum of RGB (Red+Green+Blue) = 186+24+37=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1825 is #45E7DA. Grayscale: #4A4A4A. Windows color (decimal): -4581339 or 2431162. OLE color: 2431162.
HSL color Cylindrical-coordinate representation of color #BA1825: hue angle of 355.19º 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 #BA1825 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 37 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.27 |
| HSL | 355.19º | 0.77% | 0.41% | - |
| HSV(B) | 355.19º | 0.87% | 0.73% | - |
| XYZ | 20.91 | 11.23 | 2.81 | - |
| YUV | 73.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 37 | 0 | 0.87 | 0.80 | 0.27 | 355.19 | 0.77 | 0.41 |
| Hex | BA | 18 | 25 | 0 | 57 | 50 | 1B | 163 | 4D | 29 |
| Octal | 272 | 30 | 45 | 0 | 127 | 120 | 33 | 543 | 115 | 51 |
| Binary | 10111010 | 11000 | 100101 | 0 | 1010111 | 1010000 | 11011 | 101100011 | 1001101 | 101001 |
Color Harmonies of #BA1825
Complementary color
Monochromatic Colors of #BA1825
Black with #BA1825
Text Example
Text Example
White with #BA1825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1825; }
p { color: rgb(186,24,37); }
H1.HeaderClassName
{
color: #BA1825;
}
.AnyTagClassName
{
color: #BA1825;
}
</style>
background-color css
<style>
a { background-color: #BA1825; }
a { background-color: rgb(186,24,37); }
div.DivClassName
{
background-color: #BA1825;
}
.BgClassName
{
background-color: #BA1825;
}
</style>
border-color css
<style>
span { border-color: #BA1825; }
span { border-color: rgb(186,24,37); }
td.TdClassName
{
border-color: #BA1825;
}
.TagClassName
{
border-color: #BA1825;
}
</style>