Shades of Fire Engine Red #BA2124
Tints of Fire Engine Red #BA2124
RGB
CMYK
RGB Variations
Color information
#BA2124 (or 0xBA2124) is known color: Fire Engine Red. HEX triplet: BA, 21 and 24. RGB value is (186,33,36). Sum of RGB (Red+Green+Blue) = 186+33+36=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2124 is #45DEDB. Grayscale: #4F4F4F. Windows color (decimal): -4579036 or 2367930. OLE color: 2367930.
HSL color Cylindrical-coordinate representation of color #BA2124: hue angle of 358.82º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2124 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 36 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.27 |
| HSL | 358.82º | 0.7% | 0.43% | - |
| HSV(B) | 358.82º | 0.82% | 0.73% | - |
| XYZ | 21.11 | 11.65 | 2.81 | - |
| YUV | 79.09 | 103.69 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 36 | 0 | 0.82 | 0.81 | 0.27 | 358.82 | 0.7 | 0.43 |
| Hex | BA | 21 | 24 | 0 | 52 | 51 | 1B | 167 | 46 | 2B |
| Octal | 272 | 41 | 44 | 0 | 122 | 121 | 33 | 547 | 106 | 53 |
| Binary | 10111010 | 100001 | 100100 | 0 | 1010010 | 1010001 | 11011 | 101100111 | 1000110 | 101011 |
Color Harmonies of #BA2124
Complementary color
Monochromatic Colors of #BA2124
Black with #BA2124
Text Example
Text Example
White with #BA2124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2124; }
p { color: rgb(186,33,36); }
H1.HeaderClassName
{
color: #BA2124;
}
.AnyTagClassName
{
color: #BA2124;
}
</style>
background-color css
<style>
a { background-color: #BA2124; }
a { background-color: rgb(186,33,36); }
div.DivClassName
{
background-color: #BA2124;
}
.BgClassName
{
background-color: #BA2124;
}
</style>
border-color css
<style>
span { border-color: #BA2124; }
span { border-color: rgb(186,33,36); }
td.TdClassName
{
border-color: #BA2124;
}
.TagClassName
{
border-color: #BA2124;
}
</style>