Html Css Color HEX #BF2210 Harley Davidson Orange
📋 copy color: '#BF2210'red 191 ◦ green 34 ◦ blue 16
Shades of Harley Davidson Orange #BF2210
Tints of Harley Davidson Orange #BF2210
RGB
CMYK
RGB Variations
Color information
#BF2210 (or 0xBF2210) is known color: Harley Davidson Orange. HEX triplet: BF, 22 and 10. RGB value is (191,34,16). Sum of RGB (Red+Green+Blue) = 191+34+16=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2210 is #40DDEF. Grayscale: #4F4F4F. Windows color (decimal): -4251120 or 1057471. OLE color: 1057471.
HSL color Cylindrical-coordinate representation of color #BF2210: hue angle of 6.17º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF2210 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 16 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.25 |
| HSL | 6.17º | 0.85% | 0.41% | - |
| HSV(B) | 6.17º | 0.92% | 0.75% | - |
| XYZ | 22.15 | 12.26 | 1.69 | - |
| YUV | 78.89 | 92.51 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 16 | 0 | 0.82 | 0.92 | 0.25 | 6.17 | 0.85 | 0.41 |
| Hex | BF | 22 | 10 | 0 | 52 | 5C | 19 | 6 | 55 | 29 |
| Octal | 277 | 42 | 20 | 0 | 122 | 134 | 31 | 6 | 125 | 51 |
| Binary | 10111111 | 100010 | 10000 | 0 | 1010010 | 1011100 | 11001 | 110 | 1010101 | 101001 |
Color Harmonies of #BF2210
Complementary color
Monochromatic Colors of #BF2210
Black with #BF2210
Text Example
Text Example
White with #BF2210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2210; }
p { color: rgb(191,34,16); }
H1.HeaderClassName
{
color: #BF2210;
}
.AnyTagClassName
{
color: #BF2210;
}
</style>
background-color css
<style>
a { background-color: #BF2210; }
a { background-color: rgb(191,34,16); }
div.DivClassName
{
background-color: #BF2210;
}
.BgClassName
{
background-color: #BF2210;
}
</style>
border-color css
<style>
span { border-color: #BF2210; }
span { border-color: rgb(191,34,16); }
td.TdClassName
{
border-color: #BF2210;
}
.TagClassName
{
border-color: #BF2210;
}
</style>