Html Css Color HEX #BC2401 Harley Davidson Orange
📋 copy color: '#BC2401'red 188 ◦ green 36 ◦ blue 1
Shades of Harley Davidson Orange #BC2401
Tints of Harley Davidson Orange #BC2401
RGB
CMYK
RGB Variations
Color information
#BC2401 (or 0xBC2401) is known color: Harley Davidson Orange. HEX triplet: BC, 24 and 01. RGB value is (188,36,1). Sum of RGB (Red+Green+Blue) = 188+36+1=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2401 is #43DBFE. Grayscale: #4D4D4D. Windows color (decimal): -4447231 or 74940. OLE color: 74940.
HSL color Cylindrical-coordinate representation of color #BC2401: hue angle of 11.23º 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 #BC2401 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.26 |
| HSL | 11.23º | 0.99% | 0.37% | - |
| HSV(B) | 11.23º | 0.99% | 0.74% | - |
| XYZ | 21.38 | 11.96 | 1.21 | - |
| YUV | 77.46 | 84.86 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 1 | 0 | 0.81 | 0.99 | 0.26 | 11.23 | 0.99 | 0.37 |
| Hex | BC | 24 | 1 | 0 | 51 | 63 | 1A | B | 63 | 25 |
| Octal | 274 | 44 | 1 | 0 | 121 | 143 | 32 | 13 | 143 | 45 |
| Binary | 10111100 | 100100 | 1 | 0 | 1010001 | 1100011 | 11010 | 1011 | 1100011 | 100101 |
Color Harmonies of #BC2401
Complementary color
Monochromatic Colors of #BC2401
Black with #BC2401
Text Example
Text Example
White with #BC2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2401; }
p { color: rgb(188,36,1); }
H1.HeaderClassName
{
color: #BC2401;
}
.AnyTagClassName
{
color: #BC2401;
}
</style>
background-color css
<style>
a { background-color: #BC2401; }
a { background-color: rgb(188,36,1); }
div.DivClassName
{
background-color: #BC2401;
}
.BgClassName
{
background-color: #BC2401;
}
</style>
border-color css
<style>
span { border-color: #BC2401; }
span { border-color: rgb(188,36,1); }
td.TdClassName
{
border-color: #BC2401;
}
.TagClassName
{
border-color: #BC2401;
}
</style>