Html Css Color HEX #BD301E Harley Davidson Orange
📋 copy color: '#BD301E'red 189 ◦ green 48 ◦ blue 30
Shades of Harley Davidson Orange #BD301E
Tints of Harley Davidson Orange #BD301E
RGB
CMYK
RGB Variations
Color information
#BD301E (or 0xBD301E) is known color: Harley Davidson Orange. HEX triplet: BD, 30 and 1E. RGB value is (189,48,30). Sum of RGB (Red+Green+Blue) = 189+48+30=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD301E is #42CFE1. Grayscale: #585858. Windows color (decimal): -4378594 or 1978557. OLE color: 1978557.
HSL color Cylindrical-coordinate representation of color #BD301E: hue angle of 6.79º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD301E is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 30 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.26 |
| HSL | 6.79º | 0.73% | 0.43% | - |
| HSV(B) | 6.79º | 0.84% | 0.74% | - |
| XYZ | 22.28 | 13.03 | 2.57 | - |
| YUV | 88.11 | 95.21 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 30 | 0 | 0.75 | 0.84 | 0.26 | 6.79 | 0.73 | 0.43 |
| Hex | BD | 30 | 1E | 0 | 4B | 54 | 1A | 7 | 49 | 2B |
| Octal | 275 | 60 | 36 | 0 | 113 | 124 | 32 | 7 | 111 | 53 |
| Binary | 10111101 | 110000 | 11110 | 0 | 1001011 | 1010100 | 11010 | 111 | 1001001 | 101011 |
Color Harmonies of #BD301E
Complementary color
Monochromatic Colors of #BD301E
Black with #BD301E
Text Example
Text Example
White with #BD301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD301E; }
p { color: rgb(189,48,30); }
H1.HeaderClassName
{
color: #BD301E;
}
.AnyTagClassName
{
color: #BD301E;
}
</style>
background-color css
<style>
a { background-color: #BD301E; }
a { background-color: rgb(189,48,30); }
div.DivClassName
{
background-color: #BD301E;
}
.BgClassName
{
background-color: #BD301E;
}
</style>
border-color css
<style>
span { border-color: #BD301E; }
span { border-color: rgb(189,48,30); }
td.TdClassName
{
border-color: #BD301E;
}
.TagClassName
{
border-color: #BD301E;
}
</style>