Html Css Color HEX #BC2D14 Harley Davidson Orange
📋 copy color: '#BC2D14'red 188 ◦ green 45 ◦ blue 20
Shades of Harley Davidson Orange #BC2D14
Tints of Harley Davidson Orange #BC2D14
RGB
CMYK
RGB Variations
Color information
#BC2D14 (or 0xBC2D14) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 14. RGB value is (188,45,20). Sum of RGB (Red+Green+Blue) = 188+45+20=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D14 is #43D2EB. Grayscale: #555555. Windows color (decimal): -4444908 or 1322428. OLE color: 1322428.
HSL color Cylindrical-coordinate representation of color #BC2D14: hue angle of 8.93º degrees, saturation: 0.81, 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 #BC2D14 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 20 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.26 |
| HSL | 8.93º | 0.81% | 0.41% | - |
| HSV(B) | 8.93º | 0.89% | 0.74% | - |
| XYZ | 21.8 | 12.62 | 1.95 | - |
| YUV | 84.91 | 91.38 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 20 | 0 | 0.76 | 0.89 | 0.26 | 8.93 | 0.81 | 0.41 |
| Hex | BC | 2D | 14 | 0 | 4C | 59 | 1A | 9 | 51 | 29 |
| Octal | 274 | 55 | 24 | 0 | 114 | 131 | 32 | 11 | 121 | 51 |
| Binary | 10111100 | 101101 | 10100 | 0 | 1001100 | 1011001 | 11010 | 1001 | 1010001 | 101001 |
Color Harmonies of #BC2D14
Complementary color
Monochromatic Colors of #BC2D14
Black with #BC2D14
Text Example
Text Example
White with #BC2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D14; }
p { color: rgb(188,45,20); }
H1.HeaderClassName
{
color: #BC2D14;
}
.AnyTagClassName
{
color: #BC2D14;
}
</style>
background-color css
<style>
a { background-color: #BC2D14; }
a { background-color: rgb(188,45,20); }
div.DivClassName
{
background-color: #BC2D14;
}
.BgClassName
{
background-color: #BC2D14;
}
</style>
border-color css
<style>
span { border-color: #BC2D14; }
span { border-color: rgb(188,45,20); }
td.TdClassName
{
border-color: #BC2D14;
}
.TagClassName
{
border-color: #BC2D14;
}
</style>