Html Css Color HEX #BD2D0E Harley Davidson Orange
📋 copy color: '#BD2D0E'red 189 ◦ green 45 ◦ blue 14
Shades of Harley Davidson Orange #BD2D0E
Tints of Harley Davidson Orange #BD2D0E
RGB
CMYK
RGB Variations
Color information
#BD2D0E (or 0xBD2D0E) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 0E. RGB value is (189,45,14). Sum of RGB (Red+Green+Blue) = 189+45+14=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D0E is #42D2F1. Grayscale: #545454. Windows color (decimal): -4379378 or 929213. OLE color: 929213.
HSL color Cylindrical-coordinate representation of color #BD2D0E: hue angle of 10.63º 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 #BD2D0E is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 14 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.26 |
| HSL | 10.63º | 0.86% | 0.4% | - |
| HSV(B) | 10.63º | 0.93% | 0.74% | - |
| XYZ | 22 | 12.73 | 1.71 | - |
| YUV | 84.52 | 88.21 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 14 | 0 | 0.76 | 0.93 | 0.26 | 10.63 | 0.86 | 0.4 |
| Hex | BD | 2D | E | 0 | 4C | 5D | 1A | B | 56 | 28 |
| Octal | 275 | 55 | 16 | 0 | 114 | 135 | 32 | 13 | 126 | 50 |
| Binary | 10111101 | 101101 | 1110 | 0 | 1001100 | 1011101 | 11010 | 1011 | 1010110 | 101000 |
Color Harmonies of #BD2D0E
Complementary color
Monochromatic Colors of #BD2D0E
Black with #BD2D0E
Text Example
Text Example
White with #BD2D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D0E; }
p { color: rgb(189,45,14); }
H1.HeaderClassName
{
color: #BD2D0E;
}
.AnyTagClassName
{
color: #BD2D0E;
}
</style>
background-color css
<style>
a { background-color: #BD2D0E; }
a { background-color: rgb(189,45,14); }
div.DivClassName
{
background-color: #BD2D0E;
}
.BgClassName
{
background-color: #BD2D0E;
}
</style>
border-color css
<style>
span { border-color: #BD2D0E; }
span { border-color: rgb(189,45,14); }
td.TdClassName
{
border-color: #BD2D0E;
}
.TagClassName
{
border-color: #BD2D0E;
}
</style>