Html Css Color HEX #BD290D Harley Davidson Orange
📋 copy color: '#BD290D'red 189 ◦ green 41 ◦ blue 13
Shades of Harley Davidson Orange #BD290D
Tints of Harley Davidson Orange #BD290D
RGB
CMYK
RGB Variations
Color information
#BD290D (or 0xBD290D) is known color: Harley Davidson Orange. HEX triplet: BD, 29 and 0D. RGB value is (189,41,13). Sum of RGB (Red+Green+Blue) = 189+41+13=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD290D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD290D is #42D6F2. Grayscale: #525252. Windows color (decimal): -4380403 or 862653. OLE color: 862653.
HSL color Cylindrical-coordinate representation of color #BD290D: hue angle of 9.55º 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 #BD290D is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 13 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.26 |
| HSL | 9.55º | 0.87% | 0.4% | - |
| HSV(B) | 9.55º | 0.93% | 0.74% | - |
| XYZ | 21.85 | 12.43 | 1.63 | - |
| YUV | 82.06 | 89.03 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 13 | 0 | 0.78 | 0.93 | 0.26 | 9.55 | 0.87 | 0.4 |
| Hex | BD | 29 | D | 0 | 4E | 5D | 1A | A | 57 | 28 |
| Octal | 275 | 51 | 15 | 0 | 116 | 135 | 32 | 12 | 127 | 50 |
| Binary | 10111101 | 101001 | 1101 | 0 | 1001110 | 1011101 | 11010 | 1010 | 1010111 | 101000 |
Color Harmonies of #BD290D
Complementary color
Monochromatic Colors of #BD290D
Black with #BD290D
Text Example
Text Example
White with #BD290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD290D; }
p { color: rgb(189,41,13); }
H1.HeaderClassName
{
color: #BD290D;
}
.AnyTagClassName
{
color: #BD290D;
}
</style>
background-color css
<style>
a { background-color: #BD290D; }
a { background-color: rgb(189,41,13); }
div.DivClassName
{
background-color: #BD290D;
}
.BgClassName
{
background-color: #BD290D;
}
</style>
border-color css
<style>
span { border-color: #BD290D; }
span { border-color: rgb(189,41,13); }
td.TdClassName
{
border-color: #BD290D;
}
.TagClassName
{
border-color: #BD290D;
}
</style>