Html Css Color HEX #BD2103 Harley Davidson Orange
📋 copy color: '#BD2103'red 189 ◦ green 33 ◦ blue 3
Shades of Harley Davidson Orange #BD2103
Tints of Harley Davidson Orange #BD2103
RGB
CMYK
RGB Variations
Color information
#BD2103 (or 0xBD2103) is known color: Harley Davidson Orange. HEX triplet: BD, 21 and 03. RGB value is (189,33,3). Sum of RGB (Red+Green+Blue) = 189+33+3=225 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2103 is #42DEFC. Grayscale: #4C4C4C. Windows color (decimal): -4382461 or 205245. OLE color: 205245.
HSL color Cylindrical-coordinate representation of color #BD2103: hue angle of 9.68º 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 #BD2103 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 3 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.26 |
| HSL | 9.68º | 0.97% | 0.38% | - |
| HSV(B) | 9.68º | 0.98% | 0.74% | - |
| XYZ | 21.55 | 11.91 | 1.25 | - |
| YUV | 76.22 | 86.68 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 3 | 0 | 0.83 | 0.98 | 0.26 | 9.68 | 0.97 | 0.38 |
| Hex | BD | 21 | 3 | 0 | 53 | 62 | 1A | A | 61 | 26 |
| Octal | 275 | 41 | 3 | 0 | 123 | 142 | 32 | 12 | 141 | 46 |
| Binary | 10111101 | 100001 | 11 | 0 | 1010011 | 1100010 | 11010 | 1010 | 1100001 | 100110 |
Color Harmonies of #BD2103
Complementary color
Monochromatic Colors of #BD2103
Black with #BD2103
Text Example
Text Example
White with #BD2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2103; }
p { color: rgb(189,33,3); }
H1.HeaderClassName
{
color: #BD2103;
}
.AnyTagClassName
{
color: #BD2103;
}
</style>
background-color css
<style>
a { background-color: #BD2103; }
a { background-color: rgb(189,33,3); }
div.DivClassName
{
background-color: #BD2103;
}
.BgClassName
{
background-color: #BD2103;
}
</style>
border-color css
<style>
span { border-color: #BD2103; }
span { border-color: rgb(189,33,3); }
td.TdClassName
{
border-color: #BD2103;
}
.TagClassName
{
border-color: #BD2103;
}
</style>