Html Css Color HEX #BC301D Harley Davidson Orange
📋 copy color: '#BC301D'red 188 ◦ green 48 ◦ blue 29
Shades of Harley Davidson Orange #BC301D
Tints of Harley Davidson Orange #BC301D
RGB
CMYK
RGB Variations
Color information
#BC301D (or 0xBC301D) is known color: Harley Davidson Orange. HEX triplet: BC, 30 and 1D. RGB value is (188,48,29). Sum of RGB (Red+Green+Blue) = 188+48+29=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC301D is #43CFE2. Grayscale: #575757. Windows color (decimal): -4444131 or 1913020. OLE color: 1913020.
HSL color Cylindrical-coordinate representation of color #BC301D: hue angle of 7.17º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC301D is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 29 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.26 |
| HSL | 7.17º | 0.73% | 0.43% | - |
| HSV(B) | 7.17º | 0.85% | 0.74% | - |
| XYZ | 22.02 | 12.89 | 2.49 | - |
| YUV | 87.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 29 | 0 | 0.74 | 0.85 | 0.26 | 7.17 | 0.73 | 0.43 |
| Hex | BC | 30 | 1D | 0 | 4A | 55 | 1A | 7 | 49 | 2B |
| Octal | 274 | 60 | 35 | 0 | 112 | 125 | 32 | 7 | 111 | 53 |
| Binary | 10111100 | 110000 | 11101 | 0 | 1001010 | 1010101 | 11010 | 111 | 1001001 | 101011 |
Color Harmonies of #BC301D
Complementary color
Monochromatic Colors of #BC301D
Black with #BC301D
Text Example
Text Example
White with #BC301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC301D; }
p { color: rgb(188,48,29); }
H1.HeaderClassName
{
color: #BC301D;
}
.AnyTagClassName
{
color: #BC301D;
}
</style>
background-color css
<style>
a { background-color: #BC301D; }
a { background-color: rgb(188,48,29); }
div.DivClassName
{
background-color: #BC301D;
}
.BgClassName
{
background-color: #BC301D;
}
</style>
border-color css
<style>
span { border-color: #BC301D; }
span { border-color: rgb(188,48,29); }
td.TdClassName
{
border-color: #BC301D;
}
.TagClassName
{
border-color: #BC301D;
}
</style>