Html Css Color HEX #B8240C Harley Davidson Orange
📋 copy color: '#B8240C'red 184 ◦ green 36 ◦ blue 12
Shades of Harley Davidson Orange #B8240C
Tints of Harley Davidson Orange #B8240C
RGB
CMYK
RGB Variations
Color information
#B8240C (or 0xB8240C) is known color: Harley Davidson Orange. HEX triplet: B8, 24 and 0C. RGB value is (184,36,12). Sum of RGB (Red+Green+Blue) = 184+36+12=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B8240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8240C is #47DBF3. Grayscale: #4D4D4D. Windows color (decimal): -4709364 or 795832. OLE color: 795832.
HSL color Cylindrical-coordinate representation of color #B8240C: hue angle of 8.37º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8240C is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 36 | 12 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.28 |
| HSL | 8.37º | 0.88% | 0.38% | - |
| HSV(B) | 8.37º | 0.93% | 0.72% | - |
| XYZ | 20.46 | 11.48 | 1.48 | - |
| YUV | 77.52 | 91.03 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 12 | 0 | 0.80 | 0.93 | 0.28 | 8.37 | 0.88 | 0.38 |
| Hex | B8 | 24 | C | 0 | 50 | 5D | 1C | 8 | 58 | 26 |
| Octal | 270 | 44 | 14 | 0 | 120 | 135 | 34 | 10 | 130 | 46 |
| Binary | 10111000 | 100100 | 1100 | 0 | 1010000 | 1011101 | 11100 | 1000 | 1011000 | 100110 |
Color Harmonies of #B8240C
Complementary color
Monochromatic Colors of #B8240C
Black with #B8240C
Text Example
Text Example
White with #B8240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8240C; }
p { color: rgb(184,36,12); }
H1.HeaderClassName
{
color: #B8240C;
}
.AnyTagClassName
{
color: #B8240C;
}
</style>
background-color css
<style>
a { background-color: #B8240C; }
a { background-color: rgb(184,36,12); }
div.DivClassName
{
background-color: #B8240C;
}
.BgClassName
{
background-color: #B8240C;
}
</style>
border-color css
<style>
span { border-color: #B8240C; }
span { border-color: rgb(184,36,12); }
td.TdClassName
{
border-color: #B8240C;
}
.TagClassName
{
border-color: #B8240C;
}
</style>