Html Css Color HEX #BD2407 Harley Davidson Orange
📋 copy color: '#BD2407'red 189 ◦ green 36 ◦ blue 7
Shades of Harley Davidson Orange #BD2407
Tints of Harley Davidson Orange #BD2407
RGB
CMYK
RGB Variations
Color information
#BD2407 (or 0xBD2407) is known color: Harley Davidson Orange. HEX triplet: BD, 24 and 07. RGB value is (189,36,7). Sum of RGB (Red+Green+Blue) = 189+36+7=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2407 is #42DBF8. Grayscale: #4E4E4E. Windows color (decimal): -4381689 or 468157. OLE color: 468157.
HSL color Cylindrical-coordinate representation of color #BD2407: hue angle of 9.56º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD2407 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 7 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.26 |
| HSL | 9.56º | 0.93% | 0.38% | - |
| HSV(B) | 9.56º | 0.96% | 0.74% | - |
| XYZ | 21.66 | 12.1 | 1.39 | - |
| YUV | 78.44 | 87.69 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 7 | 0 | 0.81 | 0.96 | 0.26 | 9.56 | 0.93 | 0.38 |
| Hex | BD | 24 | 7 | 0 | 51 | 60 | 1A | A | 5D | 26 |
| Octal | 275 | 44 | 7 | 0 | 121 | 140 | 32 | 12 | 135 | 46 |
| Binary | 10111101 | 100100 | 111 | 0 | 1010001 | 1100000 | 11010 | 1010 | 1011101 | 100110 |
Color Harmonies of #BD2407
Complementary color
Monochromatic Colors of #BD2407
Black with #BD2407
Text Example
Text Example
White with #BD2407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2407; }
p { color: rgb(189,36,7); }
H1.HeaderClassName
{
color: #BD2407;
}
.AnyTagClassName
{
color: #BD2407;
}
</style>
background-color css
<style>
a { background-color: #BD2407; }
a { background-color: rgb(189,36,7); }
div.DivClassName
{
background-color: #BD2407;
}
.BgClassName
{
background-color: #BD2407;
}
</style>
border-color css
<style>
span { border-color: #BD2407; }
span { border-color: rgb(189,36,7); }
td.TdClassName
{
border-color: #BD2407;
}
.TagClassName
{
border-color: #BD2407;
}
</style>