Html Css Color HEX #BD220D Harley Davidson Orange
📋 copy color: '#BD220D'red 189 ◦ green 34 ◦ blue 13
Shades of Harley Davidson Orange #BD220D
Tints of Harley Davidson Orange #BD220D
RGB
CMYK
RGB Variations
Color information
#BD220D (or 0xBD220D) is known color: Harley Davidson Orange. HEX triplet: BD, 22 and 0D. RGB value is (189,34,13). Sum of RGB (Red+Green+Blue) = 189+34+13=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD220D is #42DDF2. Grayscale: #4E4E4E. Windows color (decimal): -4382195 or 860861. OLE color: 860861.
HSL color Cylindrical-coordinate representation of color #BD220D: hue angle of 7.16º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD220D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.26 |
| HSL | 7.16º | 0.87% | 0.4% | - |
| HSV(B) | 7.16º | 0.93% | 0.74% | - |
| XYZ | 21.63 | 11.99 | 1.56 | - |
| YUV | 77.95 | 91.35 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 13 | 0 | 0.82 | 0.93 | 0.26 | 7.16 | 0.87 | 0.4 |
| Hex | BD | 22 | D | 0 | 52 | 5D | 1A | 7 | 57 | 28 |
| Octal | 275 | 42 | 15 | 0 | 122 | 135 | 32 | 7 | 127 | 50 |
| Binary | 10111101 | 100010 | 1101 | 0 | 1010010 | 1011101 | 11010 | 111 | 1010111 | 101000 |
Color Harmonies of #BD220D
Complementary color
Monochromatic Colors of #BD220D
Black with #BD220D
Text Example
Text Example
White with #BD220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD220D; }
p { color: rgb(189,34,13); }
H1.HeaderClassName
{
color: #BD220D;
}
.AnyTagClassName
{
color: #BD220D;
}
</style>
background-color css
<style>
a { background-color: #BD220D; }
a { background-color: rgb(189,34,13); }
div.DivClassName
{
background-color: #BD220D;
}
.BgClassName
{
background-color: #BD220D;
}
</style>
border-color css
<style>
span { border-color: #BD220D; }
span { border-color: rgb(189,34,13); }
td.TdClassName
{
border-color: #BD220D;
}
.TagClassName
{
border-color: #BD220D;
}
</style>