Html Css Color HEX #BD2203 Harley Davidson Orange
📋 copy color: '#BD2203'red 189 ◦ green 34 ◦ blue 3
Shades of Harley Davidson Orange #BD2203
Tints of Harley Davidson Orange #BD2203
RGB
CMYK
RGB Variations
Color information
#BD2203 (or 0xBD2203) is known color: Harley Davidson Orange. HEX triplet: BD, 22 and 03. RGB value is (189,34,3). Sum of RGB (Red+Green+Blue) = 189+34+3=226 (29% of max value = 765). Red value is 189 (74.22% from 255 or 83.63% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2203 is #42DDFC. Grayscale: #4D4D4D. Windows color (decimal): -4382205 or 205501. OLE color: 205501.
HSL color Cylindrical-coordinate representation of color #BD2203: hue angle of 10º 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 #BD2203 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.26 |
| HSL | 10º | 0.97% | 0.38% | - |
| HSV(B) | 10º | 0.98% | 0.74% | - |
| XYZ | 21.57 | 11.97 | 1.26 | - |
| YUV | 76.81 | 86.35 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 3 | 0 | 0.82 | 0.98 | 0.26 | 10 | 0.97 | 0.38 |
| Hex | BD | 22 | 3 | 0 | 52 | 62 | 1A | A | 61 | 26 |
| Octal | 275 | 42 | 3 | 0 | 122 | 142 | 32 | 12 | 141 | 46 |
| Binary | 10111101 | 100010 | 11 | 0 | 1010010 | 1100010 | 11010 | 1010 | 1100001 | 100110 |
Color Harmonies of #BD2203
Complementary color
Monochromatic Colors of #BD2203
Black with #BD2203
Text Example
Text Example
White with #BD2203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2203; }
p { color: rgb(189,34,3); }
H1.HeaderClassName
{
color: #BD2203;
}
.AnyTagClassName
{
color: #BD2203;
}
</style>
background-color css
<style>
a { background-color: #BD2203; }
a { background-color: rgb(189,34,3); }
div.DivClassName
{
background-color: #BD2203;
}
.BgClassName
{
background-color: #BD2203;
}
</style>
border-color css
<style>
span { border-color: #BD2203; }
span { border-color: rgb(189,34,3); }
td.TdClassName
{
border-color: #BD2203;
}
.TagClassName
{
border-color: #BD2203;
}
</style>