Html Css Color HEX #BC2E19 Harley Davidson Orange
📋 copy color: '#BC2E19'red 188 ◦ green 46 ◦ blue 25
Shades of Harley Davidson Orange #BC2E19
Tints of Harley Davidson Orange #BC2E19
RGB
CMYK
RGB Variations
Color information
#BC2E19 (or 0xBC2E19) is known color: Harley Davidson Orange. HEX triplet: BC, 2E and 19. RGB value is (188,46,25). Sum of RGB (Red+Green+Blue) = 188+46+25=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2E19 is #43D1E6. Grayscale: #565656. Windows color (decimal): -4444647 or 1650364. OLE color: 1650364.
HSL color Cylindrical-coordinate representation of color #BC2E19: hue angle of 7.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC2E19 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 25 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.26 |
| HSL | 7.73º | 0.77% | 0.42% | - |
| HSV(B) | 7.73º | 0.87% | 0.74% | - |
| XYZ | 21.89 | 12.72 | 2.22 | - |
| YUV | 86.06 | 93.54 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 25 | 0 | 0.76 | 0.87 | 0.26 | 7.73 | 0.77 | 0.42 |
| Hex | BC | 2E | 19 | 0 | 4C | 57 | 1A | 8 | 4D | 2A |
| Octal | 274 | 56 | 31 | 0 | 114 | 127 | 32 | 10 | 115 | 52 |
| Binary | 10111100 | 101110 | 11001 | 0 | 1001100 | 1010111 | 11010 | 1000 | 1001101 | 101010 |
Color Harmonies of #BC2E19
Complementary color
Monochromatic Colors of #BC2E19
Black with #BC2E19
Text Example
Text Example
White with #BC2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E19; }
p { color: rgb(188,46,25); }
H1.HeaderClassName
{
color: #BC2E19;
}
.AnyTagClassName
{
color: #BC2E19;
}
</style>
background-color css
<style>
a { background-color: #BC2E19; }
a { background-color: rgb(188,46,25); }
div.DivClassName
{
background-color: #BC2E19;
}
.BgClassName
{
background-color: #BC2E19;
}
</style>
border-color css
<style>
span { border-color: #BC2E19; }
span { border-color: rgb(188,46,25); }
td.TdClassName
{
border-color: #BC2E19;
}
.TagClassName
{
border-color: #BC2E19;
}
</style>