Html Css Color HEX #BF210B Harley Davidson Orange
📋 copy color: '#BF210B'red 191 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #BF210B
Tints of Harley Davidson Orange #BF210B
RGB
CMYK
RGB Variations
Color information
#BF210B (or 0xBF210B) is known color: Harley Davidson Orange. HEX triplet: BF, 21 and 0B. RGB value is (191,33,11). Sum of RGB (Red+Green+Blue) = 191+33+11=235 (31% of max value = 765). Red value is 191 (75% from 255 or 81.28% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 191 - color contains mainly: red. Hex color #BF210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF210B is #40DEF4. Grayscale: #4D4D4D. Windows color (decimal): -4251381 or 729535. OLE color: 729535.
HSL color Cylindrical-coordinate representation of color #BF210B: hue angle of 7.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF210B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 11 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.25 |
| HSL | 7.33º | 0.89% | 0.4% | - |
| HSV(B) | 7.33º | 0.94% | 0.75% | - |
| XYZ | 22.09 | 12.19 | 1.5 | - |
| YUV | 77.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 11 | 0 | 0.83 | 0.94 | 0.25 | 7.33 | 0.89 | 0.4 |
| Hex | BF | 21 | B | 0 | 53 | 5E | 19 | 7 | 59 | 28 |
| Octal | 277 | 41 | 13 | 0 | 123 | 136 | 31 | 7 | 131 | 50 |
| Binary | 10111111 | 100001 | 1011 | 0 | 1010011 | 1011110 | 11001 | 111 | 1011001 | 101000 |
Color Harmonies of #BF210B
Complementary color
Monochromatic Colors of #BF210B
Black with #BF210B
Text Example
Text Example
White with #BF210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF210B; }
p { color: rgb(191,33,11); }
H1.HeaderClassName
{
color: #BF210B;
}
.AnyTagClassName
{
color: #BF210B;
}
</style>
background-color css
<style>
a { background-color: #BF210B; }
a { background-color: rgb(191,33,11); }
div.DivClassName
{
background-color: #BF210B;
}
.BgClassName
{
background-color: #BF210B;
}
</style>
border-color css
<style>
span { border-color: #BF210B; }
span { border-color: rgb(191,33,11); }
td.TdClassName
{
border-color: #BF210B;
}
.TagClassName
{
border-color: #BF210B;
}
</style>