Html Css Color HEX #BD2102 Harley Davidson Orange
📋 copy color: '#BD2102'red 189 ◦ green 33 ◦ blue 2
Shades of Harley Davidson Orange #BD2102
Tints of Harley Davidson Orange #BD2102
RGB
CMYK
RGB Variations
Color information
#BD2102 (or 0xBD2102) is known color: Harley Davidson Orange. HEX triplet: BD, 21 and 02. RGB value is (189,33,2). Sum of RGB (Red+Green+Blue) = 189+33+2=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2102 is #42DEFD. Grayscale: #4C4C4C. Windows color (decimal): -4382462 or 139709. OLE color: 139709.
HSL color Cylindrical-coordinate representation of color #BD2102: hue angle of 9.95º 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 #BD2102 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.26 |
| HSL | 9.95º | 0.98% | 0.37% | - |
| HSV(B) | 9.95º | 0.99% | 0.74% | - |
| XYZ | 21.54 | 11.91 | 1.22 | - |
| YUV | 76.11 | 86.18 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 2 | 0 | 0.83 | 0.99 | 0.26 | 9.95 | 0.98 | 0.37 |
| Hex | BD | 21 | 2 | 0 | 53 | 63 | 1A | A | 62 | 25 |
| Octal | 275 | 41 | 2 | 0 | 123 | 143 | 32 | 12 | 142 | 45 |
| Binary | 10111101 | 100001 | 10 | 0 | 1010011 | 1100011 | 11010 | 1010 | 1100010 | 100101 |
Color Harmonies of #BD2102
Complementary color
Monochromatic Colors of #BD2102
Black with #BD2102
Text Example
Text Example
White with #BD2102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2102; }
p { color: rgb(189,33,2); }
H1.HeaderClassName
{
color: #BD2102;
}
.AnyTagClassName
{
color: #BD2102;
}
</style>
background-color css
<style>
a { background-color: #BD2102; }
a { background-color: rgb(189,33,2); }
div.DivClassName
{
background-color: #BD2102;
}
.BgClassName
{
background-color: #BD2102;
}
</style>
border-color css
<style>
span { border-color: #BD2102; }
span { border-color: rgb(189,33,2); }
td.TdClassName
{
border-color: #BD2102;
}
.TagClassName
{
border-color: #BD2102;
}
</style>