Html Css Color HEX #BD2403 Harley Davidson Orange
📋 copy color: '#BD2403'red 189 ◦ green 36 ◦ blue 3
Shades of Harley Davidson Orange #BD2403
Tints of Harley Davidson Orange #BD2403
RGB
CMYK
RGB Variations
Color information
#BD2403 (or 0xBD2403) is known color: Harley Davidson Orange. HEX triplet: BD, 24 and 03. RGB value is (189,36,3). Sum of RGB (Red+Green+Blue) = 189+36+3=228 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.89% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2403 is #42DBFC. Grayscale: #4E4E4E. Windows color (decimal): -4381693 or 206013. OLE color: 206013.
HSL color Cylindrical-coordinate representation of color #BD2403: hue angle of 10.65º 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 #BD2403 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 3 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.26 |
| HSL | 10.65º | 0.97% | 0.38% | - |
| HSV(B) | 10.65º | 0.98% | 0.74% | - |
| XYZ | 21.63 | 12.09 | 1.28 | - |
| YUV | 77.99 | 85.69 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 3 | 0 | 0.81 | 0.98 | 0.26 | 10.65 | 0.97 | 0.38 |
| Hex | BD | 24 | 3 | 0 | 51 | 62 | 1A | B | 61 | 26 |
| Octal | 275 | 44 | 3 | 0 | 121 | 142 | 32 | 13 | 141 | 46 |
| Binary | 10111101 | 100100 | 11 | 0 | 1010001 | 1100010 | 11010 | 1011 | 1100001 | 100110 |
Color Harmonies of #BD2403
Complementary color
Monochromatic Colors of #BD2403
Black with #BD2403
Text Example
Text Example
White with #BD2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2403; }
p { color: rgb(189,36,3); }
H1.HeaderClassName
{
color: #BD2403;
}
.AnyTagClassName
{
color: #BD2403;
}
</style>
background-color css
<style>
a { background-color: #BD2403; }
a { background-color: rgb(189,36,3); }
div.DivClassName
{
background-color: #BD2403;
}
.BgClassName
{
background-color: #BD2403;
}
</style>
border-color css
<style>
span { border-color: #BD2403; }
span { border-color: rgb(189,36,3); }
td.TdClassName
{
border-color: #BD2403;
}
.TagClassName
{
border-color: #BD2403;
}
</style>