Html Css Color HEX #BF220C Harley Davidson Orange
📋 copy color: '#BF220C'red 191 ◦ green 34 ◦ blue 12
Shades of Harley Davidson Orange #BF220C
Tints of Harley Davidson Orange #BF220C
RGB
CMYK
RGB Variations
Color information
#BF220C (or 0xBF220C) is known color: Harley Davidson Orange. HEX triplet: BF, 22 and 0C. RGB value is (191,34,12). Sum of RGB (Red+Green+Blue) = 191+34+12=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF220C is #40DDF3. Grayscale: #4E4E4E. Windows color (decimal): -4251124 or 795327. OLE color: 795327.
HSL color Cylindrical-coordinate representation of color #BF220C: hue angle of 7.37º degrees, saturation: 0.88, 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 #BF220C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 12 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.25 |
| HSL | 7.37º | 0.88% | 0.4% | - |
| HSV(B) | 7.37º | 0.94% | 0.75% | - |
| XYZ | 22.12 | 12.25 | 1.55 | - |
| YUV | 78.44 | 90.51 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 12 | 0 | 0.82 | 0.94 | 0.25 | 7.37 | 0.88 | 0.4 |
| Hex | BF | 22 | C | 0 | 52 | 5E | 19 | 7 | 58 | 28 |
| Octal | 277 | 42 | 14 | 0 | 122 | 136 | 31 | 7 | 130 | 50 |
| Binary | 10111111 | 100010 | 1100 | 0 | 1010010 | 1011110 | 11001 | 111 | 1011000 | 101000 |
Color Harmonies of #BF220C
Complementary color
Monochromatic Colors of #BF220C
Black with #BF220C
Text Example
Text Example
White with #BF220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF220C; }
p { color: rgb(191,34,12); }
H1.HeaderClassName
{
color: #BF220C;
}
.AnyTagClassName
{
color: #BF220C;
}
</style>
background-color css
<style>
a { background-color: #BF220C; }
a { background-color: rgb(191,34,12); }
div.DivClassName
{
background-color: #BF220C;
}
.BgClassName
{
background-color: #BF220C;
}
</style>
border-color css
<style>
span { border-color: #BF220C; }
span { border-color: rgb(191,34,12); }
td.TdClassName
{
border-color: #BF220C;
}
.TagClassName
{
border-color: #BF220C;
}
</style>