Shades of Fire Engine Red #BA1925
Tints of Fire Engine Red #BA1925
RGB
CMYK
RGB Variations
Color information
#BA1925 (or 0xBA1925) is known color: Fire Engine Red. HEX triplet: BA, 19 and 25. RGB value is (186,25,37). Sum of RGB (Red+Green+Blue) = 186+25+37=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1925 is #45E6DA. Grayscale: #4A4A4A. Windows color (decimal): -4581083 or 2431418. OLE color: 2431418.
HSL color Cylindrical-coordinate representation of color #BA1925: hue angle of 355.53º 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 #BA1925 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 37 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.27 |
| HSL | 355.53º | 0.76% | 0.41% | - |
| HSV(B) | 355.53º | 0.87% | 0.73% | - |
| XYZ | 20.93 | 11.27 | 2.82 | - |
| YUV | 74.51 | 106.84 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 37 | 0 | 0.87 | 0.80 | 0.27 | 355.53 | 0.76 | 0.41 |
| Hex | BA | 19 | 25 | 0 | 57 | 50 | 1B | 164 | 4C | 29 |
| Octal | 272 | 31 | 45 | 0 | 127 | 120 | 33 | 544 | 114 | 51 |
| Binary | 10111010 | 11001 | 100101 | 0 | 1010111 | 1010000 | 11011 | 101100100 | 1001100 | 101001 |
Color Harmonies of #BA1925
Complementary color
Monochromatic Colors of #BA1925
Black with #BA1925
Text Example
Text Example
White with #BA1925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1925; }
p { color: rgb(186,25,37); }
H1.HeaderClassName
{
color: #BA1925;
}
.AnyTagClassName
{
color: #BA1925;
}
</style>
background-color css
<style>
a { background-color: #BA1925; }
a { background-color: rgb(186,25,37); }
div.DivClassName
{
background-color: #BA1925;
}
.BgClassName
{
background-color: #BA1925;
}
</style>
border-color css
<style>
span { border-color: #BA1925; }
span { border-color: rgb(186,25,37); }
td.TdClassName
{
border-color: #BA1925;
}
.TagClassName
{
border-color: #BA1925;
}
</style>