Html Css Color HEX #BD2D15 Harley Davidson Orange
📋 copy color: '#BD2D15'red 189 ◦ green 45 ◦ blue 21
Shades of Harley Davidson Orange #BD2D15
Tints of Harley Davidson Orange #BD2D15
RGB
CMYK
RGB Variations
Color information
#BD2D15 (or 0xBD2D15) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 15. RGB value is (189,45,21). Sum of RGB (Red+Green+Blue) = 189+45+21=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D15 is #42D2EA. Grayscale: #555555. Windows color (decimal): -4379371 or 1387965. OLE color: 1387965.
HSL color Cylindrical-coordinate representation of color #BD2D15: hue angle of 8.57º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD2D15 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 21 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.26 |
| HSL | 8.57º | 0.8% | 0.41% | - |
| HSV(B) | 8.57º | 0.89% | 0.74% | - |
| XYZ | 22.06 | 12.75 | 2.01 | - |
| YUV | 85.32 | 91.71 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 21 | 0 | 0.76 | 0.89 | 0.26 | 8.57 | 0.8 | 0.41 |
| Hex | BD | 2D | 15 | 0 | 4C | 59 | 1A | 9 | 50 | 29 |
| Octal | 275 | 55 | 25 | 0 | 114 | 131 | 32 | 11 | 120 | 51 |
| Binary | 10111101 | 101101 | 10101 | 0 | 1001100 | 1011001 | 11010 | 1001 | 1010000 | 101001 |
Color Harmonies of #BD2D15
Complementary color
Monochromatic Colors of #BD2D15
Black with #BD2D15
Text Example
Text Example
White with #BD2D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D15; }
p { color: rgb(189,45,21); }
H1.HeaderClassName
{
color: #BD2D15;
}
.AnyTagClassName
{
color: #BD2D15;
}
</style>
background-color css
<style>
a { background-color: #BD2D15; }
a { background-color: rgb(189,45,21); }
div.DivClassName
{
background-color: #BD2D15;
}
.BgClassName
{
background-color: #BD2D15;
}
</style>
border-color css
<style>
span { border-color: #BD2D15; }
span { border-color: rgb(189,45,21); }
td.TdClassName
{
border-color: #BD2D15;
}
.TagClassName
{
border-color: #BD2D15;
}
</style>