Html Css Color HEX #BC2601 Harley Davidson Orange
📋 copy color: '#BC2601'red 188 ◦ green 38 ◦ blue 1
Shades of Harley Davidson Orange #BC2601
Tints of Harley Davidson Orange #BC2601
RGB
CMYK
RGB Variations
Color information
#BC2601 (or 0xBC2601) is known color: Harley Davidson Orange. HEX triplet: BC, 26 and 01. RGB value is (188,38,1). Sum of RGB (Red+Green+Blue) = 188+38+1=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2601 is #43D9FE. Grayscale: #4E4E4E. Windows color (decimal): -4446719 or 75452. OLE color: 75452.
HSL color Cylindrical-coordinate representation of color #BC2601: hue angle of 11.87º 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 #BC2601 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.26 |
| HSL | 11.87º | 0.99% | 0.37% | - |
| HSV(B) | 11.87º | 0.99% | 0.74% | - |
| XYZ | 21.44 | 12.08 | 1.23 | - |
| YUV | 78.63 | 84.2 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 1 | 0 | 0.80 | 0.99 | 0.26 | 11.87 | 0.99 | 0.37 |
| Hex | BC | 26 | 1 | 0 | 50 | 63 | 1A | C | 63 | 25 |
| Octal | 274 | 46 | 1 | 0 | 120 | 143 | 32 | 14 | 143 | 45 |
| Binary | 10111100 | 100110 | 1 | 0 | 1010000 | 1100011 | 11010 | 1100 | 1100011 | 100101 |
Color Harmonies of #BC2601
Complementary color
Monochromatic Colors of #BC2601
Black with #BC2601
Text Example
Text Example
White with #BC2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2601; }
p { color: rgb(188,38,1); }
H1.HeaderClassName
{
color: #BC2601;
}
.AnyTagClassName
{
color: #BC2601;
}
</style>
background-color css
<style>
a { background-color: #BC2601; }
a { background-color: rgb(188,38,1); }
div.DivClassName
{
background-color: #BC2601;
}
.BgClassName
{
background-color: #BC2601;
}
</style>
border-color css
<style>
span { border-color: #BC2601; }
span { border-color: rgb(188,38,1); }
td.TdClassName
{
border-color: #BC2601;
}
.TagClassName
{
border-color: #BC2601;
}
</style>