Html Css Color HEX #BA2F14 Harley Davidson Orange
📋 copy color: '#BA2F14'red 186 ◦ green 47 ◦ blue 20
Shades of Harley Davidson Orange #BA2F14
Tints of Harley Davidson Orange #BA2F14
RGB
CMYK
RGB Variations
Color information
#BA2F14 (or 0xBA2F14) is known color: Harley Davidson Orange. HEX triplet: BA, 2F and 14. RGB value is (186,47,20). Sum of RGB (Red+Green+Blue) = 186+47+20=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2F14 is #45D0EB. Grayscale: #555555. Windows color (decimal): -4575468 or 1322938. OLE color: 1322938.
HSL color Cylindrical-coordinate representation of color #BA2F14: hue angle of 9.76º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA2F14 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 20 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.27 |
| HSL | 9.76º | 0.81% | 0.4% | - |
| HSV(B) | 9.76º | 0.89% | 0.73% | - |
| XYZ | 21.39 | 12.52 | 1.95 | - |
| YUV | 85.48 | 91.05 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 20 | 0 | 0.75 | 0.89 | 0.27 | 9.76 | 0.81 | 0.4 |
| Hex | BA | 2F | 14 | 0 | 4B | 59 | 1B | A | 51 | 28 |
| Octal | 272 | 57 | 24 | 0 | 113 | 131 | 33 | 12 | 121 | 50 |
| Binary | 10111010 | 101111 | 10100 | 0 | 1001011 | 1011001 | 11011 | 1010 | 1010001 | 101000 |
Color Harmonies of #BA2F14
Complementary color
Monochromatic Colors of #BA2F14
Black with #BA2F14
Text Example
Text Example
White with #BA2F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F14; }
p { color: rgb(186,47,20); }
H1.HeaderClassName
{
color: #BA2F14;
}
.AnyTagClassName
{
color: #BA2F14;
}
</style>
background-color css
<style>
a { background-color: #BA2F14; }
a { background-color: rgb(186,47,20); }
div.DivClassName
{
background-color: #BA2F14;
}
.BgClassName
{
background-color: #BA2F14;
}
</style>
border-color css
<style>
span { border-color: #BA2F14; }
span { border-color: rgb(186,47,20); }
td.TdClassName
{
border-color: #BA2F14;
}
.TagClassName
{
border-color: #BA2F14;
}
</style>