Html Css Color HEX #BD2D13 Harley Davidson Orange
📋 copy color: '#BD2D13'red 189 ◦ green 45 ◦ blue 19
Shades of Harley Davidson Orange #BD2D13
Tints of Harley Davidson Orange #BD2D13
RGB
CMYK
RGB Variations
Color information
#BD2D13 (or 0xBD2D13) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 13. RGB value is (189,45,19). Sum of RGB (Red+Green+Blue) = 189+45+19=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D13 is #42D2EC. Grayscale: #555555. Windows color (decimal): -4379373 or 1256893. OLE color: 1256893.
HSL color Cylindrical-coordinate representation of color #BD2D13: hue angle of 9.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD2D13 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 19 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.26 |
| HSL | 9.18º | 0.82% | 0.41% | - |
| HSV(B) | 9.18º | 0.9% | 0.74% | - |
| XYZ | 22.04 | 12.74 | 1.91 | - |
| YUV | 85.09 | 90.71 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 19 | 0 | 0.76 | 0.90 | 0.26 | 9.18 | 0.82 | 0.41 |
| Hex | BD | 2D | 13 | 0 | 4C | 5A | 1A | 9 | 52 | 29 |
| Octal | 275 | 55 | 23 | 0 | 114 | 132 | 32 | 11 | 122 | 51 |
| Binary | 10111101 | 101101 | 10011 | 0 | 1001100 | 1011010 | 11010 | 1001 | 1010010 | 101001 |
Color Harmonies of #BD2D13
Complementary color
Monochromatic Colors of #BD2D13
Black with #BD2D13
Text Example
Text Example
White with #BD2D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D13; }
p { color: rgb(189,45,19); }
H1.HeaderClassName
{
color: #BD2D13;
}
.AnyTagClassName
{
color: #BD2D13;
}
</style>
background-color css
<style>
a { background-color: #BD2D13; }
a { background-color: rgb(189,45,19); }
div.DivClassName
{
background-color: #BD2D13;
}
.BgClassName
{
background-color: #BD2D13;
}
</style>
border-color css
<style>
span { border-color: #BD2D13; }
span { border-color: rgb(189,45,19); }
td.TdClassName
{
border-color: #BD2D13;
}
.TagClassName
{
border-color: #BD2D13;
}
</style>