Html Css Color HEX #BD3C24 Harley Davidson Orange
📋 copy color: '#BD3C24'red 189 ◦ green 60 ◦ blue 36
Shades of Harley Davidson Orange #BD3C24
Tints of Harley Davidson Orange #BD3C24
RGB
CMYK
RGB Variations
Color information
#BD3C24 (or 0xBD3C24) is known color: Harley Davidson Orange. HEX triplet: BD, 3C and 24. RGB value is (189,60,36). Sum of RGB (Red+Green+Blue) = 189+60+36=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C24 is #42C3DB. Grayscale: #606060. Windows color (decimal): -4375516 or 2374845. OLE color: 2374845.
HSL color Cylindrical-coordinate representation of color #BD3C24: hue angle of 9.41º 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 #BD3C24 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 36 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.26 |
| HSL | 9.41º | 0.68% | 0.44% | - |
| HSV(B) | 9.41º | 0.81% | 0.74% | - |
| XYZ | 22.92 | 14.18 | 3.2 | - |
| YUV | 95.84 | 94.24 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 36 | 0 | 0.68 | 0.81 | 0.26 | 9.41 | 0.68 | 0.44 |
| Hex | BD | 3C | 24 | 0 | 44 | 51 | 1A | 9 | 44 | 2C |
| Octal | 275 | 74 | 44 | 0 | 104 | 121 | 32 | 11 | 104 | 54 |
| Binary | 10111101 | 111100 | 100100 | 0 | 1000100 | 1010001 | 11010 | 1001 | 1000100 | 101100 |
Color Harmonies of #BD3C24
Complementary color
Monochromatic Colors of #BD3C24
Black with #BD3C24
Text Example
Text Example
White with #BD3C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C24; }
p { color: rgb(189,60,36); }
H1.HeaderClassName
{
color: #BD3C24;
}
.AnyTagClassName
{
color: #BD3C24;
}
</style>
background-color css
<style>
a { background-color: #BD3C24; }
a { background-color: rgb(189,60,36); }
div.DivClassName
{
background-color: #BD3C24;
}
.BgClassName
{
background-color: #BD3C24;
}
</style>
border-color css
<style>
span { border-color: #BD3C24; }
span { border-color: rgb(189,60,36); }
td.TdClassName
{
border-color: #BD3C24;
}
.TagClassName
{
border-color: #BD3C24;
}
</style>