Html Css Color HEX #BD2701 Harley Davidson Orange
📋 copy color: '#BD2701'red 189 ◦ green 39 ◦ blue 1
Shades of Harley Davidson Orange #BD2701
Tints of Harley Davidson Orange #BD2701
RGB
CMYK
RGB Variations
Color information
#BD2701 (or 0xBD2701) is known color: Harley Davidson Orange. HEX triplet: BD, 27 and 01. RGB value is (189,39,1). Sum of RGB (Red+Green+Blue) = 189+39+1=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2701 is #42D8FE. Grayscale: #4F4F4F. Windows color (decimal): -4380927 or 75709. OLE color: 75709.
HSL color Cylindrical-coordinate representation of color #BD2701: hue angle of 12.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD2701 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.26 |
| HSL | 12.13º | 0.99% | 0.37% | - |
| HSV(B) | 12.13º | 0.99% | 0.74% | - |
| XYZ | 21.72 | 12.27 | 1.25 | - |
| YUV | 79.52 | 83.7 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 1 | 0 | 0.79 | 0.99 | 0.26 | 12.13 | 0.99 | 0.37 |
| Hex | BD | 27 | 1 | 0 | 4F | 63 | 1A | C | 63 | 25 |
| Octal | 275 | 47 | 1 | 0 | 117 | 143 | 32 | 14 | 143 | 45 |
| Binary | 10111101 | 100111 | 1 | 0 | 1001111 | 1100011 | 11010 | 1100 | 1100011 | 100101 |
Color Harmonies of #BD2701
Complementary color
Monochromatic Colors of #BD2701
Black with #BD2701
Text Example
Text Example
White with #BD2701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2701; }
p { color: rgb(189,39,1); }
H1.HeaderClassName
{
color: #BD2701;
}
.AnyTagClassName
{
color: #BD2701;
}
</style>
background-color css
<style>
a { background-color: #BD2701; }
a { background-color: rgb(189,39,1); }
div.DivClassName
{
background-color: #BD2701;
}
.BgClassName
{
background-color: #BD2701;
}
</style>
border-color css
<style>
span { border-color: #BD2701; }
span { border-color: rgb(189,39,1); }
td.TdClassName
{
border-color: #BD2701;
}
.TagClassName
{
border-color: #BD2701;
}
</style>