Html Css Color HEX #BA2D11 Harley Davidson Orange
📋 copy color: '#BA2D11'red 186 ◦ green 45 ◦ blue 17
Shades of Harley Davidson Orange #BA2D11
Tints of Harley Davidson Orange #BA2D11
RGB
CMYK
RGB Variations
Color information
#BA2D11 (or 0xBA2D11) is known color: Harley Davidson Orange. HEX triplet: BA, 2D and 11. RGB value is (186,45,17). Sum of RGB (Red+Green+Blue) = 186+45+17=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D11 is #45D2EE. Grayscale: #545454. Windows color (decimal): -4575983 or 1125818. OLE color: 1125818.
HSL color Cylindrical-coordinate representation of color #BA2D11: hue angle of 9.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA2D11 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 17 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.27 |
| HSL | 9.94º | 0.83% | 0.4% | - |
| HSV(B) | 9.94º | 0.91% | 0.73% | - |
| XYZ | 21.29 | 12.36 | 1.79 | - |
| YUV | 83.97 | 90.21 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 17 | 0 | 0.76 | 0.91 | 0.27 | 9.94 | 0.83 | 0.4 |
| Hex | BA | 2D | 11 | 0 | 4C | 5B | 1B | A | 53 | 28 |
| Octal | 272 | 55 | 21 | 0 | 114 | 133 | 33 | 12 | 123 | 50 |
| Binary | 10111010 | 101101 | 10001 | 0 | 1001100 | 1011011 | 11011 | 1010 | 1010011 | 101000 |
Color Harmonies of #BA2D11
Complementary color
Monochromatic Colors of #BA2D11
Black with #BA2D11
Text Example
Text Example
White with #BA2D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D11; }
p { color: rgb(186,45,17); }
H1.HeaderClassName
{
color: #BA2D11;
}
.AnyTagClassName
{
color: #BA2D11;
}
</style>
background-color css
<style>
a { background-color: #BA2D11; }
a { background-color: rgb(186,45,17); }
div.DivClassName
{
background-color: #BA2D11;
}
.BgClassName
{
background-color: #BA2D11;
}
</style>
border-color css
<style>
span { border-color: #BA2D11; }
span { border-color: rgb(186,45,17); }
td.TdClassName
{
border-color: #BA2D11;
}
.TagClassName
{
border-color: #BA2D11;
}
</style>