Shades of Fire Engine Red #BA2025
Tints of Fire Engine Red #BA2025
RGB
CMYK
RGB Variations
Color information
#BA2025 (or 0xBA2025) is known color: Fire Engine Red. HEX triplet: BA, 20 and 25. RGB value is (186,32,37). Sum of RGB (Red+Green+Blue) = 186+32+37=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2025 is #45DFDA. Grayscale: #4E4E4E. Windows color (decimal): -4579291 or 2433210. OLE color: 2433210.
HSL color Cylindrical-coordinate representation of color #BA2025: hue angle of 358.05º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2025 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 37 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.27 |
| HSL | 358.05º | 0.71% | 0.43% | - |
| HSV(B) | 358.05º | 0.83% | 0.73% | - |
| XYZ | 21.1 | 11.61 | 2.88 | - |
| YUV | 78.62 | 104.52 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 37 | 0 | 0.83 | 0.80 | 0.27 | 358.05 | 0.71 | 0.43 |
| Hex | BA | 20 | 25 | 0 | 53 | 50 | 1B | 166 | 47 | 2B |
| Octal | 272 | 40 | 45 | 0 | 123 | 120 | 33 | 546 | 107 | 53 |
| Binary | 10111010 | 100000 | 100101 | 0 | 1010011 | 1010000 | 11011 | 101100110 | 1000111 | 101011 |
Color Harmonies of #BA2025
Complementary color
Monochromatic Colors of #BA2025
Black with #BA2025
Text Example
Text Example
White with #BA2025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2025; }
p { color: rgb(186,32,37); }
H1.HeaderClassName
{
color: #BA2025;
}
.AnyTagClassName
{
color: #BA2025;
}
</style>
background-color css
<style>
a { background-color: #BA2025; }
a { background-color: rgb(186,32,37); }
div.DivClassName
{
background-color: #BA2025;
}
.BgClassName
{
background-color: #BA2025;
}
</style>
border-color css
<style>
span { border-color: #BA2025; }
span { border-color: rgb(186,32,37); }
td.TdClassName
{
border-color: #BA2025;
}
.TagClassName
{
border-color: #BA2025;
}
</style>