Html Css Color HEX #BD2600 Harley Davidson Orange
📋 copy color: '#BD2600'red 189 ◦ green 38 ◦ blue 0
Shades of Harley Davidson Orange #BD2600
Tints of Harley Davidson Orange #BD2600
RGB
CMYK
RGB Variations
Color information
#BD2600 (or 0xBD2600) is known color: Harley Davidson Orange. HEX triplet: BD, 26 and 00. RGB value is (189,38,0). Sum of RGB (Red+Green+Blue) = 189+38+0=227 (30% of max value = 765). Red value is 189 (74.22% from 255 or 83.26% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2600 is #42D9FF. Grayscale: #4F4F4F. Windows color (decimal): -4381184 or 9917. OLE color: 9917.
HSL color Cylindrical-coordinate representation of color #BD2600: hue angle of 12.06º 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 #BD2600 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.26 |
| HSL | 12.06º | 1% | 0.37% | - |
| HSV(B) | 12.06º | 1% | 0.74% | - |
| XYZ | 21.68 | 12.21 | 1.21 | - |
| YUV | 78.82 | 83.53 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 0 | 0 | 0.80 | 1 | 0.26 | 12.06 | 1 | 0.37 |
| Hex | BD | 26 | 0 | 0 | 50 | 64 | 1A | C | 64 | 25 |
| Octal | 275 | 46 | 0 | 0 | 120 | 144 | 32 | 14 | 144 | 45 |
| Binary | 10111101 | 100110 | 0 | 0 | 1010000 | 1100100 | 11010 | 1100 | 1100100 | 100101 |
Color Harmonies of #BD2600
Complementary color
Monochromatic Colors of #BD2600
Black with #BD2600
Text Example
Text Example
White with #BD2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2600; }
p { color: rgb(189,38,0); }
H1.HeaderClassName
{
color: #BD2600;
}
.AnyTagClassName
{
color: #BD2600;
}
</style>
background-color css
<style>
a { background-color: #BD2600; }
a { background-color: rgb(189,38,0); }
div.DivClassName
{
background-color: #BD2600;
}
.BgClassName
{
background-color: #BD2600;
}
</style>
border-color css
<style>
span { border-color: #BD2600; }
span { border-color: rgb(189,38,0); }
td.TdClassName
{
border-color: #BD2600;
}
.TagClassName
{
border-color: #BD2600;
}
</style>