Html Css Color HEX #BD220C Harley Davidson Orange
📋 copy color: '#BD220C'red 189 ◦ green 34 ◦ blue 12
Shades of Harley Davidson Orange #BD220C
Tints of Harley Davidson Orange #BD220C
RGB
CMYK
RGB Variations
Color information
#BD220C (or 0xBD220C) is known color: Harley Davidson Orange. HEX triplet: BD, 22 and 0C. RGB value is (189,34,12). Sum of RGB (Red+Green+Blue) = 189+34+12=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD220C is #42DDF3. Grayscale: #4E4E4E. Windows color (decimal): -4382196 or 795325. OLE color: 795325.
HSL color Cylindrical-coordinate representation of color #BD220C: hue angle of 7.46º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD220C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 12 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.26 |
| HSL | 7.46º | 0.88% | 0.39% | - |
| HSV(B) | 7.46º | 0.94% | 0.74% | - |
| XYZ | 21.62 | 11.99 | 1.52 | - |
| YUV | 77.84 | 90.85 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 12 | 0 | 0.82 | 0.94 | 0.26 | 7.46 | 0.88 | 0.39 |
| Hex | BD | 22 | C | 0 | 52 | 5E | 1A | 7 | 58 | 27 |
| Octal | 275 | 42 | 14 | 0 | 122 | 136 | 32 | 7 | 130 | 47 |
| Binary | 10111101 | 100010 | 1100 | 0 | 1010010 | 1011110 | 11010 | 111 | 1011000 | 100111 |
Color Harmonies of #BD220C
Complementary color
Monochromatic Colors of #BD220C
Black with #BD220C
Text Example
Text Example
White with #BD220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD220C; }
p { color: rgb(189,34,12); }
H1.HeaderClassName
{
color: #BD220C;
}
.AnyTagClassName
{
color: #BD220C;
}
</style>
background-color css
<style>
a { background-color: #BD220C; }
a { background-color: rgb(189,34,12); }
div.DivClassName
{
background-color: #BD220C;
}
.BgClassName
{
background-color: #BD220C;
}
</style>
border-color css
<style>
span { border-color: #BD220C; }
span { border-color: rgb(189,34,12); }
td.TdClassName
{
border-color: #BD220C;
}
.TagClassName
{
border-color: #BD220C;
}
</style>