Html Css Color HEX #BD2402 Harley Davidson Orange
📋 copy color: '#BD2402'red 189 ◦ green 36 ◦ blue 2
Shades of Harley Davidson Orange #BD2402
Tints of Harley Davidson Orange #BD2402
RGB
CMYK
RGB Variations
Color information
#BD2402 (or 0xBD2402) is known color: Harley Davidson Orange. HEX triplet: BD, 24 and 02. RGB value is (189,36,2). Sum of RGB (Red+Green+Blue) = 189+36+2=227 (30% of max value = 765). Red value is 189 (74.22% from 255 or 83.26% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2402 is #42DBFD. Grayscale: #4E4E4E. Windows color (decimal): -4381694 or 140477. OLE color: 140477.
HSL color Cylindrical-coordinate representation of color #BD2402: hue angle of 10.91º 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 #BD2402 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.26 |
| HSL | 10.91º | 0.98% | 0.37% | - |
| HSV(B) | 10.91º | 0.99% | 0.74% | - |
| XYZ | 21.63 | 12.08 | 1.25 | - |
| YUV | 77.87 | 85.19 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 2 | 0 | 0.81 | 0.99 | 0.26 | 10.91 | 0.98 | 0.37 |
| Hex | BD | 24 | 2 | 0 | 51 | 63 | 1A | B | 62 | 25 |
| Octal | 275 | 44 | 2 | 0 | 121 | 143 | 32 | 13 | 142 | 45 |
| Binary | 10111101 | 100100 | 10 | 0 | 1010001 | 1100011 | 11010 | 1011 | 1100010 | 100101 |
Color Harmonies of #BD2402
Complementary color
Monochromatic Colors of #BD2402
Black with #BD2402
Text Example
Text Example
White with #BD2402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2402; }
p { color: rgb(189,36,2); }
H1.HeaderClassName
{
color: #BD2402;
}
.AnyTagClassName
{
color: #BD2402;
}
</style>
background-color css
<style>
a { background-color: #BD2402; }
a { background-color: rgb(189,36,2); }
div.DivClassName
{
background-color: #BD2402;
}
.BgClassName
{
background-color: #BD2402;
}
</style>
border-color css
<style>
span { border-color: #BD2402; }
span { border-color: rgb(189,36,2); }
td.TdClassName
{
border-color: #BD2402;
}
.TagClassName
{
border-color: #BD2402;
}
</style>