Html Css Color HEX #BA1E07 Harley Davidson Orange
📋 copy color: '#BA1E07'red 186 ◦ green 30 ◦ blue 7
Shades of Harley Davidson Orange #BA1E07
Tints of Harley Davidson Orange #BA1E07
RGB
CMYK
RGB Variations
Color information
#BA1E07 (or 0xBA1E07) is known color: Harley Davidson Orange. HEX triplet: BA, 1E and 07. RGB value is (186,30,7). Sum of RGB (Red+Green+Blue) = 186+30+7=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1E07 is #45E1F8. Grayscale: #4A4A4A. Windows color (decimal): -4579833 or 466618. OLE color: 466618.
HSL color Cylindrical-coordinate representation of color #BA1E07: hue angle of 7.71º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA1E07 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 7 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.27 |
| HSL | 7.71º | 0.93% | 0.38% | - |
| HSV(B) | 7.71º | 0.96% | 0.73% | - |
| XYZ | 20.75 | 11.38 | 1.3 | - |
| YUV | 74.02 | 90.18 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 7 | 0 | 0.84 | 0.96 | 0.27 | 7.71 | 0.93 | 0.38 |
| Hex | BA | 1E | 7 | 0 | 54 | 60 | 1B | 8 | 5D | 26 |
| Octal | 272 | 36 | 7 | 0 | 124 | 140 | 33 | 10 | 135 | 46 |
| Binary | 10111010 | 11110 | 111 | 0 | 1010100 | 1100000 | 11011 | 1000 | 1011101 | 100110 |
Color Harmonies of #BA1E07
Complementary color
Monochromatic Colors of #BA1E07
Black with #BA1E07
Text Example
Text Example
White with #BA1E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E07; }
p { color: rgb(186,30,7); }
H1.HeaderClassName
{
color: #BA1E07;
}
.AnyTagClassName
{
color: #BA1E07;
}
</style>
background-color css
<style>
a { background-color: #BA1E07; }
a { background-color: rgb(186,30,7); }
div.DivClassName
{
background-color: #BA1E07;
}
.BgClassName
{
background-color: #BA1E07;
}
</style>
border-color css
<style>
span { border-color: #BA1E07; }
span { border-color: rgb(186,30,7); }
td.TdClassName
{
border-color: #BA1E07;
}
.TagClassName
{
border-color: #BA1E07;
}
</style>