Html Css Color HEX #BD341D Harley Davidson Orange
📋 copy color: '#BD341D'red 189 ◦ green 52 ◦ blue 29
Shades of Harley Davidson Orange #BD341D
Tints of Harley Davidson Orange #BD341D
RGB
CMYK
RGB Variations
Color information
#BD341D (or 0xBD341D) is known color: Harley Davidson Orange. HEX triplet: BD, 34 and 1D. RGB value is (189,52,29). Sum of RGB (Red+Green+Blue) = 189+52+29=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD341D is #42CBE2. Grayscale: #5A5A5A. Windows color (decimal): -4377571 or 1914045. OLE color: 1914045.
HSL color Cylindrical-coordinate representation of color #BD341D: hue angle of 8.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD341D is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 29 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.26 |
| HSL | 8.63º | 0.73% | 0.43% | - |
| HSV(B) | 8.63º | 0.85% | 0.74% | - |
| XYZ | 22.44 | 13.36 | 2.56 | - |
| YUV | 90.34 | 93.39 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 29 | 0 | 0.72 | 0.85 | 0.26 | 8.63 | 0.73 | 0.43 |
| Hex | BD | 34 | 1D | 0 | 48 | 55 | 1A | 9 | 49 | 2B |
| Octal | 275 | 64 | 35 | 0 | 110 | 125 | 32 | 11 | 111 | 53 |
| Binary | 10111101 | 110100 | 11101 | 0 | 1001000 | 1010101 | 11010 | 1001 | 1001001 | 101011 |
Color Harmonies of #BD341D
Complementary color
Monochromatic Colors of #BD341D
Black with #BD341D
Text Example
Text Example
White with #BD341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD341D; }
p { color: rgb(189,52,29); }
H1.HeaderClassName
{
color: #BD341D;
}
.AnyTagClassName
{
color: #BD341D;
}
</style>
background-color css
<style>
a { background-color: #BD341D; }
a { background-color: rgb(189,52,29); }
div.DivClassName
{
background-color: #BD341D;
}
.BgClassName
{
background-color: #BD341D;
}
</style>
border-color css
<style>
span { border-color: #BD341D; }
span { border-color: rgb(189,52,29); }
td.TdClassName
{
border-color: #BD341D;
}
.TagClassName
{
border-color: #BD341D;
}
</style>