Html Css Color HEX #BD2C11 Harley Davidson Orange
📋 copy color: '#BD2C11'red 189 ◦ green 44 ◦ blue 17
Shades of Harley Davidson Orange #BD2C11
Tints of Harley Davidson Orange #BD2C11
RGB
CMYK
RGB Variations
Color information
#BD2C11 (or 0xBD2C11) is known color: Harley Davidson Orange. HEX triplet: BD, 2C and 11. RGB value is (189,44,17). Sum of RGB (Red+Green+Blue) = 189+44+17=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2C11 is #42D3EE. Grayscale: #545454. Windows color (decimal): -4379631 or 1125565. OLE color: 1125565.
HSL color Cylindrical-coordinate representation of color #BD2C11: hue angle of 9.42º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD2C11 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 17 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.26 |
| HSL | 9.42º | 0.83% | 0.4% | - |
| HSV(B) | 9.42º | 0.91% | 0.74% | - |
| XYZ | 21.99 | 12.66 | 1.82 | - |
| YUV | 84.28 | 90.04 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 17 | 0 | 0.77 | 0.91 | 0.26 | 9.42 | 0.83 | 0.4 |
| Hex | BD | 2C | 11 | 0 | 4D | 5B | 1A | 9 | 53 | 28 |
| Octal | 275 | 54 | 21 | 0 | 115 | 133 | 32 | 11 | 123 | 50 |
| Binary | 10111101 | 101100 | 10001 | 0 | 1001101 | 1011011 | 11010 | 1001 | 1010011 | 101000 |
Color Harmonies of #BD2C11
Complementary color
Monochromatic Colors of #BD2C11
Black with #BD2C11
Text Example
Text Example
White with #BD2C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C11; }
p { color: rgb(189,44,17); }
H1.HeaderClassName
{
color: #BD2C11;
}
.AnyTagClassName
{
color: #BD2C11;
}
</style>
background-color css
<style>
a { background-color: #BD2C11; }
a { background-color: rgb(189,44,17); }
div.DivClassName
{
background-color: #BD2C11;
}
.BgClassName
{
background-color: #BD2C11;
}
</style>
border-color css
<style>
span { border-color: #BD2C11; }
span { border-color: rgb(189,44,17); }
td.TdClassName
{
border-color: #BD2C11;
}
.TagClassName
{
border-color: #BD2C11;
}
</style>