Html Css Color HEX #BC2101 Harley Davidson Orange
📋 copy color: '#BC2101'red 188 ◦ green 33 ◦ blue 1
Shades of Harley Davidson Orange #BC2101
Tints of Harley Davidson Orange #BC2101
RGB
CMYK
RGB Variations
Color information
#BC2101 (or 0xBC2101) is known color: Harley Davidson Orange. HEX triplet: BC, 21 and 01. RGB value is (188,33,1). Sum of RGB (Red+Green+Blue) = 188+33+1=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2101 is #43DEFE. Grayscale: #4B4B4B. Windows color (decimal): -4447999 or 74172. OLE color: 74172.
HSL color Cylindrical-coordinate representation of color #BC2101: hue angle of 10.27º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC2101 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.26 |
| HSL | 10.27º | 0.99% | 0.37% | - |
| HSV(B) | 10.27º | 0.99% | 0.74% | - |
| XYZ | 21.29 | 11.78 | 1.18 | - |
| YUV | 75.7 | 85.85 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 1 | 0 | 0.82 | 0.99 | 0.26 | 10.27 | 0.99 | 0.37 |
| Hex | BC | 21 | 1 | 0 | 52 | 63 | 1A | A | 63 | 25 |
| Octal | 274 | 41 | 1 | 0 | 122 | 143 | 32 | 12 | 143 | 45 |
| Binary | 10111100 | 100001 | 1 | 0 | 1010010 | 1100011 | 11010 | 1010 | 1100011 | 100101 |
Color Harmonies of #BC2101
Complementary color
Monochromatic Colors of #BC2101
Black with #BC2101
Text Example
Text Example
White with #BC2101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2101; }
p { color: rgb(188,33,1); }
H1.HeaderClassName
{
color: #BC2101;
}
.AnyTagClassName
{
color: #BC2101;
}
</style>
background-color css
<style>
a { background-color: #BC2101; }
a { background-color: rgb(188,33,1); }
div.DivClassName
{
background-color: #BC2101;
}
.BgClassName
{
background-color: #BC2101;
}
</style>
border-color css
<style>
span { border-color: #BC2101; }
span { border-color: rgb(188,33,1); }
td.TdClassName
{
border-color: #BC2101;
}
.TagClassName
{
border-color: #BC2101;
}
</style>