Html Css Color HEX #BA1F08 Harley Davidson Orange
📋 copy color: '#BA1F08'red 186 ◦ green 31 ◦ blue 8
Shades of Harley Davidson Orange #BA1F08
Tints of Harley Davidson Orange #BA1F08
RGB
CMYK
RGB Variations
Color information
#BA1F08 (or 0xBA1F08) is known color: Harley Davidson Orange. HEX triplet: BA, 1F and 08. RGB value is (186,31,8). Sum of RGB (Red+Green+Blue) = 186+31+8=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F08 is #45E0F7. Grayscale: #4A4A4A. Windows color (decimal): -4579576 or 532410. OLE color: 532410.
HSL color Cylindrical-coordinate representation of color #BA1F08: hue angle of 7.75º degrees, saturation: 0.92, 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 #BA1F08 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.27 |
| HSL | 7.75º | 0.92% | 0.38% | - |
| HSV(B) | 7.75º | 0.96% | 0.73% | - |
| XYZ | 20.78 | 11.44 | 1.34 | - |
| YUV | 74.72 | 90.35 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 8 | 0 | 0.83 | 0.96 | 0.27 | 7.75 | 0.92 | 0.38 |
| Hex | BA | 1F | 8 | 0 | 53 | 60 | 1B | 8 | 5C | 26 |
| Octal | 272 | 37 | 10 | 0 | 123 | 140 | 33 | 10 | 134 | 46 |
| Binary | 10111010 | 11111 | 1000 | 0 | 1010011 | 1100000 | 11011 | 1000 | 1011100 | 100110 |
Color Harmonies of #BA1F08
Complementary color
Monochromatic Colors of #BA1F08
Black with #BA1F08
Text Example
Text Example
White with #BA1F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F08; }
p { color: rgb(186,31,8); }
H1.HeaderClassName
{
color: #BA1F08;
}
.AnyTagClassName
{
color: #BA1F08;
}
</style>
background-color css
<style>
a { background-color: #BA1F08; }
a { background-color: rgb(186,31,8); }
div.DivClassName
{
background-color: #BA1F08;
}
.BgClassName
{
background-color: #BA1F08;
}
</style>
border-color css
<style>
span { border-color: #BA1F08; }
span { border-color: rgb(186,31,8); }
td.TdClassName
{
border-color: #BA1F08;
}
.TagClassName
{
border-color: #BA1F08;
}
</style>