Shades of Fire Engine Red #BA1723
Tints of Fire Engine Red #BA1723
RGB
CMYK
RGB Variations
Color information
#BA1723 (or 0xBA1723) is known color: Fire Engine Red. HEX triplet: BA, 17 and 23. RGB value is (186,23,35). Sum of RGB (Red+Green+Blue) = 186+23+35=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1723 is #45E8DC. Grayscale: #494949. Windows color (decimal): -4581597 or 2299834. OLE color: 2299834.
HSL color Cylindrical-coordinate representation of color #BA1723: hue angle of 355.58º 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 #BA1723 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 35 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.27 |
| HSL | 355.58º | 0.78% | 0.41% | - |
| HSV(B) | 355.58º | 0.88% | 0.73% | - |
| XYZ | 20.86 | 11.17 | 2.65 | - |
| YUV | 73.11 | 106.5 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 35 | 0 | 0.88 | 0.81 | 0.27 | 355.58 | 0.78 | 0.41 |
| Hex | BA | 17 | 23 | 0 | 58 | 51 | 1B | 164 | 4E | 29 |
| Octal | 272 | 27 | 43 | 0 | 130 | 121 | 33 | 544 | 116 | 51 |
| Binary | 10111010 | 10111 | 100011 | 0 | 1011000 | 1010001 | 11011 | 101100100 | 1001110 | 101001 |
Color Harmonies of #BA1723
Complementary color
Monochromatic Colors of #BA1723
Black with #BA1723
Text Example
Text Example
White with #BA1723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1723; }
p { color: rgb(186,23,35); }
H1.HeaderClassName
{
color: #BA1723;
}
.AnyTagClassName
{
color: #BA1723;
}
</style>
background-color css
<style>
a { background-color: #BA1723; }
a { background-color: rgb(186,23,35); }
div.DivClassName
{
background-color: #BA1723;
}
.BgClassName
{
background-color: #BA1723;
}
</style>
border-color css
<style>
span { border-color: #BA1723; }
span { border-color: rgb(186,23,35); }
td.TdClassName
{
border-color: #BA1723;
}
.TagClassName
{
border-color: #BA1723;
}
</style>