Html Css Color HEX #BD210C Harley Davidson Orange
📋 copy color: '#BD210C'red 189 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #BD210C
Tints of Harley Davidson Orange #BD210C
RGB
CMYK
RGB Variations
Color information
#BD210C (or 0xBD210C) is known color: Harley Davidson Orange. HEX triplet: BD, 21 and 0C. RGB value is (189,33,12). Sum of RGB (Red+Green+Blue) = 189+33+12=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD210C is #42DEF3. Grayscale: #4D4D4D. Windows color (decimal): -4382452 or 795069. OLE color: 795069.
HSL color Cylindrical-coordinate representation of color #BD210C: hue angle of 7.12º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD210C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.26 |
| HSL | 7.12º | 0.88% | 0.39% | - |
| HSV(B) | 7.12º | 0.94% | 0.74% | - |
| XYZ | 21.6 | 11.93 | 1.51 | - |
| YUV | 77.25 | 91.18 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 12 | 0 | 0.83 | 0.94 | 0.26 | 7.12 | 0.88 | 0.39 |
| Hex | BD | 21 | C | 0 | 53 | 5E | 1A | 7 | 58 | 27 |
| Octal | 275 | 41 | 14 | 0 | 123 | 136 | 32 | 7 | 130 | 47 |
| Binary | 10111101 | 100001 | 1100 | 0 | 1010011 | 1011110 | 11010 | 111 | 1011000 | 100111 |
Color Harmonies of #BD210C
Complementary color
Monochromatic Colors of #BD210C
Black with #BD210C
Text Example
Text Example
White with #BD210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD210C; }
p { color: rgb(189,33,12); }
H1.HeaderClassName
{
color: #BD210C;
}
.AnyTagClassName
{
color: #BD210C;
}
</style>
background-color css
<style>
a { background-color: #BD210C; }
a { background-color: rgb(189,33,12); }
div.DivClassName
{
background-color: #BD210C;
}
.BgClassName
{
background-color: #BD210C;
}
</style>
border-color css
<style>
span { border-color: #BD210C; }
span { border-color: rgb(189,33,12); }
td.TdClassName
{
border-color: #BD210C;
}
.TagClassName
{
border-color: #BD210C;
}
</style>