Html Css Color HEX #BC2301 Harley Davidson Orange
📋 copy color: '#BC2301'red 188 ◦ green 35 ◦ blue 1
Shades of Harley Davidson Orange #BC2301
Tints of Harley Davidson Orange #BC2301
RGB
CMYK
RGB Variations
Color information
#BC2301 (or 0xBC2301) is known color: Harley Davidson Orange. HEX triplet: BC, 23 and 01. RGB value is (188,35,1). Sum of RGB (Red+Green+Blue) = 188+35+1=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2301 is #43DCFE. Grayscale: #4D4D4D. Windows color (decimal): -4447487 or 74684. OLE color: 74684.
HSL color Cylindrical-coordinate representation of color #BC2301: hue angle of 10.91º 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 #BC2301 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.26 |
| HSL | 10.91º | 0.99% | 0.37% | - |
| HSV(B) | 10.91º | 0.99% | 0.74% | - |
| XYZ | 21.35 | 11.9 | 1.2 | - |
| YUV | 76.87 | 85.19 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 1 | 0 | 0.81 | 0.99 | 0.26 | 10.91 | 0.99 | 0.37 |
| Hex | BC | 23 | 1 | 0 | 51 | 63 | 1A | B | 63 | 25 |
| Octal | 274 | 43 | 1 | 0 | 121 | 143 | 32 | 13 | 143 | 45 |
| Binary | 10111100 | 100011 | 1 | 0 | 1010001 | 1100011 | 11010 | 1011 | 1100011 | 100101 |
Color Harmonies of #BC2301
Complementary color
Monochromatic Colors of #BC2301
Black with #BC2301
Text Example
Text Example
White with #BC2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2301; }
p { color: rgb(188,35,1); }
H1.HeaderClassName
{
color: #BC2301;
}
.AnyTagClassName
{
color: #BC2301;
}
</style>
background-color css
<style>
a { background-color: #BC2301; }
a { background-color: rgb(188,35,1); }
div.DivClassName
{
background-color: #BC2301;
}
.BgClassName
{
background-color: #BC2301;
}
</style>
border-color css
<style>
span { border-color: #BC2301; }
span { border-color: rgb(188,35,1); }
td.TdClassName
{
border-color: #BC2301;
}
.TagClassName
{
border-color: #BC2301;
}
</style>