Html Css Color HEX #BD210E Harley Davidson Orange
📋 copy color: '#BD210E'red 189 ◦ green 33 ◦ blue 14
Shades of Harley Davidson Orange #BD210E
Tints of Harley Davidson Orange #BD210E
RGB
CMYK
RGB Variations
Color information
#BD210E (or 0xBD210E) is known color: Harley Davidson Orange. HEX triplet: BD, 21 and 0E. RGB value is (189,33,14). Sum of RGB (Red+Green+Blue) = 189+33+14=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD210E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD210E is #42DEF1. Grayscale: #4D4D4D. Windows color (decimal): -4382450 or 926141. OLE color: 926141.
HSL color Cylindrical-coordinate representation of color #BD210E: hue angle of 6.51º degrees, saturation: 0.86, 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 #BD210E is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 14 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.26 |
| HSL | 6.51º | 0.86% | 0.4% | - |
| HSV(B) | 6.51º | 0.93% | 0.74% | - |
| XYZ | 21.61 | 11.94 | 1.58 | - |
| YUV | 77.48 | 92.18 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 14 | 0 | 0.83 | 0.93 | 0.26 | 6.51 | 0.86 | 0.4 |
| Hex | BD | 21 | E | 0 | 53 | 5D | 1A | 7 | 56 | 28 |
| Octal | 275 | 41 | 16 | 0 | 123 | 135 | 32 | 7 | 126 | 50 |
| Binary | 10111101 | 100001 | 1110 | 0 | 1010011 | 1011101 | 11010 | 111 | 1010110 | 101000 |
Color Harmonies of #BD210E
Complementary color
Monochromatic Colors of #BD210E
Black with #BD210E
Text Example
Text Example
White with #BD210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD210E; }
p { color: rgb(189,33,14); }
H1.HeaderClassName
{
color: #BD210E;
}
.AnyTagClassName
{
color: #BD210E;
}
</style>
background-color css
<style>
a { background-color: #BD210E; }
a { background-color: rgb(189,33,14); }
div.DivClassName
{
background-color: #BD210E;
}
.BgClassName
{
background-color: #BD210E;
}
</style>
border-color css
<style>
span { border-color: #BD210E; }
span { border-color: rgb(189,33,14); }
td.TdClassName
{
border-color: #BD210E;
}
.TagClassName
{
border-color: #BD210E;
}
</style>