Html Css Color HEX #BD2002 Harley Davidson Orange
📋 copy color: '#BD2002'red 189 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #BD2002
Tints of Harley Davidson Orange #BD2002
RGB
CMYK
RGB Variations
Color information
#BD2002 (or 0xBD2002) is known color: Harley Davidson Orange. HEX triplet: BD, 20 and 02. RGB value is (189,32,2). Sum of RGB (Red+Green+Blue) = 189+32+2=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2002 is #42DFFD. Grayscale: #4B4B4B. Windows color (decimal): -4382718 or 139453. OLE color: 139453.
HSL color Cylindrical-coordinate representation of color #BD2002: hue angle of 9.63º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD2002 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.26 |
| HSL | 9.63º | 0.98% | 0.37% | - |
| HSV(B) | 9.63º | 0.99% | 0.74% | - |
| XYZ | 21.51 | 11.86 | 1.21 | - |
| YUV | 75.52 | 86.51 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 2 | 0 | 0.83 | 0.99 | 0.26 | 9.63 | 0.98 | 0.37 |
| Hex | BD | 20 | 2 | 0 | 53 | 63 | 1A | A | 62 | 25 |
| Octal | 275 | 40 | 2 | 0 | 123 | 143 | 32 | 12 | 142 | 45 |
| Binary | 10111101 | 100000 | 10 | 0 | 1010011 | 1100011 | 11010 | 1010 | 1100010 | 100101 |
Color Harmonies of #BD2002
Complementary color
Monochromatic Colors of #BD2002
Black with #BD2002
Text Example
Text Example
White with #BD2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2002; }
p { color: rgb(189,32,2); }
H1.HeaderClassName
{
color: #BD2002;
}
.AnyTagClassName
{
color: #BD2002;
}
</style>
background-color css
<style>
a { background-color: #BD2002; }
a { background-color: rgb(189,32,2); }
div.DivClassName
{
background-color: #BD2002;
}
.BgClassName
{
background-color: #BD2002;
}
</style>
border-color css
<style>
span { border-color: #BD2002; }
span { border-color: rgb(189,32,2); }
td.TdClassName
{
border-color: #BD2002;
}
.TagClassName
{
border-color: #BD2002;
}
</style>