Html Css Color HEX #BD2610 Harley Davidson Orange
📋 copy color: '#BD2610'red 189 ◦ green 38 ◦ blue 16
Shades of Harley Davidson Orange #BD2610
Tints of Harley Davidson Orange #BD2610
RGB
CMYK
RGB Variations
Color information
#BD2610 (or 0xBD2610) is known color: Harley Davidson Orange. HEX triplet: BD, 26 and 10. RGB value is (189,38,16). Sum of RGB (Red+Green+Blue) = 189+38+16=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2610 is #42D9EF. Grayscale: #505050. Windows color (decimal): -4381168 or 1058493. OLE color: 1058493.
HSL color Cylindrical-coordinate representation of color #BD2610: hue angle of 7.63º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD2610 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 16 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.26 |
| HSL | 7.63º | 0.84% | 0.4% | - |
| HSV(B) | 7.63º | 0.92% | 0.74% | - |
| XYZ | 21.77 | 12.24 | 1.71 | - |
| YUV | 80.64 | 91.53 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 16 | 0 | 0.80 | 0.92 | 0.26 | 7.63 | 0.84 | 0.4 |
| Hex | BD | 26 | 10 | 0 | 50 | 5C | 1A | 8 | 54 | 28 |
| Octal | 275 | 46 | 20 | 0 | 120 | 134 | 32 | 10 | 124 | 50 |
| Binary | 10111101 | 100110 | 10000 | 0 | 1010000 | 1011100 | 11010 | 1000 | 1010100 | 101000 |
Color Harmonies of #BD2610
Complementary color
Monochromatic Colors of #BD2610
Black with #BD2610
Text Example
Text Example
White with #BD2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2610; }
p { color: rgb(189,38,16); }
H1.HeaderClassName
{
color: #BD2610;
}
.AnyTagClassName
{
color: #BD2610;
}
</style>
background-color css
<style>
a { background-color: #BD2610; }
a { background-color: rgb(189,38,16); }
div.DivClassName
{
background-color: #BD2610;
}
.BgClassName
{
background-color: #BD2610;
}
</style>
border-color css
<style>
span { border-color: #BD2610; }
span { border-color: rgb(189,38,16); }
td.TdClassName
{
border-color: #BD2610;
}
.TagClassName
{
border-color: #BD2610;
}
</style>