Html Css Color HEX #BD200D Harley Davidson Orange
📋 copy color: '#BD200D'red 189 ◦ green 32 ◦ blue 13
Shades of Harley Davidson Orange #BD200D
Tints of Harley Davidson Orange #BD200D
RGB
CMYK
RGB Variations
Color information
#BD200D (or 0xBD200D) is known color: Harley Davidson Orange. HEX triplet: BD, 20 and 0D. RGB value is (189,32,13). Sum of RGB (Red+Green+Blue) = 189+32+13=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD200D is #42DFF2. Grayscale: #4D4D4D. Windows color (decimal): -4382707 or 860349. OLE color: 860349.
HSL color Cylindrical-coordinate representation of color #BD200D: hue angle of 6.48º 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 #BD200D is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 13 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.26 |
| HSL | 6.48º | 0.87% | 0.4% | - |
| HSV(B) | 6.48º | 0.93% | 0.74% | - |
| XYZ | 21.58 | 11.88 | 1.54 | - |
| YUV | 76.78 | 92.01 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 13 | 0 | 0.83 | 0.93 | 0.26 | 6.48 | 0.87 | 0.4 |
| Hex | BD | 20 | D | 0 | 53 | 5D | 1A | 6 | 57 | 28 |
| Octal | 275 | 40 | 15 | 0 | 123 | 135 | 32 | 6 | 127 | 50 |
| Binary | 10111101 | 100000 | 1101 | 0 | 1010011 | 1011101 | 11010 | 110 | 1010111 | 101000 |
Color Harmonies of #BD200D
Complementary color
Monochromatic Colors of #BD200D
Black with #BD200D
Text Example
Text Example
White with #BD200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD200D; }
p { color: rgb(189,32,13); }
H1.HeaderClassName
{
color: #BD200D;
}
.AnyTagClassName
{
color: #BD200D;
}
</style>
background-color css
<style>
a { background-color: #BD200D; }
a { background-color: rgb(189,32,13); }
div.DivClassName
{
background-color: #BD200D;
}
.BgClassName
{
background-color: #BD200D;
}
</style>
border-color css
<style>
span { border-color: #BD200D; }
span { border-color: rgb(189,32,13); }
td.TdClassName
{
border-color: #BD200D;
}
.TagClassName
{
border-color: #BD200D;
}
</style>