Html Css Color HEX #BD1D05 Harley Davidson Orange
📋 copy color: '#BD1D05'red 189 ◦ green 29 ◦ blue 5
Shades of Harley Davidson Orange #BD1D05
Tints of Harley Davidson Orange #BD1D05
RGB
CMYK
RGB Variations
Color information
#BD1D05 (or 0xBD1D05) is known color: Harley Davidson Orange. HEX triplet: BD, 1D and 05. RGB value is (189,29,5). Sum of RGB (Red+Green+Blue) = 189+29+5=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1D05 is #42E2FA. Grayscale: #4A4A4A. Windows color (decimal): -4383483 or 335293. OLE color: 335293.
HSL color Cylindrical-coordinate representation of color #BD1D05: hue angle of 7.83º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD1D05 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 29 | 5 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.26 |
| HSL | 7.83º | 0.95% | 0.38% | - |
| HSV(B) | 7.83º | 0.97% | 0.74% | - |
| XYZ | 21.45 | 11.71 | 1.27 | - |
| YUV | 74.1 | 89.01 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 5 | 0 | 0.85 | 0.97 | 0.26 | 7.83 | 0.95 | 0.38 |
| Hex | BD | 1D | 5 | 0 | 55 | 61 | 1A | 8 | 5F | 26 |
| Octal | 275 | 35 | 5 | 0 | 125 | 141 | 32 | 10 | 137 | 46 |
| Binary | 10111101 | 11101 | 101 | 0 | 1010101 | 1100001 | 11010 | 1000 | 1011111 | 100110 |
Color Harmonies of #BD1D05
Complementary color
Monochromatic Colors of #BD1D05
Black with #BD1D05
Text Example
Text Example
White with #BD1D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1D05; }
p { color: rgb(189,29,5); }
H1.HeaderClassName
{
color: #BD1D05;
}
.AnyTagClassName
{
color: #BD1D05;
}
</style>
background-color css
<style>
a { background-color: #BD1D05; }
a { background-color: rgb(189,29,5); }
div.DivClassName
{
background-color: #BD1D05;
}
.BgClassName
{
background-color: #BD1D05;
}
</style>
border-color css
<style>
span { border-color: #BD1D05; }
span { border-color: rgb(189,29,5); }
td.TdClassName
{
border-color: #BD1D05;
}
.TagClassName
{
border-color: #BD1D05;
}
</style>