Html Css Color HEX #BD2E01 Harley Davidson Orange
📋 copy color: '#BD2E01'red 189 ◦ green 46 ◦ blue 1
Shades of Harley Davidson Orange #BD2E01
Tints of Harley Davidson Orange #BD2E01
RGB
CMYK
RGB Variations
Color information
#BD2E01 (or 0xBD2E01) is known color: Harley Davidson Orange. HEX triplet: BD, 2E and 01. RGB value is (189,46,1). Sum of RGB (Red+Green+Blue) = 189+46+1=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2E01 is #42D1FE. Grayscale: #535353. Windows color (decimal): -4379135 or 77501. OLE color: 77501.
HSL color Cylindrical-coordinate representation of color #BD2E01: hue angle of 14.36º 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 #BD2E01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.26 |
| HSL | 14.36º | 0.99% | 0.37% | - |
| HSV(B) | 14.36º | 0.99% | 0.74% | - |
| XYZ | 21.97 | 12.78 | 1.34 | - |
| YUV | 83.63 | 81.38 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 1 | 0 | 0.76 | 0.99 | 0.26 | 14.36 | 0.99 | 0.37 |
| Hex | BD | 2E | 1 | 0 | 4C | 63 | 1A | E | 63 | 25 |
| Octal | 275 | 56 | 1 | 0 | 114 | 143 | 32 | 16 | 143 | 45 |
| Binary | 10111101 | 101110 | 1 | 0 | 1001100 | 1100011 | 11010 | 1110 | 1100011 | 100101 |
Color Harmonies of #BD2E01
Complementary color
Monochromatic Colors of #BD2E01
Black with #BD2E01
Text Example
Text Example
White with #BD2E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E01; }
p { color: rgb(189,46,1); }
H1.HeaderClassName
{
color: #BD2E01;
}
.AnyTagClassName
{
color: #BD2E01;
}
</style>
background-color css
<style>
a { background-color: #BD2E01; }
a { background-color: rgb(189,46,1); }
div.DivClassName
{
background-color: #BD2E01;
}
.BgClassName
{
background-color: #BD2E01;
}
</style>
border-color css
<style>
span { border-color: #BD2E01; }
span { border-color: rgb(189,46,1); }
td.TdClassName
{
border-color: #BD2E01;
}
.TagClassName
{
border-color: #BD2E01;
}
</style>