Html Css Color HEX #BD2503 Harley Davidson Orange
📋 copy color: '#BD2503'red 189 ◦ green 37 ◦ blue 3
Shades of Harley Davidson Orange #BD2503
Tints of Harley Davidson Orange #BD2503
RGB
CMYK
RGB Variations
Color information
#BD2503 (or 0xBD2503) is known color: Harley Davidson Orange. HEX triplet: BD, 25 and 03. RGB value is (189,37,3). Sum of RGB (Red+Green+Blue) = 189+37+3=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2503 is #42DAFC. Grayscale: #4E4E4E. Windows color (decimal): -4381437 or 206269. OLE color: 206269.
HSL color Cylindrical-coordinate representation of color #BD2503: hue angle of 10.97º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD2503 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.26 |
| HSL | 10.97º | 0.97% | 0.38% | - |
| HSV(B) | 10.97º | 0.98% | 0.74% | - |
| XYZ | 21.66 | 12.15 | 1.29 | - |
| YUV | 78.57 | 85.36 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 3 | 0 | 0.80 | 0.98 | 0.26 | 10.97 | 0.97 | 0.38 |
| Hex | BD | 25 | 3 | 0 | 50 | 62 | 1A | B | 61 | 26 |
| Octal | 275 | 45 | 3 | 0 | 120 | 142 | 32 | 13 | 141 | 46 |
| Binary | 10111101 | 100101 | 11 | 0 | 1010000 | 1100010 | 11010 | 1011 | 1100001 | 100110 |
Color Harmonies of #BD2503
Complementary color
Monochromatic Colors of #BD2503
Black with #BD2503
Text Example
Text Example
White with #BD2503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2503; }
p { color: rgb(189,37,3); }
H1.HeaderClassName
{
color: #BD2503;
}
.AnyTagClassName
{
color: #BD2503;
}
</style>
background-color css
<style>
a { background-color: #BD2503; }
a { background-color: rgb(189,37,3); }
div.DivClassName
{
background-color: #BD2503;
}
.BgClassName
{
background-color: #BD2503;
}
</style>
border-color css
<style>
span { border-color: #BD2503; }
span { border-color: rgb(189,37,3); }
td.TdClassName
{
border-color: #BD2503;
}
.TagClassName
{
border-color: #BD2503;
}
</style>