Html Css Color HEX #BD2D14 Harley Davidson Orange
📋 copy color: '#BD2D14'red 189 ◦ green 45 ◦ blue 20
Shades of Harley Davidson Orange #BD2D14
Tints of Harley Davidson Orange #BD2D14
RGB
CMYK
RGB Variations
Color information
#BD2D14 (or 0xBD2D14) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 14. RGB value is (189,45,20). Sum of RGB (Red+Green+Blue) = 189+45+20=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D14 is #42D2EB. Grayscale: #555555. Windows color (decimal): -4379372 or 1322429. OLE color: 1322429.
HSL color Cylindrical-coordinate representation of color #BD2D14: hue angle of 8.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD2D14 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 20 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.26 |
| HSL | 8.88º | 0.81% | 0.41% | - |
| HSV(B) | 8.88º | 0.89% | 0.74% | - |
| XYZ | 22.05 | 12.75 | 1.96 | - |
| YUV | 85.21 | 91.21 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 20 | 0 | 0.76 | 0.89 | 0.26 | 8.88 | 0.81 | 0.41 |
| Hex | BD | 2D | 14 | 0 | 4C | 59 | 1A | 9 | 51 | 29 |
| Octal | 275 | 55 | 24 | 0 | 114 | 131 | 32 | 11 | 121 | 51 |
| Binary | 10111101 | 101101 | 10100 | 0 | 1001100 | 1011001 | 11010 | 1001 | 1010001 | 101001 |
Color Harmonies of #BD2D14
Complementary color
Monochromatic Colors of #BD2D14
Black with #BD2D14
Text Example
Text Example
White with #BD2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D14; }
p { color: rgb(189,45,20); }
H1.HeaderClassName
{
color: #BD2D14;
}
.AnyTagClassName
{
color: #BD2D14;
}
</style>
background-color css
<style>
a { background-color: #BD2D14; }
a { background-color: rgb(189,45,20); }
div.DivClassName
{
background-color: #BD2D14;
}
.BgClassName
{
background-color: #BD2D14;
}
</style>
border-color css
<style>
span { border-color: #BD2D14; }
span { border-color: rgb(189,45,20); }
td.TdClassName
{
border-color: #BD2D14;
}
.TagClassName
{
border-color: #BD2D14;
}
</style>