Html Css Color HEX #BF2202 Harley Davidson Orange
📋 copy color: '#BF2202'red 191 ◦ green 34 ◦ blue 2
Shades of Harley Davidson Orange #BF2202
Tints of Harley Davidson Orange #BF2202
RGB
CMYK
RGB Variations
Color information
#BF2202 (or 0xBF2202) is known color: Harley Davidson Orange. HEX triplet: BF, 22 and 02. RGB value is (191,34,2). Sum of RGB (Red+Green+Blue) = 191+34+2=227 (30% of max value = 765). Red value is 191 (75% from 255 or 84.14% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2202 is #40DDFD. Grayscale: #4D4D4D. Windows color (decimal): -4251134 or 139967. OLE color: 139967.
HSL color Cylindrical-coordinate representation of color #BF2202: hue angle of 10.16º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF2202 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.25 |
| HSL | 10.16º | 0.98% | 0.38% | - |
| HSV(B) | 10.16º | 0.99% | 0.75% | - |
| XYZ | 22.07 | 12.22 | 1.25 | - |
| YUV | 77.3 | 85.51 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 2 | 0 | 0.82 | 0.99 | 0.25 | 10.16 | 0.98 | 0.38 |
| Hex | BF | 22 | 2 | 0 | 52 | 63 | 19 | A | 62 | 26 |
| Octal | 277 | 42 | 2 | 0 | 122 | 143 | 31 | 12 | 142 | 46 |
| Binary | 10111111 | 100010 | 10 | 0 | 1010010 | 1100011 | 11001 | 1010 | 1100010 | 100110 |
Color Harmonies of #BF2202
Complementary color
Monochromatic Colors of #BF2202
Black with #BF2202
Text Example
Text Example
White with #BF2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2202; }
p { color: rgb(191,34,2); }
H1.HeaderClassName
{
color: #BF2202;
}
.AnyTagClassName
{
color: #BF2202;
}
</style>
background-color css
<style>
a { background-color: #BF2202; }
a { background-color: rgb(191,34,2); }
div.DivClassName
{
background-color: #BF2202;
}
.BgClassName
{
background-color: #BF2202;
}
</style>
border-color css
<style>
span { border-color: #BF2202; }
span { border-color: rgb(191,34,2); }
td.TdClassName
{
border-color: #BF2202;
}
.TagClassName
{
border-color: #BF2202;
}
</style>