Shades of Fire Engine Red #BA2425
Tints of Fire Engine Red #BA2425
RGB
CMYK
RGB Variations
Color information
#BA2425 (or 0xBA2425) is known color: Fire Engine Red. HEX triplet: BA, 24 and 25. RGB value is (186,36,37). Sum of RGB (Red+Green+Blue) = 186+36+37=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2425 is #45DBDA. Grayscale: #515151. Windows color (decimal): -4578267 or 2434234. OLE color: 2434234.
HSL color Cylindrical-coordinate representation of color #BA2425: hue angle of 359.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2425 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 37 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.27 |
| HSL | 359.6º | 0.68% | 0.44% | - |
| HSV(B) | 359.6º | 0.81% | 0.73% | - |
| XYZ | 21.21 | 11.83 | 2.92 | - |
| YUV | 80.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 37 | 0 | 0.81 | 0.80 | 0.27 | 359.6 | 0.68 | 0.44 |
| Hex | BA | 24 | 25 | 0 | 51 | 50 | 1B | 168 | 44 | 2C |
| Octal | 272 | 44 | 45 | 0 | 121 | 120 | 33 | 550 | 104 | 54 |
| Binary | 10111010 | 100100 | 100101 | 0 | 1010001 | 1010000 | 11011 | 101101000 | 1000100 | 101100 |
Color Harmonies of #BA2425
Complementary color
Monochromatic Colors of #BA2425
Black with #BA2425
Text Example
Text Example
White with #BA2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2425; }
p { color: rgb(186,36,37); }
H1.HeaderClassName
{
color: #BA2425;
}
.AnyTagClassName
{
color: #BA2425;
}
</style>
background-color css
<style>
a { background-color: #BA2425; }
a { background-color: rgb(186,36,37); }
div.DivClassName
{
background-color: #BA2425;
}
.BgClassName
{
background-color: #BA2425;
}
</style>
border-color css
<style>
span { border-color: #BA2425; }
span { border-color: rgb(186,36,37); }
td.TdClassName
{
border-color: #BA2425;
}
.TagClassName
{
border-color: #BA2425;
}
</style>