Html Css Color HEX #BD2107 Harley Davidson Orange
📋 copy color: '#BD2107'red 189 ◦ green 33 ◦ blue 7
Shades of Harley Davidson Orange #BD2107
Tints of Harley Davidson Orange #BD2107
RGB
CMYK
RGB Variations
Color information
#BD2107 (or 0xBD2107) is known color: Harley Davidson Orange. HEX triplet: BD, 21 and 07. RGB value is (189,33,7). Sum of RGB (Red+Green+Blue) = 189+33+7=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2107 is #42DEF8. Grayscale: #4C4C4C. Windows color (decimal): -4382457 or 467389. OLE color: 467389.
HSL color Cylindrical-coordinate representation of color #BD2107: hue angle of 8.57º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD2107 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 7 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.26 |
| HSL | 8.57º | 0.93% | 0.38% | - |
| HSV(B) | 8.57º | 0.96% | 0.74% | - |
| XYZ | 21.57 | 11.92 | 1.37 | - |
| YUV | 76.68 | 88.68 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 7 | 0 | 0.83 | 0.96 | 0.26 | 8.57 | 0.93 | 0.38 |
| Hex | BD | 21 | 7 | 0 | 53 | 60 | 1A | 9 | 5D | 26 |
| Octal | 275 | 41 | 7 | 0 | 123 | 140 | 32 | 11 | 135 | 46 |
| Binary | 10111101 | 100001 | 111 | 0 | 1010011 | 1100000 | 11010 | 1001 | 1011101 | 100110 |
Color Harmonies of #BD2107
Complementary color
Monochromatic Colors of #BD2107
Black with #BD2107
Text Example
Text Example
White with #BD2107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2107; }
p { color: rgb(189,33,7); }
H1.HeaderClassName
{
color: #BD2107;
}
.AnyTagClassName
{
color: #BD2107;
}
</style>
background-color css
<style>
a { background-color: #BD2107; }
a { background-color: rgb(189,33,7); }
div.DivClassName
{
background-color: #BD2107;
}
.BgClassName
{
background-color: #BD2107;
}
</style>
border-color css
<style>
span { border-color: #BD2107; }
span { border-color: rgb(189,33,7); }
td.TdClassName
{
border-color: #BD2107;
}
.TagClassName
{
border-color: #BD2107;
}
</style>