Html Css Color HEX #BA240D Harley Davidson Orange
📋 copy color: '#BA240D'red 186 ◦ green 36 ◦ blue 13
Shades of Harley Davidson Orange #BA240D
Tints of Harley Davidson Orange #BA240D
RGB
CMYK
RGB Variations
Color information
#BA240D (or 0xBA240D) is known color: Harley Davidson Orange. HEX triplet: BA, 24 and 0D. RGB value is (186,36,13). Sum of RGB (Red+Green+Blue) = 186+36+13=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA240D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA240D is #45DBF2. Grayscale: #4E4E4E. Windows color (decimal): -4578291 or 861370. OLE color: 861370.
HSL color Cylindrical-coordinate representation of color #BA240D: hue angle of 7.98º 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 #BA240D is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 13 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.27 |
| HSL | 7.98º | 0.87% | 0.39% | - |
| HSV(B) | 7.98º | 0.93% | 0.73% | - |
| XYZ | 20.95 | 11.73 | 1.54 | - |
| YUV | 78.23 | 91.2 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 13 | 0 | 0.81 | 0.93 | 0.27 | 7.98 | 0.87 | 0.39 |
| Hex | BA | 24 | D | 0 | 51 | 5D | 1B | 8 | 57 | 27 |
| Octal | 272 | 44 | 15 | 0 | 121 | 135 | 33 | 10 | 127 | 47 |
| Binary | 10111010 | 100100 | 1101 | 0 | 1010001 | 1011101 | 11011 | 1000 | 1010111 | 100111 |
Color Harmonies of #BA240D
Complementary color
Monochromatic Colors of #BA240D
Black with #BA240D
Text Example
Text Example
White with #BA240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA240D; }
p { color: rgb(186,36,13); }
H1.HeaderClassName
{
color: #BA240D;
}
.AnyTagClassName
{
color: #BA240D;
}
</style>
background-color css
<style>
a { background-color: #BA240D; }
a { background-color: rgb(186,36,13); }
div.DivClassName
{
background-color: #BA240D;
}
.BgClassName
{
background-color: #BA240D;
}
</style>
border-color css
<style>
span { border-color: #BA240D; }
span { border-color: rgb(186,36,13); }
td.TdClassName
{
border-color: #BA240D;
}
.TagClassName
{
border-color: #BA240D;
}
</style>