Html Css Color HEX #BC2503 Harley Davidson Orange
📋 copy color: '#BC2503'red 188 ◦ green 37 ◦ blue 3
Shades of Harley Davidson Orange #BC2503
Tints of Harley Davidson Orange #BC2503
RGB
CMYK
RGB Variations
Color information
#BC2503 (or 0xBC2503) is known color: Harley Davidson Orange. HEX triplet: BC, 25 and 03. RGB value is (188,37,3). Sum of RGB (Red+Green+Blue) = 188+37+3=228 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.46% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2503 is #43DAFC. Grayscale: #4E4E4E. Windows color (decimal): -4446973 or 206268. OLE color: 206268.
HSL color Cylindrical-coordinate representation of color #BC2503: hue angle of 11.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC2503 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.26 |
| HSL | 11.03º | 0.97% | 0.37% | - |
| HSV(B) | 11.03º | 0.98% | 0.74% | - |
| XYZ | 21.42 | 12.02 | 1.28 | - |
| YUV | 78.27 | 85.53 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 3 | 0 | 0.80 | 0.98 | 0.26 | 11.03 | 0.97 | 0.37 |
| Hex | BC | 25 | 3 | 0 | 50 | 62 | 1A | B | 61 | 25 |
| Octal | 274 | 45 | 3 | 0 | 120 | 142 | 32 | 13 | 141 | 45 |
| Binary | 10111100 | 100101 | 11 | 0 | 1010000 | 1100010 | 11010 | 1011 | 1100001 | 100101 |
Color Harmonies of #BC2503
Complementary color
Monochromatic Colors of #BC2503
Black with #BC2503
Text Example
Text Example
White with #BC2503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2503; }
p { color: rgb(188,37,3); }
H1.HeaderClassName
{
color: #BC2503;
}
.AnyTagClassName
{
color: #BC2503;
}
</style>
background-color css
<style>
a { background-color: #BC2503; }
a { background-color: rgb(188,37,3); }
div.DivClassName
{
background-color: #BC2503;
}
.BgClassName
{
background-color: #BC2503;
}
</style>
border-color css
<style>
span { border-color: #BC2503; }
span { border-color: rgb(188,37,3); }
td.TdClassName
{
border-color: #BC2503;
}
.TagClassName
{
border-color: #BC2503;
}
</style>