Html Css Color HEX #BC2404 Harley Davidson Orange
📋 copy color: '#BC2404'red 188 ◦ green 36 ◦ blue 4
Shades of Harley Davidson Orange #BC2404
Tints of Harley Davidson Orange #BC2404
RGB
CMYK
RGB Variations
Color information
#BC2404 (or 0xBC2404) is known color: Harley Davidson Orange. HEX triplet: BC, 24 and 04. RGB value is (188,36,4). Sum of RGB (Red+Green+Blue) = 188+36+4=228 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.46% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2404 is #43DBFB. Grayscale: #4E4E4E. Windows color (decimal): -4447228 or 271548. OLE color: 271548.
HSL color Cylindrical-coordinate representation of color #BC2404: hue angle of 10.43º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC2404 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.26 |
| HSL | 10.43º | 0.96% | 0.38% | - |
| HSV(B) | 10.43º | 0.98% | 0.74% | - |
| XYZ | 21.39 | 11.96 | 1.3 | - |
| YUV | 77.8 | 86.36 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 4 | 0 | 0.81 | 0.98 | 0.26 | 10.43 | 0.96 | 0.38 |
| Hex | BC | 24 | 4 | 0 | 51 | 62 | 1A | A | 60 | 26 |
| Octal | 274 | 44 | 4 | 0 | 121 | 142 | 32 | 12 | 140 | 46 |
| Binary | 10111100 | 100100 | 100 | 0 | 1010001 | 1100010 | 11010 | 1010 | 1100000 | 100110 |
Color Harmonies of #BC2404
Complementary color
Monochromatic Colors of #BC2404
Black with #BC2404
Text Example
Text Example
White with #BC2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2404; }
p { color: rgb(188,36,4); }
H1.HeaderClassName
{
color: #BC2404;
}
.AnyTagClassName
{
color: #BC2404;
}
</style>
background-color css
<style>
a { background-color: #BC2404; }
a { background-color: rgb(188,36,4); }
div.DivClassName
{
background-color: #BC2404;
}
.BgClassName
{
background-color: #BC2404;
}
</style>
border-color css
<style>
span { border-color: #BC2404; }
span { border-color: rgb(188,36,4); }
td.TdClassName
{
border-color: #BC2404;
}
.TagClassName
{
border-color: #BC2404;
}
</style>