Html Css Color HEX #BD3E1E Harley Davidson Orange
📋 copy color: '#BD3E1E'red 189 ◦ green 62 ◦ blue 30
Shades of Harley Davidson Orange #BD3E1E
Tints of Harley Davidson Orange #BD3E1E
RGB
CMYK
RGB Variations
Color information
#BD3E1E (or 0xBD3E1E) is known color: Harley Davidson Orange. HEX triplet: BD, 3E and 1E. RGB value is (189,62,30). Sum of RGB (Red+Green+Blue) = 189+62+30=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E1E is #42C1E1. Grayscale: #606060. Windows color (decimal): -4375010 or 1982141. OLE color: 1982141.
HSL color Cylindrical-coordinate representation of color #BD3E1E: hue angle of 12.08º 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 #BD3E1E is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 30 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.26 |
| HSL | 12.08º | 0.73% | 0.43% | - |
| HSV(B) | 12.08º | 0.84% | 0.74% | - |
| XYZ | 22.94 | 14.36 | 2.79 | - |
| YUV | 96.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 30 | 0 | 0.67 | 0.84 | 0.26 | 12.08 | 0.73 | 0.43 |
| Hex | BD | 3E | 1E | 0 | 43 | 54 | 1A | C | 49 | 2B |
| Octal | 275 | 76 | 36 | 0 | 103 | 124 | 32 | 14 | 111 | 53 |
| Binary | 10111101 | 111110 | 11110 | 0 | 1000011 | 1010100 | 11010 | 1100 | 1001001 | 101011 |
Color Harmonies of #BD3E1E
Complementary color
Monochromatic Colors of #BD3E1E
Black with #BD3E1E
Text Example
Text Example
White with #BD3E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E1E; }
p { color: rgb(189,62,30); }
H1.HeaderClassName
{
color: #BD3E1E;
}
.AnyTagClassName
{
color: #BD3E1E;
}
</style>
background-color css
<style>
a { background-color: #BD3E1E; }
a { background-color: rgb(189,62,30); }
div.DivClassName
{
background-color: #BD3E1E;
}
.BgClassName
{
background-color: #BD3E1E;
}
</style>
border-color css
<style>
span { border-color: #BD3E1E; }
span { border-color: rgb(189,62,30); }
td.TdClassName
{
border-color: #BD3E1E;
}
.TagClassName
{
border-color: #BD3E1E;
}
</style>