Html Css Color HEX #BD250F Harley Davidson Orange
📋 copy color: '#BD250F'red 189 ◦ green 37 ◦ blue 15
Shades of Harley Davidson Orange #BD250F
Tints of Harley Davidson Orange #BD250F
RGB
CMYK
RGB Variations
Color information
#BD250F (or 0xBD250F) is known color: Harley Davidson Orange. HEX triplet: BD, 25 and 0F. RGB value is (189,37,15). Sum of RGB (Red+Green+Blue) = 189+37+15=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD250F is #42DAF0. Grayscale: #505050. Windows color (decimal): -4381425 or 992701. OLE color: 992701.
HSL color Cylindrical-coordinate representation of color #BD250F: hue angle of 7.59º degrees, saturation: 0.85, 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 #BD250F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 15 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.26 |
| HSL | 7.59º | 0.85% | 0.4% | - |
| HSV(B) | 7.59º | 0.92% | 0.74% | - |
| XYZ | 21.73 | 12.18 | 1.66 | - |
| YUV | 79.94 | 91.36 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 15 | 0 | 0.80 | 0.92 | 0.26 | 7.59 | 0.85 | 0.4 |
| Hex | BD | 25 | F | 0 | 50 | 5C | 1A | 8 | 55 | 28 |
| Octal | 275 | 45 | 17 | 0 | 120 | 134 | 32 | 10 | 125 | 50 |
| Binary | 10111101 | 100101 | 1111 | 0 | 1010000 | 1011100 | 11010 | 1000 | 1010101 | 101000 |
Color Harmonies of #BD250F
Complementary color
Monochromatic Colors of #BD250F
Black with #BD250F
Text Example
Text Example
White with #BD250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD250F; }
p { color: rgb(189,37,15); }
H1.HeaderClassName
{
color: #BD250F;
}
.AnyTagClassName
{
color: #BD250F;
}
</style>
background-color css
<style>
a { background-color: #BD250F; }
a { background-color: rgb(189,37,15); }
div.DivClassName
{
background-color: #BD250F;
}
.BgClassName
{
background-color: #BD250F;
}
</style>
border-color css
<style>
span { border-color: #BD250F; }
span { border-color: rgb(189,37,15); }
td.TdClassName
{
border-color: #BD250F;
}
.TagClassName
{
border-color: #BD250F;
}
</style>