Html Css Color HEX #BD310D Harley Davidson Orange
📋 copy color: '#BD310D'red 189 ◦ green 49 ◦ blue 13
Shades of Harley Davidson Orange #BD310D
Tints of Harley Davidson Orange #BD310D
RGB
CMYK
RGB Variations
Color information
#BD310D (or 0xBD310D) is known color: Harley Davidson Orange. HEX triplet: BD, 31 and 0D. RGB value is (189,49,13). Sum of RGB (Red+Green+Blue) = 189+49+13=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD310D is #42CEF2. Grayscale: #575757. Windows color (decimal): -4378355 or 864701. OLE color: 864701.
HSL color Cylindrical-coordinate representation of color #BD310D: hue angle of 12.27º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD310D is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 13 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.26 |
| HSL | 12.27º | 0.87% | 0.4% | - |
| HSV(B) | 12.27º | 0.93% | 0.74% | - |
| XYZ | 22.16 | 13.04 | 1.73 | - |
| YUV | 86.76 | 86.38 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 13 | 0 | 0.74 | 0.93 | 0.26 | 12.27 | 0.87 | 0.4 |
| Hex | BD | 31 | D | 0 | 4A | 5D | 1A | C | 57 | 28 |
| Octal | 275 | 61 | 15 | 0 | 112 | 135 | 32 | 14 | 127 | 50 |
| Binary | 10111101 | 110001 | 1101 | 0 | 1001010 | 1011101 | 11010 | 1100 | 1010111 | 101000 |
Color Harmonies of #BD310D
Complementary color
Monochromatic Colors of #BD310D
Black with #BD310D
Text Example
Text Example
White with #BD310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD310D; }
p { color: rgb(189,49,13); }
H1.HeaderClassName
{
color: #BD310D;
}
.AnyTagClassName
{
color: #BD310D;
}
</style>
background-color css
<style>
a { background-color: #BD310D; }
a { background-color: rgb(189,49,13); }
div.DivClassName
{
background-color: #BD310D;
}
.BgClassName
{
background-color: #BD310D;
}
</style>
border-color css
<style>
span { border-color: #BD310D; }
span { border-color: rgb(189,49,13); }
td.TdClassName
{
border-color: #BD310D;
}
.TagClassName
{
border-color: #BD310D;
}
</style>