Html Css Color HEX #BD250B Harley Davidson Orange
📋 copy color: '#BD250B'red 189 ◦ green 37 ◦ blue 11
Shades of Harley Davidson Orange #BD250B
Tints of Harley Davidson Orange #BD250B
RGB
CMYK
RGB Variations
Color information
#BD250B (or 0xBD250B) is known color: Harley Davidson Orange. HEX triplet: BD, 25 and 0B. RGB value is (189,37,11). Sum of RGB (Red+Green+Blue) = 189+37+11=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD250B is #42DAF4. Grayscale: #4F4F4F. Windows color (decimal): -4381429 or 730557. OLE color: 730557.
HSL color Cylindrical-coordinate representation of color #BD250B: hue angle of 8.76º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD250B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.26 |
| HSL | 8.76º | 0.89% | 0.39% | - |
| HSV(B) | 8.76º | 0.94% | 0.74% | - |
| XYZ | 21.71 | 12.17 | 1.52 | - |
| YUV | 79.48 | 89.36 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 11 | 0 | 0.80 | 0.94 | 0.26 | 8.76 | 0.89 | 0.39 |
| Hex | BD | 25 | B | 0 | 50 | 5E | 1A | 9 | 59 | 27 |
| Octal | 275 | 45 | 13 | 0 | 120 | 136 | 32 | 11 | 131 | 47 |
| Binary | 10111101 | 100101 | 1011 | 0 | 1010000 | 1011110 | 11010 | 1001 | 1011001 | 100111 |
Color Harmonies of #BD250B
Complementary color
Monochromatic Colors of #BD250B
Black with #BD250B
Text Example
Text Example
White with #BD250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD250B; }
p { color: rgb(189,37,11); }
H1.HeaderClassName
{
color: #BD250B;
}
.AnyTagClassName
{
color: #BD250B;
}
</style>
background-color css
<style>
a { background-color: #BD250B; }
a { background-color: rgb(189,37,11); }
div.DivClassName
{
background-color: #BD250B;
}
.BgClassName
{
background-color: #BD250B;
}
</style>
border-color css
<style>
span { border-color: #BD250B; }
span { border-color: rgb(189,37,11); }
td.TdClassName
{
border-color: #BD250B;
}
.TagClassName
{
border-color: #BD250B;
}
</style>