Html Css Color HEX #BA2501 Harley Davidson Orange
📋 copy color: '#BA2501'red 186 ◦ green 37 ◦ blue 1
Shades of Harley Davidson Orange #BA2501
Tints of Harley Davidson Orange #BA2501
RGB
CMYK
RGB Variations
Color information
#BA2501 (or 0xBA2501) is known color: Harley Davidson Orange. HEX triplet: BA, 25 and 01. RGB value is (186,37,1). Sum of RGB (Red+Green+Blue) = 186+37+1=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2501 is #45DAFE. Grayscale: #4D4D4D. Windows color (decimal): -4578047 or 75194. OLE color: 75194.
HSL color Cylindrical-coordinate representation of color #BA2501: hue angle of 11.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA2501 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.27 |
| HSL | 11.68º | 0.99% | 0.37% | - |
| HSV(B) | 11.68º | 0.99% | 0.73% | - |
| XYZ | 20.92 | 11.76 | 1.2 | - |
| YUV | 77.45 | 84.86 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 1 | 0 | 0.80 | 0.99 | 0.27 | 11.68 | 0.99 | 0.37 |
| Hex | BA | 25 | 1 | 0 | 50 | 63 | 1B | C | 63 | 25 |
| Octal | 272 | 45 | 1 | 0 | 120 | 143 | 33 | 14 | 143 | 45 |
| Binary | 10111010 | 100101 | 1 | 0 | 1010000 | 1100011 | 11011 | 1100 | 1100011 | 100101 |
Color Harmonies of #BA2501
Complementary color
Monochromatic Colors of #BA2501
Black with #BA2501
Text Example
Text Example
White with #BA2501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2501; }
p { color: rgb(186,37,1); }
H1.HeaderClassName
{
color: #BA2501;
}
.AnyTagClassName
{
color: #BA2501;
}
</style>
background-color css
<style>
a { background-color: #BA2501; }
a { background-color: rgb(186,37,1); }
div.DivClassName
{
background-color: #BA2501;
}
.BgClassName
{
background-color: #BA2501;
}
</style>
border-color css
<style>
span { border-color: #BA2501; }
span { border-color: rgb(186,37,1); }
td.TdClassName
{
border-color: #BA2501;
}
.TagClassName
{
border-color: #BA2501;
}
</style>