Html Css Color HEX #BA240F Harley Davidson Orange
📋 copy color: '#BA240F'red 186 ◦ green 36 ◦ blue 15
Shades of Harley Davidson Orange #BA240F
Tints of Harley Davidson Orange #BA240F
RGB
CMYK
RGB Variations
Color information
#BA240F (or 0xBA240F) is known color: Harley Davidson Orange. HEX triplet: BA, 24 and 0F. RGB value is (186,36,15). Sum of RGB (Red+Green+Blue) = 186+36+15=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA240F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA240F is #45DBF0. Grayscale: #4E4E4E. Windows color (decimal): -4578289 or 992442. OLE color: 992442.
HSL color Cylindrical-coordinate representation of color #BA240F: hue angle of 7.37º 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 #BA240F is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 15 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.27 |
| HSL | 7.37º | 0.85% | 0.39% | - |
| HSV(B) | 7.37º | 0.92% | 0.73% | - |
| XYZ | 20.97 | 11.74 | 1.61 | - |
| YUV | 78.46 | 92.2 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 15 | 0 | 0.81 | 0.92 | 0.27 | 7.37 | 0.85 | 0.39 |
| Hex | BA | 24 | F | 0 | 51 | 5C | 1B | 7 | 55 | 27 |
| Octal | 272 | 44 | 17 | 0 | 121 | 134 | 33 | 7 | 125 | 47 |
| Binary | 10111010 | 100100 | 1111 | 0 | 1010001 | 1011100 | 11011 | 111 | 1010101 | 100111 |
Color Harmonies of #BA240F
Complementary color
Monochromatic Colors of #BA240F
Black with #BA240F
Text Example
Text Example
White with #BA240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA240F; }
p { color: rgb(186,36,15); }
H1.HeaderClassName
{
color: #BA240F;
}
.AnyTagClassName
{
color: #BA240F;
}
</style>
background-color css
<style>
a { background-color: #BA240F; }
a { background-color: rgb(186,36,15); }
div.DivClassName
{
background-color: #BA240F;
}
.BgClassName
{
background-color: #BA240F;
}
</style>
border-color css
<style>
span { border-color: #BA240F; }
span { border-color: rgb(186,36,15); }
td.TdClassName
{
border-color: #BA240F;
}
.TagClassName
{
border-color: #BA240F;
}
</style>