Html Css Color HEX #BC2D01 Harley Davidson Orange
📋 copy color: '#BC2D01'red 188 ◦ green 45 ◦ blue 1
Shades of Harley Davidson Orange #BC2D01
Tints of Harley Davidson Orange #BC2D01
RGB
CMYK
RGB Variations
Color information
#BC2D01 (or 0xBC2D01) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 01. RGB value is (188,45,1). Sum of RGB (Red+Green+Blue) = 188+45+1=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D01 is #43D2FE. Grayscale: #535353. Windows color (decimal): -4444927 or 77244. OLE color: 77244.
HSL color Cylindrical-coordinate representation of color #BC2D01: hue angle of 14.12º 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 #BC2D01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.26 |
| HSL | 14.12º | 0.99% | 0.37% | - |
| HSV(B) | 14.12º | 0.99% | 0.74% | - |
| XYZ | 21.68 | 12.57 | 1.31 | - |
| YUV | 82.74 | 81.88 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 1 | 0 | 0.76 | 0.99 | 0.26 | 14.12 | 0.99 | 0.37 |
| Hex | BC | 2D | 1 | 0 | 4C | 63 | 1A | E | 63 | 25 |
| Octal | 274 | 55 | 1 | 0 | 114 | 143 | 32 | 16 | 143 | 45 |
| Binary | 10111100 | 101101 | 1 | 0 | 1001100 | 1100011 | 11010 | 1110 | 1100011 | 100101 |
Color Harmonies of #BC2D01
Complementary color
Monochromatic Colors of #BC2D01
Black with #BC2D01
Text Example
Text Example
White with #BC2D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D01; }
p { color: rgb(188,45,1); }
H1.HeaderClassName
{
color: #BC2D01;
}
.AnyTagClassName
{
color: #BC2D01;
}
</style>
background-color css
<style>
a { background-color: #BC2D01; }
a { background-color: rgb(188,45,1); }
div.DivClassName
{
background-color: #BC2D01;
}
.BgClassName
{
background-color: #BC2D01;
}
</style>
border-color css
<style>
span { border-color: #BC2D01; }
span { border-color: rgb(188,45,1); }
td.TdClassName
{
border-color: #BC2D01;
}
.TagClassName
{
border-color: #BC2D01;
}
</style>