Html Css Color HEX #BD2901 Harley Davidson Orange
📋 copy color: '#BD2901'red 189 ◦ green 41 ◦ blue 1
Shades of Harley Davidson Orange #BD2901
Tints of Harley Davidson Orange #BD2901
RGB
CMYK
RGB Variations
Color information
#BD2901 (or 0xBD2901) is known color: Harley Davidson Orange. HEX triplet: BD, 29 and 01. RGB value is (189,41,1). Sum of RGB (Red+Green+Blue) = 189+41+1=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2901 is #42D6FE. Grayscale: #505050. Windows color (decimal): -4380415 or 76221. OLE color: 76221.
HSL color Cylindrical-coordinate representation of color #BD2901: hue angle of 12.77º degrees, saturation: 0.99, 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 #BD2901 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.26 |
| HSL | 12.77º | 0.99% | 0.37% | - |
| HSV(B) | 12.77º | 0.99% | 0.74% | - |
| XYZ | 21.78 | 12.41 | 1.28 | - |
| YUV | 80.69 | 83.03 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 1 | 0 | 0.78 | 0.99 | 0.26 | 12.77 | 0.99 | 0.37 |
| Hex | BD | 29 | 1 | 0 | 4E | 63 | 1A | D | 63 | 25 |
| Octal | 275 | 51 | 1 | 0 | 116 | 143 | 32 | 15 | 143 | 45 |
| Binary | 10111101 | 101001 | 1 | 0 | 1001110 | 1100011 | 11010 | 1101 | 1100011 | 100101 |
Color Harmonies of #BD2901
Complementary color
Monochromatic Colors of #BD2901
Black with #BD2901
Text Example
Text Example
White with #BD2901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2901; }
p { color: rgb(189,41,1); }
H1.HeaderClassName
{
color: #BD2901;
}
.AnyTagClassName
{
color: #BD2901;
}
</style>
background-color css
<style>
a { background-color: #BD2901; }
a { background-color: rgb(189,41,1); }
div.DivClassName
{
background-color: #BD2901;
}
.BgClassName
{
background-color: #BD2901;
}
</style>
border-color css
<style>
span { border-color: #BD2901; }
span { border-color: rgb(189,41,1); }
td.TdClassName
{
border-color: #BD2901;
}
.TagClassName
{
border-color: #BD2901;
}
</style>