Html Css Color HEX #BD2401 Harley Davidson Orange
📋 copy color: '#BD2401'red 189 ◦ green 36 ◦ blue 1
Shades of Harley Davidson Orange #BD2401
Tints of Harley Davidson Orange #BD2401
RGB
CMYK
RGB Variations
Color information
#BD2401 (or 0xBD2401) is known color: Harley Davidson Orange. HEX triplet: BD, 24 and 01. RGB value is (189,36,1). Sum of RGB (Red+Green+Blue) = 189+36+1=226 (29% of max value = 765). Red value is 189 (74.22% from 255 or 83.63% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2401 is #42DBFE. Grayscale: #4E4E4E. Windows color (decimal): -4381695 or 74941. OLE color: 74941.
HSL color Cylindrical-coordinate representation of color #BD2401: hue angle of 11.17º 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 #BD2401 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.26 |
| HSL | 11.17º | 0.99% | 0.37% | - |
| HSV(B) | 11.17º | 0.99% | 0.74% | - |
| XYZ | 21.62 | 12.08 | 1.22 | - |
| YUV | 77.76 | 84.69 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 1 | 0 | 0.81 | 0.99 | 0.26 | 11.17 | 0.99 | 0.37 |
| Hex | BD | 24 | 1 | 0 | 51 | 63 | 1A | B | 63 | 25 |
| Octal | 275 | 44 | 1 | 0 | 121 | 143 | 32 | 13 | 143 | 45 |
| Binary | 10111101 | 100100 | 1 | 0 | 1010001 | 1100011 | 11010 | 1011 | 1100011 | 100101 |
Color Harmonies of #BD2401
Complementary color
Monochromatic Colors of #BD2401
Black with #BD2401
Text Example
Text Example
White with #BD2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2401; }
p { color: rgb(189,36,1); }
H1.HeaderClassName
{
color: #BD2401;
}
.AnyTagClassName
{
color: #BD2401;
}
</style>
background-color css
<style>
a { background-color: #BD2401; }
a { background-color: rgb(189,36,1); }
div.DivClassName
{
background-color: #BD2401;
}
.BgClassName
{
background-color: #BD2401;
}
</style>
border-color css
<style>
span { border-color: #BD2401; }
span { border-color: rgb(189,36,1); }
td.TdClassName
{
border-color: #BD2401;
}
.TagClassName
{
border-color: #BD2401;
}
</style>