Html Css Color HEX #BA1D04 Harley Davidson Orange
📋 copy color: '#BA1D04'red 186 ◦ green 29 ◦ blue 4
Shades of Harley Davidson Orange #BA1D04
Tints of Harley Davidson Orange #BA1D04
RGB
CMYK
RGB Variations
Color information
#BA1D04 (or 0xBA1D04) is known color: Harley Davidson Orange. HEX triplet: BA, 1D and 04. RGB value is (186,29,4). Sum of RGB (Red+Green+Blue) = 186+29+4=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D04 is #45E2FB. Grayscale: #494949. Windows color (decimal): -4580092 or 269754. OLE color: 269754.
HSL color Cylindrical-coordinate representation of color #BA1D04: hue angle of 8.24º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA1D04 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.27 |
| HSL | 8.24º | 0.96% | 0.37% | - |
| HSV(B) | 8.24º | 0.98% | 0.73% | - |
| XYZ | 20.71 | 11.33 | 1.21 | - |
| YUV | 73.09 | 89.01 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 4 | 0 | 0.84 | 0.98 | 0.27 | 8.24 | 0.96 | 0.37 |
| Hex | BA | 1D | 4 | 0 | 54 | 62 | 1B | 8 | 60 | 25 |
| Octal | 272 | 35 | 4 | 0 | 124 | 142 | 33 | 10 | 140 | 45 |
| Binary | 10111010 | 11101 | 100 | 0 | 1010100 | 1100010 | 11011 | 1000 | 1100000 | 100101 |
Color Harmonies of #BA1D04
Complementary color
Monochromatic Colors of #BA1D04
Black with #BA1D04
Text Example
Text Example
White with #BA1D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D04; }
p { color: rgb(186,29,4); }
H1.HeaderClassName
{
color: #BA1D04;
}
.AnyTagClassName
{
color: #BA1D04;
}
</style>
background-color css
<style>
a { background-color: #BA1D04; }
a { background-color: rgb(186,29,4); }
div.DivClassName
{
background-color: #BA1D04;
}
.BgClassName
{
background-color: #BA1D04;
}
</style>
border-color css
<style>
span { border-color: #BA1D04; }
span { border-color: rgb(186,29,4); }
td.TdClassName
{
border-color: #BA1D04;
}
.TagClassName
{
border-color: #BA1D04;
}
</style>