Html Css Color HEX #BA1F01 Harley Davidson Orange
📋 copy color: '#BA1F01'red 186 ◦ green 31 ◦ blue 1
Shades of Harley Davidson Orange #BA1F01
Tints of Harley Davidson Orange #BA1F01
RGB
CMYK
RGB Variations
Color information
#BA1F01 (or 0xBA1F01) is known color: Harley Davidson Orange. HEX triplet: BA, 1F and 01. RGB value is (186,31,1). Sum of RGB (Red+Green+Blue) = 186+31+1=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F01 is #45E0FE. Grayscale: #4A4A4A. Windows color (decimal): -4579583 or 73658. OLE color: 73658.
HSL color Cylindrical-coordinate representation of color #BA1F01: hue angle of 9.73º 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 #BA1F01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.27 |
| HSL | 9.73º | 0.99% | 0.37% | - |
| HSV(B) | 9.73º | 0.99% | 0.73% | - |
| XYZ | 20.75 | 11.42 | 1.14 | - |
| YUV | 73.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 1 | 0 | 0.83 | 0.99 | 0.27 | 9.73 | 0.99 | 0.37 |
| Hex | BA | 1F | 1 | 0 | 53 | 63 | 1B | A | 63 | 25 |
| Octal | 272 | 37 | 1 | 0 | 123 | 143 | 33 | 12 | 143 | 45 |
| Binary | 10111010 | 11111 | 1 | 0 | 1010011 | 1100011 | 11011 | 1010 | 1100011 | 100101 |
Color Harmonies of #BA1F01
Complementary color
Monochromatic Colors of #BA1F01
Black with #BA1F01
Text Example
Text Example
White with #BA1F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F01; }
p { color: rgb(186,31,1); }
H1.HeaderClassName
{
color: #BA1F01;
}
.AnyTagClassName
{
color: #BA1F01;
}
</style>
background-color css
<style>
a { background-color: #BA1F01; }
a { background-color: rgb(186,31,1); }
div.DivClassName
{
background-color: #BA1F01;
}
.BgClassName
{
background-color: #BA1F01;
}
</style>
border-color css
<style>
span { border-color: #BA1F01; }
span { border-color: rgb(186,31,1); }
td.TdClassName
{
border-color: #BA1F01;
}
.TagClassName
{
border-color: #BA1F01;
}
</style>