Html Css Color HEX #BC2F13 Harley Davidson Orange
📋 copy color: '#BC2F13'red 188 ◦ green 47 ◦ blue 19
Shades of Harley Davidson Orange #BC2F13
Tints of Harley Davidson Orange #BC2F13
RGB
CMYK
RGB Variations
Color information
#BC2F13 (or 0xBC2F13) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 13. RGB value is (188,47,19). Sum of RGB (Red+Green+Blue) = 188+47+19=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F13 is #43D0EC. Grayscale: #565656. Windows color (decimal): -4444397 or 1257404. OLE color: 1257404.
HSL color Cylindrical-coordinate representation of color #BC2F13: hue angle of 9.94º 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 #BC2F13 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 19 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.26 |
| HSL | 9.94º | 0.82% | 0.41% | - |
| HSV(B) | 9.94º | 0.9% | 0.74% | - |
| XYZ | 21.87 | 12.77 | 1.93 | - |
| YUV | 85.97 | 90.21 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 19 | 0 | 0.75 | 0.90 | 0.26 | 9.94 | 0.82 | 0.41 |
| Hex | BC | 2F | 13 | 0 | 4B | 5A | 1A | A | 52 | 29 |
| Octal | 274 | 57 | 23 | 0 | 113 | 132 | 32 | 12 | 122 | 51 |
| Binary | 10111100 | 101111 | 10011 | 0 | 1001011 | 1011010 | 11010 | 1010 | 1010010 | 101001 |
Color Harmonies of #BC2F13
Complementary color
Monochromatic Colors of #BC2F13
Black with #BC2F13
Text Example
Text Example
White with #BC2F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F13; }
p { color: rgb(188,47,19); }
H1.HeaderClassName
{
color: #BC2F13;
}
.AnyTagClassName
{
color: #BC2F13;
}
</style>
background-color css
<style>
a { background-color: #BC2F13; }
a { background-color: rgb(188,47,19); }
div.DivClassName
{
background-color: #BC2F13;
}
.BgClassName
{
background-color: #BC2F13;
}
</style>
border-color css
<style>
span { border-color: #BC2F13; }
span { border-color: rgb(188,47,19); }
td.TdClassName
{
border-color: #BC2F13;
}
.TagClassName
{
border-color: #BC2F13;
}
</style>