Html Css Color HEX #BC2C19 Harley Davidson Orange
📋 copy color: '#BC2C19'red 188 ◦ green 44 ◦ blue 25
Shades of Harley Davidson Orange #BC2C19
Tints of Harley Davidson Orange #BC2C19
RGB
CMYK
RGB Variations
Color information
#BC2C19 (or 0xBC2C19) is known color: Harley Davidson Orange. HEX triplet: BC, 2C and 19. RGB value is (188,44,25). Sum of RGB (Red+Green+Blue) = 188+44+25=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2C19 is #43D3E6. Grayscale: #555555. Windows color (decimal): -4445159 or 1649852. OLE color: 1649852.
HSL color Cylindrical-coordinate representation of color #BC2C19: hue angle of 6.99º 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 #BC2C19 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 44 | 25 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.26 |
| HSL | 6.99º | 0.77% | 0.42% | - |
| HSV(B) | 6.99º | 0.87% | 0.74% | - |
| XYZ | 21.82 | 12.56 | 2.19 | - |
| YUV | 84.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 25 | 0 | 0.77 | 0.87 | 0.26 | 6.99 | 0.77 | 0.42 |
| Hex | BC | 2C | 19 | 0 | 4D | 57 | 1A | 7 | 4D | 2A |
| Octal | 274 | 54 | 31 | 0 | 115 | 127 | 32 | 7 | 115 | 52 |
| Binary | 10111100 | 101100 | 11001 | 0 | 1001101 | 1010111 | 11010 | 111 | 1001101 | 101010 |
Color Harmonies of #BC2C19
Complementary color
Monochromatic Colors of #BC2C19
Black with #BC2C19
Text Example
Text Example
White with #BC2C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2C19; }
p { color: rgb(188,44,25); }
H1.HeaderClassName
{
color: #BC2C19;
}
.AnyTagClassName
{
color: #BC2C19;
}
</style>
background-color css
<style>
a { background-color: #BC2C19; }
a { background-color: rgb(188,44,25); }
div.DivClassName
{
background-color: #BC2C19;
}
.BgClassName
{
background-color: #BC2C19;
}
</style>
border-color css
<style>
span { border-color: #BC2C19; }
span { border-color: rgb(188,44,25); }
td.TdClassName
{
border-color: #BC2C19;
}
.TagClassName
{
border-color: #BC2C19;
}
</style>