Shades of Fire Engine Red #BA2327
Tints of Fire Engine Red #BA2327
RGB
CMYK
RGB Variations
Color information
#BA2327 (or 0xBA2327) is known color: Fire Engine Red. HEX triplet: BA, 23 and 27. RGB value is (186,35,39). Sum of RGB (Red+Green+Blue) = 186+35+39=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2327 is #45DCD8. Grayscale: #505050. Windows color (decimal): -4578521 or 2565050. OLE color: 2565050.
HSL color Cylindrical-coordinate representation of color #BA2327: hue angle of 358.41º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2327 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 39 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.27 |
| HSL | 358.41º | 0.68% | 0.43% | - |
| HSV(B) | 358.41º | 0.81% | 0.73% | - |
| XYZ | 21.22 | 11.79 | 3.08 | - |
| YUV | 80.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 39 | 0 | 0.81 | 0.79 | 0.27 | 358.41 | 0.68 | 0.43 |
| Hex | BA | 23 | 27 | 0 | 51 | 4F | 1B | 166 | 44 | 2B |
| Octal | 272 | 43 | 47 | 0 | 121 | 117 | 33 | 546 | 104 | 53 |
| Binary | 10111010 | 100011 | 100111 | 0 | 1010001 | 1001111 | 11011 | 101100110 | 1000100 | 101011 |
Color Harmonies of #BA2327
Complementary color
Monochromatic Colors of #BA2327
Black with #BA2327
Text Example
Text Example
White with #BA2327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2327; }
p { color: rgb(186,35,39); }
H1.HeaderClassName
{
color: #BA2327;
}
.AnyTagClassName
{
color: #BA2327;
}
</style>
background-color css
<style>
a { background-color: #BA2327; }
a { background-color: rgb(186,35,39); }
div.DivClassName
{
background-color: #BA2327;
}
.BgClassName
{
background-color: #BA2327;
}
</style>
border-color css
<style>
span { border-color: #BA2327; }
span { border-color: rgb(186,35,39); }
td.TdClassName
{
border-color: #BA2327;
}
.TagClassName
{
border-color: #BA2327;
}
</style>