Html Css Color HEX #BD3D24 Harley Davidson Orange
📋 copy color: '#BD3D24'red 189 ◦ green 61 ◦ blue 36
Shades of Harley Davidson Orange #BD3D24
Tints of Harley Davidson Orange #BD3D24
RGB
CMYK
RGB Variations
Color information
#BD3D24 (or 0xBD3D24) is known color: Harley Davidson Orange. HEX triplet: BD, 3D and 24. RGB value is (189,61,36). Sum of RGB (Red+Green+Blue) = 189+61+36=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D24 is #42C2DB. Grayscale: #606060. Windows color (decimal): -4375260 or 2375101. OLE color: 2375101.
HSL color Cylindrical-coordinate representation of color #BD3D24: hue angle of 9.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD3D24 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 36 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.26 |
| HSL | 9.8º | 0.68% | 0.44% | - |
| HSV(B) | 9.8º | 0.81% | 0.74% | - |
| XYZ | 22.97 | 14.28 | 3.22 | - |
| YUV | 96.42 | 93.91 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 36 | 0 | 0.68 | 0.81 | 0.26 | 9.8 | 0.68 | 0.44 |
| Hex | BD | 3D | 24 | 0 | 44 | 51 | 1A | A | 44 | 2C |
| Octal | 275 | 75 | 44 | 0 | 104 | 121 | 32 | 12 | 104 | 54 |
| Binary | 10111101 | 111101 | 100100 | 0 | 1000100 | 1010001 | 11010 | 1010 | 1000100 | 101100 |
Color Harmonies of #BD3D24
Complementary color
Monochromatic Colors of #BD3D24
Black with #BD3D24
Text Example
Text Example
White with #BD3D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D24; }
p { color: rgb(189,61,36); }
H1.HeaderClassName
{
color: #BD3D24;
}
.AnyTagClassName
{
color: #BD3D24;
}
</style>
background-color css
<style>
a { background-color: #BD3D24; }
a { background-color: rgb(189,61,36); }
div.DivClassName
{
background-color: #BD3D24;
}
.BgClassName
{
background-color: #BD3D24;
}
</style>
border-color css
<style>
span { border-color: #BD3D24; }
span { border-color: rgb(189,61,36); }
td.TdClassName
{
border-color: #BD3D24;
}
.TagClassName
{
border-color: #BD3D24;
}
</style>