Shades of Fire Engine Red #BA1E21
Tints of Fire Engine Red #BA1E21
RGB
CMYK
RGB Variations
Color information
#BA1E21 (or 0xBA1E21) is known color: Fire Engine Red. HEX triplet: BA, 1E and 21. RGB value is (186,30,33). Sum of RGB (Red+Green+Blue) = 186+30+33=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E21 is #45E1DE. Grayscale: #4D4D4D. Windows color (decimal): -4579807 or 2170554. OLE color: 2170554.
HSL color Cylindrical-coordinate representation of color #BA1E21: hue angle of 358.85º 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 #BA1E21 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 33 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.27 |
| HSL | 358.85º | 0.72% | 0.42% | - |
| HSV(B) | 358.85º | 0.84% | 0.73% | - |
| XYZ | 20.99 | 11.48 | 2.55 | - |
| YUV | 76.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 33 | 0 | 0.84 | 0.82 | 0.27 | 358.85 | 0.72 | 0.42 |
| Hex | BA | 1E | 21 | 0 | 54 | 52 | 1B | 167 | 48 | 2A |
| Octal | 272 | 36 | 41 | 0 | 124 | 122 | 33 | 547 | 110 | 52 |
| Binary | 10111010 | 11110 | 100001 | 0 | 1010100 | 1010010 | 11011 | 101100111 | 1001000 | 101010 |
Color Harmonies of #BA1E21
Complementary color
Monochromatic Colors of #BA1E21
Black with #BA1E21
Text Example
Text Example
White with #BA1E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E21; }
p { color: rgb(186,30,33); }
H1.HeaderClassName
{
color: #BA1E21;
}
.AnyTagClassName
{
color: #BA1E21;
}
</style>
background-color css
<style>
a { background-color: #BA1E21; }
a { background-color: rgb(186,30,33); }
div.DivClassName
{
background-color: #BA1E21;
}
.BgClassName
{
background-color: #BA1E21;
}
</style>
border-color css
<style>
span { border-color: #BA1E21; }
span { border-color: rgb(186,30,33); }
td.TdClassName
{
border-color: #BA1E21;
}
.TagClassName
{
border-color: #BA1E21;
}
</style>