Html Css Color HEX #BD240D Harley Davidson Orange
📋 copy color: '#BD240D'red 189 ◦ green 36 ◦ blue 13
Shades of Harley Davidson Orange #BD240D
Tints of Harley Davidson Orange #BD240D
RGB
CMYK
RGB Variations
Color information
#BD240D (or 0xBD240D) is known color: Harley Davidson Orange. HEX triplet: BD, 24 and 0D. RGB value is (189,36,13). Sum of RGB (Red+Green+Blue) = 189+36+13=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD240D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD240D is #42DBF2. Grayscale: #4F4F4F. Windows color (decimal): -4381683 or 861373. OLE color: 861373.
HSL color Cylindrical-coordinate representation of color #BD240D: hue angle of 7.84º 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 #BD240D is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 13 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.26 |
| HSL | 7.84º | 0.87% | 0.4% | - |
| HSV(B) | 7.84º | 0.93% | 0.74% | - |
| XYZ | 21.69 | 12.11 | 1.57 | - |
| YUV | 79.13 | 90.69 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 13 | 0 | 0.81 | 0.93 | 0.26 | 7.84 | 0.87 | 0.4 |
| Hex | BD | 24 | D | 0 | 51 | 5D | 1A | 8 | 57 | 28 |
| Octal | 275 | 44 | 15 | 0 | 121 | 135 | 32 | 10 | 127 | 50 |
| Binary | 10111101 | 100100 | 1101 | 0 | 1010001 | 1011101 | 11010 | 1000 | 1010111 | 101000 |
Color Harmonies of #BD240D
Complementary color
Monochromatic Colors of #BD240D
Black with #BD240D
Text Example
Text Example
White with #BD240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD240D; }
p { color: rgb(189,36,13); }
H1.HeaderClassName
{
color: #BD240D;
}
.AnyTagClassName
{
color: #BD240D;
}
</style>
background-color css
<style>
a { background-color: #BD240D; }
a { background-color: rgb(189,36,13); }
div.DivClassName
{
background-color: #BD240D;
}
.BgClassName
{
background-color: #BD240D;
}
</style>
border-color css
<style>
span { border-color: #BD240D; }
span { border-color: rgb(189,36,13); }
td.TdClassName
{
border-color: #BD240D;
}
.TagClassName
{
border-color: #BD240D;
}
</style>