Html Css Color HEX #BD2D1A Harley Davidson Orange
📋 copy color: '#BD2D1A'red 189 ◦ green 45 ◦ blue 26
Shades of Harley Davidson Orange #BD2D1A
Tints of Harley Davidson Orange #BD2D1A
RGB
CMYK
RGB Variations
Color information
#BD2D1A (or 0xBD2D1A) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 1A. RGB value is (189,45,26). Sum of RGB (Red+Green+Blue) = 189+45+26=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D1A is #42D2E5. Grayscale: #565656. Windows color (decimal): -4379366 or 1715645. OLE color: 1715645.
HSL color Cylindrical-coordinate representation of color #BD2D1A: hue angle of 6.99º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD2D1A is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 26 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.26 |
| HSL | 6.99º | 0.76% | 0.42% | - |
| HSV(B) | 6.99º | 0.86% | 0.74% | - |
| XYZ | 22.11 | 12.77 | 2.28 | - |
| YUV | 85.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 26 | 0 | 0.76 | 0.86 | 0.26 | 6.99 | 0.76 | 0.42 |
| Hex | BD | 2D | 1A | 0 | 4C | 56 | 1A | 7 | 4C | 2A |
| Octal | 275 | 55 | 32 | 0 | 114 | 126 | 32 | 7 | 114 | 52 |
| Binary | 10111101 | 101101 | 11010 | 0 | 1001100 | 1010110 | 11010 | 111 | 1001100 | 101010 |
Color Harmonies of #BD2D1A
Complementary color
Monochromatic Colors of #BD2D1A
Black with #BD2D1A
Text Example
Text Example
White with #BD2D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D1A; }
p { color: rgb(189,45,26); }
H1.HeaderClassName
{
color: #BD2D1A;
}
.AnyTagClassName
{
color: #BD2D1A;
}
</style>
background-color css
<style>
a { background-color: #BD2D1A; }
a { background-color: rgb(189,45,26); }
div.DivClassName
{
background-color: #BD2D1A;
}
.BgClassName
{
background-color: #BD2D1A;
}
</style>
border-color css
<style>
span { border-color: #BD2D1A; }
span { border-color: rgb(189,45,26); }
td.TdClassName
{
border-color: #BD2D1A;
}
.TagClassName
{
border-color: #BD2D1A;
}
</style>