Html Css Color HEX #BD250D Harley Davidson Orange
📋 copy color: '#BD250D'red 189 ◦ green 37 ◦ blue 13
Shades of Harley Davidson Orange #BD250D
Tints of Harley Davidson Orange #BD250D
RGB
CMYK
RGB Variations
Color information
#BD250D (or 0xBD250D) is known color: Harley Davidson Orange. HEX triplet: BD, 25 and 0D. RGB value is (189,37,13). Sum of RGB (Red+Green+Blue) = 189+37+13=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD250D is #42DAF2. Grayscale: #4F4F4F. Windows color (decimal): -4381427 or 861629. OLE color: 861629.
HSL color Cylindrical-coordinate representation of color #BD250D: hue angle of 8.18º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD250D is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 13 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.26 |
| HSL | 8.18º | 0.87% | 0.4% | - |
| HSV(B) | 8.18º | 0.93% | 0.74% | - |
| XYZ | 21.72 | 12.17 | 1.59 | - |
| YUV | 79.71 | 90.36 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 13 | 0 | 0.80 | 0.93 | 0.26 | 8.18 | 0.87 | 0.4 |
| Hex | BD | 25 | D | 0 | 50 | 5D | 1A | 8 | 57 | 28 |
| Octal | 275 | 45 | 15 | 0 | 120 | 135 | 32 | 10 | 127 | 50 |
| Binary | 10111101 | 100101 | 1101 | 0 | 1010000 | 1011101 | 11010 | 1000 | 1010111 | 101000 |
Color Harmonies of #BD250D
Complementary color
Monochromatic Colors of #BD250D
Black with #BD250D
Text Example
Text Example
White with #BD250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD250D; }
p { color: rgb(189,37,13); }
H1.HeaderClassName
{
color: #BD250D;
}
.AnyTagClassName
{
color: #BD250D;
}
</style>
background-color css
<style>
a { background-color: #BD250D; }
a { background-color: rgb(189,37,13); }
div.DivClassName
{
background-color: #BD250D;
}
.BgClassName
{
background-color: #BD250D;
}
</style>
border-color css
<style>
span { border-color: #BD250D; }
span { border-color: rgb(189,37,13); }
td.TdClassName
{
border-color: #BD250D;
}
.TagClassName
{
border-color: #BD250D;
}
</style>