Shades of Fire Engine Red #BA1724
Tints of Fire Engine Red #BA1724
RGB
CMYK
RGB Variations
Color information
#BA1724 (or 0xBA1724) is known color: Fire Engine Red. HEX triplet: BA, 17 and 24. RGB value is (186,23,36). Sum of RGB (Red+Green+Blue) = 186+23+36=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1724 is #45E8DB. Grayscale: #494949. Windows color (decimal): -4581596 or 2365370. OLE color: 2365370.
HSL color Cylindrical-coordinate representation of color #BA1724: hue angle of 355.21º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1724 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 36 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.27 |
| HSL | 355.21º | 0.78% | 0.41% | - |
| HSV(B) | 355.21º | 0.88% | 0.73% | - |
| XYZ | 20.87 | 11.18 | 2.73 | - |
| YUV | 73.22 | 107 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 36 | 0 | 0.88 | 0.81 | 0.27 | 355.21 | 0.78 | 0.41 |
| Hex | BA | 17 | 24 | 0 | 58 | 51 | 1B | 163 | 4E | 29 |
| Octal | 272 | 27 | 44 | 0 | 130 | 121 | 33 | 543 | 116 | 51 |
| Binary | 10111010 | 10111 | 100100 | 0 | 1011000 | 1010001 | 11011 | 101100011 | 1001110 | 101001 |
Color Harmonies of #BA1724
Complementary color
Monochromatic Colors of #BA1724
Black with #BA1724
Text Example
Text Example
White with #BA1724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1724; }
p { color: rgb(186,23,36); }
H1.HeaderClassName
{
color: #BA1724;
}
.AnyTagClassName
{
color: #BA1724;
}
</style>
background-color css
<style>
a { background-color: #BA1724; }
a { background-color: rgb(186,23,36); }
div.DivClassName
{
background-color: #BA1724;
}
.BgClassName
{
background-color: #BA1724;
}
</style>
border-color css
<style>
span { border-color: #BA1724; }
span { border-color: rgb(186,23,36); }
td.TdClassName
{
border-color: #BA1724;
}
.TagClassName
{
border-color: #BA1724;
}
</style>