Shades of Fire Engine Red #BA2225
Tints of Fire Engine Red #BA2225
RGB
CMYK
RGB Variations
Color information
#BA2225 (or 0xBA2225) is known color: Fire Engine Red. HEX triplet: BA, 22 and 25. RGB value is (186,34,37). Sum of RGB (Red+Green+Blue) = 186+34+37=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2225 is #45DDDA. Grayscale: #4F4F4F. Windows color (decimal): -4578779 or 2433722. OLE color: 2433722.
HSL color Cylindrical-coordinate representation of color #BA2225: hue angle of 358.82º degrees, saturation: 0.69, 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 #BA2225 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 37 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.27 |
| HSL | 358.82º | 0.69% | 0.43% | - |
| HSV(B) | 358.82º | 0.82% | 0.73% | - |
| XYZ | 21.16 | 11.72 | 2.9 | - |
| YUV | 79.79 | 103.86 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 37 | 0 | 0.82 | 0.80 | 0.27 | 358.82 | 0.69 | 0.43 |
| Hex | BA | 22 | 25 | 0 | 52 | 50 | 1B | 167 | 45 | 2B |
| Octal | 272 | 42 | 45 | 0 | 122 | 120 | 33 | 547 | 105 | 53 |
| Binary | 10111010 | 100010 | 100101 | 0 | 1010010 | 1010000 | 11011 | 101100111 | 1000101 | 101011 |
Color Harmonies of #BA2225
Complementary color
Monochromatic Colors of #BA2225
Black with #BA2225
Text Example
Text Example
White with #BA2225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2225; }
p { color: rgb(186,34,37); }
H1.HeaderClassName
{
color: #BA2225;
}
.AnyTagClassName
{
color: #BA2225;
}
</style>
background-color css
<style>
a { background-color: #BA2225; }
a { background-color: rgb(186,34,37); }
div.DivClassName
{
background-color: #BA2225;
}
.BgClassName
{
background-color: #BA2225;
}
</style>
border-color css
<style>
span { border-color: #BA2225; }
span { border-color: rgb(186,34,37); }
td.TdClassName
{
border-color: #BA2225;
}
.TagClassName
{
border-color: #BA2225;
}
</style>