Html Css Color HEX #BC2F1C Harley Davidson Orange
📋 copy color: '#BC2F1C'red 188 ◦ green 47 ◦ blue 28
Shades of Harley Davidson Orange #BC2F1C
Tints of Harley Davidson Orange #BC2F1C
RGB
CMYK
RGB Variations
Color information
#BC2F1C (or 0xBC2F1C) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 1C. RGB value is (188,47,28). Sum of RGB (Red+Green+Blue) = 188+47+28=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F1C is #43D0E3. Grayscale: #575757. Windows color (decimal): -4444388 or 1847228. OLE color: 1847228.
HSL color Cylindrical-coordinate representation of color #BC2F1C: hue angle of 7.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC2F1C is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 28 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.26 |
| HSL | 7.13º | 0.74% | 0.42% | - |
| HSV(B) | 7.13º | 0.85% | 0.74% | - |
| XYZ | 21.97 | 12.81 | 2.41 | - |
| YUV | 86.99 | 94.71 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 28 | 0 | 0.75 | 0.85 | 0.26 | 7.13 | 0.74 | 0.42 |
| Hex | BC | 2F | 1C | 0 | 4B | 55 | 1A | 7 | 4A | 2A |
| Octal | 274 | 57 | 34 | 0 | 113 | 125 | 32 | 7 | 112 | 52 |
| Binary | 10111100 | 101111 | 11100 | 0 | 1001011 | 1010101 | 11010 | 111 | 1001010 | 101010 |
Color Harmonies of #BC2F1C
Complementary color
Monochromatic Colors of #BC2F1C
Black with #BC2F1C
Text Example
Text Example
White with #BC2F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F1C; }
p { color: rgb(188,47,28); }
H1.HeaderClassName
{
color: #BC2F1C;
}
.AnyTagClassName
{
color: #BC2F1C;
}
</style>
background-color css
<style>
a { background-color: #BC2F1C; }
a { background-color: rgb(188,47,28); }
div.DivClassName
{
background-color: #BC2F1C;
}
.BgClassName
{
background-color: #BC2F1C;
}
</style>
border-color css
<style>
span { border-color: #BC2F1C; }
span { border-color: rgb(188,47,28); }
td.TdClassName
{
border-color: #BC2F1C;
}
.TagClassName
{
border-color: #BC2F1C;
}
</style>