Html Css Color HEX #BD2C16 Harley Davidson Orange
📋 copy color: '#BD2C16'red 189 ◦ green 44 ◦ blue 22
Shades of Harley Davidson Orange #BD2C16
Tints of Harley Davidson Orange #BD2C16
RGB
CMYK
RGB Variations
Color information
#BD2C16 (or 0xBD2C16) is known color: Harley Davidson Orange. HEX triplet: BD, 2C and 16. RGB value is (189,44,22). Sum of RGB (Red+Green+Blue) = 189+44+22=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2C16 is #42D3E9. Grayscale: #555555. Windows color (decimal): -4379626 or 1453245. OLE color: 1453245.
HSL color Cylindrical-coordinate representation of color #BD2C16: hue angle of 7.9º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD2C16 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 22 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.26 |
| HSL | 7.9º | 0.79% | 0.41% | - |
| HSV(B) | 7.9º | 0.88% | 0.74% | - |
| XYZ | 22.03 | 12.68 | 2.04 | - |
| YUV | 84.85 | 92.54 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 22 | 0 | 0.77 | 0.88 | 0.26 | 7.9 | 0.79 | 0.41 |
| Hex | BD | 2C | 16 | 0 | 4D | 58 | 1A | 8 | 4F | 29 |
| Octal | 275 | 54 | 26 | 0 | 115 | 130 | 32 | 10 | 117 | 51 |
| Binary | 10111101 | 101100 | 10110 | 0 | 1001101 | 1011000 | 11010 | 1000 | 1001111 | 101001 |
Color Harmonies of #BD2C16
Complementary color
Monochromatic Colors of #BD2C16
Black with #BD2C16
Text Example
Text Example
White with #BD2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C16; }
p { color: rgb(189,44,22); }
H1.HeaderClassName
{
color: #BD2C16;
}
.AnyTagClassName
{
color: #BD2C16;
}
</style>
background-color css
<style>
a { background-color: #BD2C16; }
a { background-color: rgb(189,44,22); }
div.DivClassName
{
background-color: #BD2C16;
}
.BgClassName
{
background-color: #BD2C16;
}
</style>
border-color css
<style>
span { border-color: #BD2C16; }
span { border-color: rgb(189,44,22); }
td.TdClassName
{
border-color: #BD2C16;
}
.TagClassName
{
border-color: #BD2C16;
}
</style>