Html Css Color HEX #BC2913 Harley Davidson Orange
📋 copy color: '#BC2913'red 188 ◦ green 41 ◦ blue 19
Shades of Harley Davidson Orange #BC2913
Tints of Harley Davidson Orange #BC2913
RGB
CMYK
RGB Variations
Color information
#BC2913 (or 0xBC2913) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 13. RGB value is (188,41,19). Sum of RGB (Red+Green+Blue) = 188+41+19=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2913 is #43D6EC. Grayscale: #525252. Windows color (decimal): -4445933 or 1255868. OLE color: 1255868.
HSL color Cylindrical-coordinate representation of color #BC2913: hue angle of 7.81º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC2913 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 19 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.26 |
| HSL | 7.81º | 0.82% | 0.41% | - |
| HSV(B) | 7.81º | 0.9% | 0.74% | - |
| XYZ | 21.65 | 12.32 | 1.85 | - |
| YUV | 82.45 | 92.2 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 19 | 0 | 0.78 | 0.90 | 0.26 | 7.81 | 0.82 | 0.41 |
| Hex | BC | 29 | 13 | 0 | 4E | 5A | 1A | 8 | 52 | 29 |
| Octal | 274 | 51 | 23 | 0 | 116 | 132 | 32 | 10 | 122 | 51 |
| Binary | 10111100 | 101001 | 10011 | 0 | 1001110 | 1011010 | 11010 | 1000 | 1010010 | 101001 |
Color Harmonies of #BC2913
Complementary color
Monochromatic Colors of #BC2913
Black with #BC2913
Text Example
Text Example
White with #BC2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2913; }
p { color: rgb(188,41,19); }
H1.HeaderClassName
{
color: #BC2913;
}
.AnyTagClassName
{
color: #BC2913;
}
</style>
background-color css
<style>
a { background-color: #BC2913; }
a { background-color: rgb(188,41,19); }
div.DivClassName
{
background-color: #BC2913;
}
.BgClassName
{
background-color: #BC2913;
}
</style>
border-color css
<style>
span { border-color: #BC2913; }
span { border-color: rgb(188,41,19); }
td.TdClassName
{
border-color: #BC2913;
}
.TagClassName
{
border-color: #BC2913;
}
</style>