Html Css Color HEX #BD2500 Harley Davidson Orange
📋 copy color: '#BD2500'red 189 ◦ green 37 ◦ blue 0
Shades of Harley Davidson Orange #BD2500
Tints of Harley Davidson Orange #BD2500
RGB
CMYK
RGB Variations
Color information
#BD2500 (or 0xBD2500) is known color: Harley Davidson Orange. HEX triplet: BD, 25 and 00. RGB value is (189,37,0). Sum of RGB (Red+Green+Blue) = 189+37+0=226 (29% of max value = 765). Red value is 189 (74.22% from 255 or 83.63% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2500 is #42DAFF. Grayscale: #4E4E4E. Windows color (decimal): -4381440 or 9661. OLE color: 9661.
HSL color Cylindrical-coordinate representation of color #BD2500: hue angle of 11.75º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD2500 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.26 |
| HSL | 11.75º | 1% | 0.37% | - |
| HSV(B) | 11.75º | 1% | 0.74% | - |
| XYZ | 21.65 | 12.14 | 1.2 | - |
| YUV | 78.23 | 83.86 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 0 | 0 | 0.80 | 1 | 0.26 | 11.75 | 1 | 0.37 |
| Hex | BD | 25 | 0 | 0 | 50 | 64 | 1A | C | 64 | 25 |
| Octal | 275 | 45 | 0 | 0 | 120 | 144 | 32 | 14 | 144 | 45 |
| Binary | 10111101 | 100101 | 0 | 0 | 1010000 | 1100100 | 11010 | 1100 | 1100100 | 100101 |
Color Harmonies of #BD2500
Complementary color
Monochromatic Colors of #BD2500
Black with #BD2500
Text Example
Text Example
White with #BD2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2500; }
p { color: rgb(189,37,0); }
H1.HeaderClassName
{
color: #BD2500;
}
.AnyTagClassName
{
color: #BD2500;
}
</style>
background-color css
<style>
a { background-color: #BD2500; }
a { background-color: rgb(189,37,0); }
div.DivClassName
{
background-color: #BD2500;
}
.BgClassName
{
background-color: #BD2500;
}
</style>
border-color css
<style>
span { border-color: #BD2500; }
span { border-color: rgb(189,37,0); }
td.TdClassName
{
border-color: #BD2500;
}
.TagClassName
{
border-color: #BD2500;
}
</style>