Html Css Color HEX #BD2E14 Harley Davidson Orange
📋 copy color: '#BD2E14'red 189 ◦ green 46 ◦ blue 20
Shades of Harley Davidson Orange #BD2E14
Tints of Harley Davidson Orange #BD2E14
RGB
CMYK
RGB Variations
Color information
#BD2E14 (or 0xBD2E14) is known color: Harley Davidson Orange. HEX triplet: BD, 2E and 14. RGB value is (189,46,20). Sum of RGB (Red+Green+Blue) = 189+46+20=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2E14 is #42D1EB. Grayscale: #565656. Windows color (decimal): -4379116 or 1322685. OLE color: 1322685.
HSL color Cylindrical-coordinate representation of color #BD2E14: hue angle of 9.23º 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 #BD2E14 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 20 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.26 |
| HSL | 9.23º | 0.81% | 0.41% | - |
| HSV(B) | 9.23º | 0.89% | 0.74% | - |
| XYZ | 22.09 | 12.82 | 1.97 | - |
| YUV | 85.79 | 90.88 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 20 | 0 | 0.76 | 0.89 | 0.26 | 9.23 | 0.81 | 0.41 |
| Hex | BD | 2E | 14 | 0 | 4C | 59 | 1A | 9 | 51 | 29 |
| Octal | 275 | 56 | 24 | 0 | 114 | 131 | 32 | 11 | 121 | 51 |
| Binary | 10111101 | 101110 | 10100 | 0 | 1001100 | 1011001 | 11010 | 1001 | 1010001 | 101001 |
Color Harmonies of #BD2E14
Complementary color
Monochromatic Colors of #BD2E14
Black with #BD2E14
Text Example
Text Example
White with #BD2E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E14; }
p { color: rgb(189,46,20); }
H1.HeaderClassName
{
color: #BD2E14;
}
.AnyTagClassName
{
color: #BD2E14;
}
</style>
background-color css
<style>
a { background-color: #BD2E14; }
a { background-color: rgb(189,46,20); }
div.DivClassName
{
background-color: #BD2E14;
}
.BgClassName
{
background-color: #BD2E14;
}
</style>
border-color css
<style>
span { border-color: #BD2E14; }
span { border-color: rgb(189,46,20); }
td.TdClassName
{
border-color: #BD2E14;
}
.TagClassName
{
border-color: #BD2E14;
}
</style>