Html Css Color HEX #BA250D Harley Davidson Orange
📋 copy color: '#BA250D'red 186 ◦ green 37 ◦ blue 13
Shades of Harley Davidson Orange #BA250D
Tints of Harley Davidson Orange #BA250D
RGB
CMYK
RGB Variations
Color information
#BA250D (or 0xBA250D) is known color: Harley Davidson Orange. HEX triplet: BA, 25 and 0D. RGB value is (186,37,13). Sum of RGB (Red+Green+Blue) = 186+37+13=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA250D is #45DAF2. Grayscale: #4F4F4F. Windows color (decimal): -4578035 or 861626. OLE color: 861626.
HSL color Cylindrical-coordinate representation of color #BA250D: hue angle of 8.32º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA250D is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 13 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.27 |
| HSL | 8.32º | 0.87% | 0.39% | - |
| HSV(B) | 8.32º | 0.93% | 0.73% | - |
| XYZ | 20.98 | 11.79 | 1.55 | - |
| YUV | 78.82 | 90.86 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 13 | 0 | 0.80 | 0.93 | 0.27 | 8.32 | 0.87 | 0.39 |
| Hex | BA | 25 | D | 0 | 50 | 5D | 1B | 8 | 57 | 27 |
| Octal | 272 | 45 | 15 | 0 | 120 | 135 | 33 | 10 | 127 | 47 |
| Binary | 10111010 | 100101 | 1101 | 0 | 1010000 | 1011101 | 11011 | 1000 | 1010111 | 100111 |
Color Harmonies of #BA250D
Complementary color
Monochromatic Colors of #BA250D
Black with #BA250D
Text Example
Text Example
White with #BA250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA250D; }
p { color: rgb(186,37,13); }
H1.HeaderClassName
{
color: #BA250D;
}
.AnyTagClassName
{
color: #BA250D;
}
</style>
background-color css
<style>
a { background-color: #BA250D; }
a { background-color: rgb(186,37,13); }
div.DivClassName
{
background-color: #BA250D;
}
.BgClassName
{
background-color: #BA250D;
}
</style>
border-color css
<style>
span { border-color: #BA250D; }
span { border-color: rgb(186,37,13); }
td.TdClassName
{
border-color: #BA250D;
}
.TagClassName
{
border-color: #BA250D;
}
</style>