Html Css Color HEX #BC2D15 Harley Davidson Orange
📋 copy color: '#BC2D15'red 188 ◦ green 45 ◦ blue 21
Shades of Harley Davidson Orange #BC2D15
Tints of Harley Davidson Orange #BC2D15
RGB
CMYK
RGB Variations
Color information
#BC2D15 (or 0xBC2D15) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 15. RGB value is (188,45,21). Sum of RGB (Red+Green+Blue) = 188+45+21=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D15 is #43D2EA. Grayscale: #555555. Windows color (decimal): -4444907 or 1387964. OLE color: 1387964.
HSL color Cylindrical-coordinate representation of color #BC2D15: hue angle of 8.62º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC2D15 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 21 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.26 |
| HSL | 8.62º | 0.8% | 0.41% | - |
| HSV(B) | 8.62º | 0.89% | 0.74% | - |
| XYZ | 21.81 | 12.62 | 2 | - |
| YUV | 85.02 | 91.88 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 21 | 0 | 0.76 | 0.89 | 0.26 | 8.62 | 0.8 | 0.41 |
| Hex | BC | 2D | 15 | 0 | 4C | 59 | 1A | 9 | 50 | 29 |
| Octal | 274 | 55 | 25 | 0 | 114 | 131 | 32 | 11 | 120 | 51 |
| Binary | 10111100 | 101101 | 10101 | 0 | 1001100 | 1011001 | 11010 | 1001 | 1010000 | 101001 |
Color Harmonies of #BC2D15
Complementary color
Monochromatic Colors of #BC2D15
Black with #BC2D15
Text Example
Text Example
White with #BC2D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D15; }
p { color: rgb(188,45,21); }
H1.HeaderClassName
{
color: #BC2D15;
}
.AnyTagClassName
{
color: #BC2D15;
}
</style>
background-color css
<style>
a { background-color: #BC2D15; }
a { background-color: rgb(188,45,21); }
div.DivClassName
{
background-color: #BC2D15;
}
.BgClassName
{
background-color: #BC2D15;
}
</style>
border-color css
<style>
span { border-color: #BC2D15; }
span { border-color: rgb(188,45,21); }
td.TdClassName
{
border-color: #BC2D15;
}
.TagClassName
{
border-color: #BC2D15;
}
</style>