Html Css Color HEX #BD2D16 Harley Davidson Orange
📋 copy color: '#BD2D16'red 189 ◦ green 45 ◦ blue 22
Shades of Harley Davidson Orange #BD2D16
Tints of Harley Davidson Orange #BD2D16
RGB
CMYK
RGB Variations
Color information
#BD2D16 (or 0xBD2D16) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 16. RGB value is (189,45,22). Sum of RGB (Red+Green+Blue) = 189+45+22=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D16 is #42D2E9. Grayscale: #555555. Windows color (decimal): -4379370 or 1453501. OLE color: 1453501.
HSL color Cylindrical-coordinate representation of color #BD2D16: hue angle of 8.26º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD2D16 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 22 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.26 |
| HSL | 8.26º | 0.79% | 0.41% | - |
| HSV(B) | 8.26º | 0.88% | 0.74% | - |
| XYZ | 22.07 | 12.75 | 2.06 | - |
| YUV | 85.43 | 92.21 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 22 | 0 | 0.76 | 0.88 | 0.26 | 8.26 | 0.79 | 0.41 |
| Hex | BD | 2D | 16 | 0 | 4C | 58 | 1A | 8 | 4F | 29 |
| Octal | 275 | 55 | 26 | 0 | 114 | 130 | 32 | 10 | 117 | 51 |
| Binary | 10111101 | 101101 | 10110 | 0 | 1001100 | 1011000 | 11010 | 1000 | 1001111 | 101001 |
Color Harmonies of #BD2D16
Complementary color
Monochromatic Colors of #BD2D16
Black with #BD2D16
Text Example
Text Example
White with #BD2D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D16; }
p { color: rgb(189,45,22); }
H1.HeaderClassName
{
color: #BD2D16;
}
.AnyTagClassName
{
color: #BD2D16;
}
</style>
background-color css
<style>
a { background-color: #BD2D16; }
a { background-color: rgb(189,45,22); }
div.DivClassName
{
background-color: #BD2D16;
}
.BgClassName
{
background-color: #BD2D16;
}
</style>
border-color css
<style>
span { border-color: #BD2D16; }
span { border-color: rgb(189,45,22); }
td.TdClassName
{
border-color: #BD2D16;
}
.TagClassName
{
border-color: #BD2D16;
}
</style>