Html Css Color HEX #BC2411 Harley Davidson Orange
📋 copy color: '#BC2411'red 188 ◦ green 36 ◦ blue 17
Shades of Harley Davidson Orange #BC2411
Tints of Harley Davidson Orange #BC2411
RGB
CMYK
RGB Variations
Color information
#BC2411 (or 0xBC2411) is known color: Harley Davidson Orange. HEX triplet: BC, 24 and 11. RGB value is (188,36,17). Sum of RGB (Red+Green+Blue) = 188+36+17=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2411 is #43DBEE. Grayscale: #4F4F4F. Windows color (decimal): -4447215 or 1123516. OLE color: 1123516.
HSL color Cylindrical-coordinate representation of color #BC2411: hue angle of 6.67º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC2411 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 17 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.26 |
| HSL | 6.67º | 0.83% | 0.4% | - |
| HSV(B) | 6.67º | 0.91% | 0.74% | - |
| XYZ | 21.47 | 11.99 | 1.71 | - |
| YUV | 79.28 | 92.86 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 17 | 0 | 0.81 | 0.91 | 0.26 | 6.67 | 0.83 | 0.4 |
| Hex | BC | 24 | 11 | 0 | 51 | 5B | 1A | 7 | 53 | 28 |
| Octal | 274 | 44 | 21 | 0 | 121 | 133 | 32 | 7 | 123 | 50 |
| Binary | 10111100 | 100100 | 10001 | 0 | 1010001 | 1011011 | 11010 | 111 | 1010011 | 101000 |
Color Harmonies of #BC2411
Complementary color
Monochromatic Colors of #BC2411
Black with #BC2411
Text Example
Text Example
White with #BC2411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2411; }
p { color: rgb(188,36,17); }
H1.HeaderClassName
{
color: #BC2411;
}
.AnyTagClassName
{
color: #BC2411;
}
</style>
background-color css
<style>
a { background-color: #BC2411; }
a { background-color: rgb(188,36,17); }
div.DivClassName
{
background-color: #BC2411;
}
.BgClassName
{
background-color: #BC2411;
}
</style>
border-color css
<style>
span { border-color: #BC2411; }
span { border-color: rgb(188,36,17); }
td.TdClassName
{
border-color: #BC2411;
}
.TagClassName
{
border-color: #BC2411;
}
</style>