Html Css Color HEX #BD2C14 Harley Davidson Orange
📋 copy color: '#BD2C14'red 189 ◦ green 44 ◦ blue 20
Shades of Harley Davidson Orange #BD2C14
Tints of Harley Davidson Orange #BD2C14
RGB
CMYK
RGB Variations
Color information
#BD2C14 (or 0xBD2C14) is known color: Harley Davidson Orange. HEX triplet: BD, 2C and 14. RGB value is (189,44,20). Sum of RGB (Red+Green+Blue) = 189+44+20=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2C14 is #42D3EB. Grayscale: #545454. Windows color (decimal): -4379628 or 1322173. OLE color: 1322173.
HSL color Cylindrical-coordinate representation of color #BD2C14: hue angle of 8.52º 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 #BD2C14 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 20 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.26 |
| HSL | 8.52º | 0.81% | 0.41% | - |
| HSV(B) | 8.52º | 0.89% | 0.74% | - |
| XYZ | 22.01 | 12.67 | 1.95 | - |
| YUV | 84.62 | 91.54 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 20 | 0 | 0.77 | 0.89 | 0.26 | 8.52 | 0.81 | 0.41 |
| Hex | BD | 2C | 14 | 0 | 4D | 59 | 1A | 9 | 51 | 29 |
| Octal | 275 | 54 | 24 | 0 | 115 | 131 | 32 | 11 | 121 | 51 |
| Binary | 10111101 | 101100 | 10100 | 0 | 1001101 | 1011001 | 11010 | 1001 | 1010001 | 101001 |
Color Harmonies of #BD2C14
Complementary color
Monochromatic Colors of #BD2C14
Black with #BD2C14
Text Example
Text Example
White with #BD2C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C14; }
p { color: rgb(189,44,20); }
H1.HeaderClassName
{
color: #BD2C14;
}
.AnyTagClassName
{
color: #BD2C14;
}
</style>
background-color css
<style>
a { background-color: #BD2C14; }
a { background-color: rgb(189,44,20); }
div.DivClassName
{
background-color: #BD2C14;
}
.BgClassName
{
background-color: #BD2C14;
}
</style>
border-color css
<style>
span { border-color: #BD2C14; }
span { border-color: rgb(189,44,20); }
td.TdClassName
{
border-color: #BD2C14;
}
.TagClassName
{
border-color: #BD2C14;
}
</style>