Shades of Fire Engine Red #BA1C21
Tints of Fire Engine Red #BA1C21
RGB
CMYK
RGB Variations
Color information
#BA1C21 (or 0xBA1C21) is known color: Fire Engine Red. HEX triplet: BA, 1C and 21. RGB value is (186,28,33). Sum of RGB (Red+Green+Blue) = 186+28+33=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1C21 is #45E3DE. Grayscale: #4B4B4B. Windows color (decimal): -4580319 or 2170042. OLE color: 2170042.
HSL color Cylindrical-coordinate representation of color #BA1C21: hue angle of 358.1º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1C21 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 33 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.27 |
| HSL | 358.1º | 0.74% | 0.42% | - |
| HSV(B) | 358.1º | 0.85% | 0.73% | - |
| XYZ | 20.94 | 11.38 | 2.53 | - |
| YUV | 75.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 33 | 0 | 0.85 | 0.82 | 0.27 | 358.1 | 0.74 | 0.42 |
| Hex | BA | 1C | 21 | 0 | 55 | 52 | 1B | 166 | 4A | 2A |
| Octal | 272 | 34 | 41 | 0 | 125 | 122 | 33 | 546 | 112 | 52 |
| Binary | 10111010 | 11100 | 100001 | 0 | 1010101 | 1010010 | 11011 | 101100110 | 1001010 | 101010 |
Color Harmonies of #BA1C21
Complementary color
Monochromatic Colors of #BA1C21
Black with #BA1C21
Text Example
Text Example
White with #BA1C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C21; }
p { color: rgb(186,28,33); }
H1.HeaderClassName
{
color: #BA1C21;
}
.AnyTagClassName
{
color: #BA1C21;
}
</style>
background-color css
<style>
a { background-color: #BA1C21; }
a { background-color: rgb(186,28,33); }
div.DivClassName
{
background-color: #BA1C21;
}
.BgClassName
{
background-color: #BA1C21;
}
</style>
border-color css
<style>
span { border-color: #BA1C21; }
span { border-color: rgb(186,28,33); }
td.TdClassName
{
border-color: #BA1C21;
}
.TagClassName
{
border-color: #BA1C21;
}
</style>