Html Css Color HEX #BD2C02 Harley Davidson Orange
📋 copy color: '#BD2C02'red 189 ◦ green 44 ◦ blue 2
Shades of Harley Davidson Orange #BD2C02
Tints of Harley Davidson Orange #BD2C02
RGB
CMYK
RGB Variations
Color information
#BD2C02 (or 0xBD2C02) is known color: Harley Davidson Orange. HEX triplet: BD, 2C and 02. RGB value is (189,44,2). Sum of RGB (Red+Green+Blue) = 189+44+2=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2C02 is #42D3FD. Grayscale: #525252. Windows color (decimal): -4379646 or 142525. OLE color: 142525.
HSL color Cylindrical-coordinate representation of color #BD2C02: hue angle of 13.48º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD2C02 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.26 |
| HSL | 13.48º | 0.98% | 0.37% | - |
| HSV(B) | 13.48º | 0.99% | 0.74% | - |
| XYZ | 21.9 | 12.62 | 1.34 | - |
| YUV | 82.57 | 82.54 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 2 | 0 | 0.77 | 0.99 | 0.26 | 13.48 | 0.98 | 0.37 |
| Hex | BD | 2C | 2 | 0 | 4D | 63 | 1A | D | 62 | 25 |
| Octal | 275 | 54 | 2 | 0 | 115 | 143 | 32 | 15 | 142 | 45 |
| Binary | 10111101 | 101100 | 10 | 0 | 1001101 | 1100011 | 11010 | 1101 | 1100010 | 100101 |
Color Harmonies of #BD2C02
Complementary color
Monochromatic Colors of #BD2C02
Black with #BD2C02
Text Example
Text Example
White with #BD2C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C02; }
p { color: rgb(189,44,2); }
H1.HeaderClassName
{
color: #BD2C02;
}
.AnyTagClassName
{
color: #BD2C02;
}
</style>
background-color css
<style>
a { background-color: #BD2C02; }
a { background-color: rgb(189,44,2); }
div.DivClassName
{
background-color: #BD2C02;
}
.BgClassName
{
background-color: #BD2C02;
}
</style>
border-color css
<style>
span { border-color: #BD2C02; }
span { border-color: rgb(189,44,2); }
td.TdClassName
{
border-color: #BD2C02;
}
.TagClassName
{
border-color: #BD2C02;
}
</style>