Html Css Color HEX #BA250F Harley Davidson Orange
📋 copy color: '#BA250F'red 186 ◦ green 37 ◦ blue 15
Shades of Harley Davidson Orange #BA250F
Tints of Harley Davidson Orange #BA250F
RGB
CMYK
RGB Variations
Color information
#BA250F (or 0xBA250F) is known color: Harley Davidson Orange. HEX triplet: BA, 25 and 0F. RGB value is (186,37,15). Sum of RGB (Red+Green+Blue) = 186+37+15=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA250F is #45DAF0. Grayscale: #4F4F4F. Windows color (decimal): -4578033 or 992698. OLE color: 992698.
HSL color Cylindrical-coordinate representation of color #BA250F: hue angle of 7.72º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA250F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 15 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.27 |
| HSL | 7.72º | 0.85% | 0.39% | - |
| HSV(B) | 7.72º | 0.92% | 0.73% | - |
| XYZ | 21 | 11.8 | 1.62 | - |
| YUV | 79.04 | 91.86 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 15 | 0 | 0.80 | 0.92 | 0.27 | 7.72 | 0.85 | 0.39 |
| Hex | BA | 25 | F | 0 | 50 | 5C | 1B | 8 | 55 | 27 |
| Octal | 272 | 45 | 17 | 0 | 120 | 134 | 33 | 10 | 125 | 47 |
| Binary | 10111010 | 100101 | 1111 | 0 | 1010000 | 1011100 | 11011 | 1000 | 1010101 | 100111 |
Color Harmonies of #BA250F
Complementary color
Monochromatic Colors of #BA250F
Black with #BA250F
Text Example
Text Example
White with #BA250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA250F; }
p { color: rgb(186,37,15); }
H1.HeaderClassName
{
color: #BA250F;
}
.AnyTagClassName
{
color: #BA250F;
}
</style>
background-color css
<style>
a { background-color: #BA250F; }
a { background-color: rgb(186,37,15); }
div.DivClassName
{
background-color: #BA250F;
}
.BgClassName
{
background-color: #BA250F;
}
</style>
border-color css
<style>
span { border-color: #BA250F; }
span { border-color: rgb(186,37,15); }
td.TdClassName
{
border-color: #BA250F;
}
.TagClassName
{
border-color: #BA250F;
}
</style>