Shades of Fire Engine Red #BA1E24
Tints of Fire Engine Red #BA1E24
RGB
CMYK
RGB Variations
Color information
#BA1E24 (or 0xBA1E24) is known color: Fire Engine Red. HEX triplet: BA, 1E and 24. RGB value is (186,30,36). Sum of RGB (Red+Green+Blue) = 186+30+36=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E24 is #45E1DB. Grayscale: #4D4D4D. Windows color (decimal): -4579804 or 2367162. OLE color: 2367162.
HSL color Cylindrical-coordinate representation of color #BA1E24: hue angle of 357.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1E24 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 36 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.27 |
| HSL | 357.69º | 0.72% | 0.42% | - |
| HSV(B) | 357.69º | 0.84% | 0.73% | - |
| XYZ | 21.03 | 11.5 | 2.78 | - |
| YUV | 77.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 36 | 0 | 0.84 | 0.81 | 0.27 | 357.69 | 0.72 | 0.42 |
| Hex | BA | 1E | 24 | 0 | 54 | 51 | 1B | 166 | 48 | 2A |
| Octal | 272 | 36 | 44 | 0 | 124 | 121 | 33 | 546 | 110 | 52 |
| Binary | 10111010 | 11110 | 100100 | 0 | 1010100 | 1010001 | 11011 | 101100110 | 1001000 | 101010 |
Color Harmonies of #BA1E24
Complementary color
Monochromatic Colors of #BA1E24
Black with #BA1E24
Text Example
Text Example
White with #BA1E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E24; }
p { color: rgb(186,30,36); }
H1.HeaderClassName
{
color: #BA1E24;
}
.AnyTagClassName
{
color: #BA1E24;
}
</style>
background-color css
<style>
a { background-color: #BA1E24; }
a { background-color: rgb(186,30,36); }
div.DivClassName
{
background-color: #BA1E24;
}
.BgClassName
{
background-color: #BA1E24;
}
</style>
border-color css
<style>
span { border-color: #BA1E24; }
span { border-color: rgb(186,30,36); }
td.TdClassName
{
border-color: #BA1E24;
}
.TagClassName
{
border-color: #BA1E24;
}
</style>