Html Css Color HEX #BD3313 Harley Davidson Orange
📋 copy color: '#BD3313'red 189 ◦ green 51 ◦ blue 19
Shades of Harley Davidson Orange #BD3313
Tints of Harley Davidson Orange #BD3313
RGB
CMYK
RGB Variations
Color information
#BD3313 (or 0xBD3313) is known color: Harley Davidson Orange. HEX triplet: BD, 33 and 13. RGB value is (189,51,19). Sum of RGB (Red+Green+Blue) = 189+51+19=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3313 is #42CCEC. Grayscale: #585858. Windows color (decimal): -4377837 or 1258429. OLE color: 1258429.
HSL color Cylindrical-coordinate representation of color #BD3313: hue angle of 11.29º 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 #BD3313 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 19 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.26 |
| HSL | 11.29º | 0.82% | 0.41% | - |
| HSV(B) | 11.29º | 0.9% | 0.74% | - |
| XYZ | 22.29 | 13.23 | 2 | - |
| YUV | 88.61 | 88.72 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 19 | 0 | 0.73 | 0.90 | 0.26 | 11.29 | 0.82 | 0.41 |
| Hex | BD | 33 | 13 | 0 | 49 | 5A | 1A | B | 52 | 29 |
| Octal | 275 | 63 | 23 | 0 | 111 | 132 | 32 | 13 | 122 | 51 |
| Binary | 10111101 | 110011 | 10011 | 0 | 1001001 | 1011010 | 11010 | 1011 | 1010010 | 101001 |
Color Harmonies of #BD3313
Complementary color
Monochromatic Colors of #BD3313
Black with #BD3313
Text Example
Text Example
White with #BD3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3313; }
p { color: rgb(189,51,19); }
H1.HeaderClassName
{
color: #BD3313;
}
.AnyTagClassName
{
color: #BD3313;
}
</style>
background-color css
<style>
a { background-color: #BD3313; }
a { background-color: rgb(189,51,19); }
div.DivClassName
{
background-color: #BD3313;
}
.BgClassName
{
background-color: #BD3313;
}
</style>
border-color css
<style>
span { border-color: #BD3313; }
span { border-color: rgb(189,51,19); }
td.TdClassName
{
border-color: #BD3313;
}
.TagClassName
{
border-color: #BD3313;
}
</style>