Html Css Color HEX #BC2D13 Harley Davidson Orange
📋 copy color: '#BC2D13'red 188 ◦ green 45 ◦ blue 19
Shades of Harley Davidson Orange #BC2D13
Tints of Harley Davidson Orange #BC2D13
RGB
CMYK
RGB Variations
Color information
#BC2D13 (or 0xBC2D13) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 13. RGB value is (188,45,19). Sum of RGB (Red+Green+Blue) = 188+45+19=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D13 is #43D2EC. Grayscale: #555555. Windows color (decimal): -4444909 or 1256892. OLE color: 1256892.
HSL color Cylindrical-coordinate representation of color #BC2D13: hue angle of 9.23º 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 #BC2D13 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 19 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.26 |
| HSL | 9.23º | 0.82% | 0.41% | - |
| HSV(B) | 9.23º | 0.9% | 0.74% | - |
| XYZ | 21.79 | 12.62 | 1.9 | - |
| YUV | 84.79 | 90.88 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 19 | 0 | 0.76 | 0.90 | 0.26 | 9.23 | 0.82 | 0.41 |
| Hex | BC | 2D | 13 | 0 | 4C | 5A | 1A | 9 | 52 | 29 |
| Octal | 274 | 55 | 23 | 0 | 114 | 132 | 32 | 11 | 122 | 51 |
| Binary | 10111100 | 101101 | 10011 | 0 | 1001100 | 1011010 | 11010 | 1001 | 1010010 | 101001 |
Color Harmonies of #BC2D13
Complementary color
Monochromatic Colors of #BC2D13
Black with #BC2D13
Text Example
Text Example
White with #BC2D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D13; }
p { color: rgb(188,45,19); }
H1.HeaderClassName
{
color: #BC2D13;
}
.AnyTagClassName
{
color: #BC2D13;
}
</style>
background-color css
<style>
a { background-color: #BC2D13; }
a { background-color: rgb(188,45,19); }
div.DivClassName
{
background-color: #BC2D13;
}
.BgClassName
{
background-color: #BC2D13;
}
</style>
border-color css
<style>
span { border-color: #BC2D13; }
span { border-color: rgb(188,45,19); }
td.TdClassName
{
border-color: #BC2D13;
}
.TagClassName
{
border-color: #BC2D13;
}
</style>