Html Css Color HEX #BD2A17 Harley Davidson Orange
📋 copy color: '#BD2A17'red 189 ◦ green 42 ◦ blue 23
Shades of Harley Davidson Orange #BD2A17
Tints of Harley Davidson Orange #BD2A17
RGB
CMYK
RGB Variations
Color information
#BD2A17 (or 0xBD2A17) is known color: Harley Davidson Orange. HEX triplet: BD, 2A and 17. RGB value is (189,42,23). Sum of RGB (Red+Green+Blue) = 189+42+23=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2A17 is #42D5E8. Grayscale: #545454. Windows color (decimal): -4380137 or 1518269. OLE color: 1518269.
HSL color Cylindrical-coordinate representation of color #BD2A17: hue angle of 6.87º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD2A17 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 23 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.26 |
| HSL | 6.87º | 0.78% | 0.42% | - |
| HSV(B) | 6.87º | 0.88% | 0.74% | - |
| XYZ | 21.97 | 12.54 | 2.07 | - |
| YUV | 83.79 | 93.7 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 23 | 0 | 0.78 | 0.88 | 0.26 | 6.87 | 0.78 | 0.42 |
| Hex | BD | 2A | 17 | 0 | 4E | 58 | 1A | 7 | 4E | 2A |
| Octal | 275 | 52 | 27 | 0 | 116 | 130 | 32 | 7 | 116 | 52 |
| Binary | 10111101 | 101010 | 10111 | 0 | 1001110 | 1011000 | 11010 | 111 | 1001110 | 101010 |
Color Harmonies of #BD2A17
Complementary color
Monochromatic Colors of #BD2A17
Black with #BD2A17
Text Example
Text Example
White with #BD2A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A17; }
p { color: rgb(189,42,23); }
H1.HeaderClassName
{
color: #BD2A17;
}
.AnyTagClassName
{
color: #BD2A17;
}
</style>
background-color css
<style>
a { background-color: #BD2A17; }
a { background-color: rgb(189,42,23); }
div.DivClassName
{
background-color: #BD2A17;
}
.BgClassName
{
background-color: #BD2A17;
}
</style>
border-color css
<style>
span { border-color: #BD2A17; }
span { border-color: rgb(189,42,23); }
td.TdClassName
{
border-color: #BD2A17;
}
.TagClassName
{
border-color: #BD2A17;
}
</style>