Html Css Color HEX #BA2D19 Harley Davidson Orange
📋 copy color: '#BA2D19'red 186 ◦ green 45 ◦ blue 25
Shades of Harley Davidson Orange #BA2D19
Tints of Harley Davidson Orange #BA2D19
RGB
CMYK
RGB Variations
Color information
#BA2D19 (or 0xBA2D19) is known color: Harley Davidson Orange. HEX triplet: BA, 2D and 19. RGB value is (186,45,25). Sum of RGB (Red+Green+Blue) = 186+45+25=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D19 is #45D2E6. Grayscale: #555555. Windows color (decimal): -4575975 or 1650106. OLE color: 1650106.
HSL color Cylindrical-coordinate representation of color #BA2D19: hue angle of 7.45º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA2D19 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 25 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.27 |
| HSL | 7.45º | 0.76% | 0.41% | - |
| HSV(B) | 7.45º | 0.87% | 0.73% | - |
| XYZ | 21.36 | 12.39 | 2.18 | - |
| YUV | 84.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 25 | 0 | 0.76 | 0.87 | 0.27 | 7.45 | 0.76 | 0.41 |
| Hex | BA | 2D | 19 | 0 | 4C | 57 | 1B | 7 | 4C | 29 |
| Octal | 272 | 55 | 31 | 0 | 114 | 127 | 33 | 7 | 114 | 51 |
| Binary | 10111010 | 101101 | 11001 | 0 | 1001100 | 1010111 | 11011 | 111 | 1001100 | 101001 |
Color Harmonies of #BA2D19
Complementary color
Monochromatic Colors of #BA2D19
Black with #BA2D19
Text Example
Text Example
White with #BA2D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D19; }
p { color: rgb(186,45,25); }
H1.HeaderClassName
{
color: #BA2D19;
}
.AnyTagClassName
{
color: #BA2D19;
}
</style>
background-color css
<style>
a { background-color: #BA2D19; }
a { background-color: rgb(186,45,25); }
div.DivClassName
{
background-color: #BA2D19;
}
.BgClassName
{
background-color: #BA2D19;
}
</style>
border-color css
<style>
span { border-color: #BA2D19; }
span { border-color: rgb(186,45,25); }
td.TdClassName
{
border-color: #BA2D19;
}
.TagClassName
{
border-color: #BA2D19;
}
</style>