Html Css Color HEX #BC220D Harley Davidson Orange
📋 copy color: '#BC220D'red 188 ◦ green 34 ◦ blue 13
Shades of Harley Davidson Orange #BC220D
Tints of Harley Davidson Orange #BC220D
RGB
CMYK
RGB Variations
Color information
#BC220D (or 0xBC220D) is known color: Harley Davidson Orange. HEX triplet: BC, 22 and 0D. RGB value is (188,34,13). Sum of RGB (Red+Green+Blue) = 188+34+13=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC220D is #43DDF2. Grayscale: #4D4D4D. Windows color (decimal): -4447731 or 860860. OLE color: 860860.
HSL color Cylindrical-coordinate representation of color #BC220D: hue angle of 7.2º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC220D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.26 |
| HSL | 7.2º | 0.87% | 0.39% | - |
| HSV(B) | 7.2º | 0.93% | 0.74% | - |
| XYZ | 21.38 | 11.86 | 1.54 | - |
| YUV | 77.65 | 91.52 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 13 | 0 | 0.82 | 0.93 | 0.26 | 7.2 | 0.87 | 0.39 |
| Hex | BC | 22 | D | 0 | 52 | 5D | 1A | 7 | 57 | 27 |
| Octal | 274 | 42 | 15 | 0 | 122 | 135 | 32 | 7 | 127 | 47 |
| Binary | 10111100 | 100010 | 1101 | 0 | 1010010 | 1011101 | 11010 | 111 | 1010111 | 100111 |
Color Harmonies of #BC220D
Complementary color
Monochromatic Colors of #BC220D
Black with #BC220D
Text Example
Text Example
White with #BC220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC220D; }
p { color: rgb(188,34,13); }
H1.HeaderClassName
{
color: #BC220D;
}
.AnyTagClassName
{
color: #BC220D;
}
</style>
background-color css
<style>
a { background-color: #BC220D; }
a { background-color: rgb(188,34,13); }
div.DivClassName
{
background-color: #BC220D;
}
.BgClassName
{
background-color: #BC220D;
}
</style>
border-color css
<style>
span { border-color: #BC220D; }
span { border-color: rgb(188,34,13); }
td.TdClassName
{
border-color: #BC220D;
}
.TagClassName
{
border-color: #BC220D;
}
</style>