Html Css Color HEX #BF220E Harley Davidson Orange
📋 copy color: '#BF220E'red 191 ◦ green 34 ◦ blue 14
Shades of Harley Davidson Orange #BF220E
Tints of Harley Davidson Orange #BF220E
RGB
CMYK
RGB Variations
Color information
#BF220E (or 0xBF220E) is known color: Harley Davidson Orange. HEX triplet: BF, 22 and 0E. RGB value is (191,34,14). Sum of RGB (Red+Green+Blue) = 191+34+14=239 (31% of max value = 765). Red value is 191 (75% from 255 or 79.92% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 191 - color contains mainly: red. Hex color #BF220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF220E is #40DDF1. Grayscale: #4E4E4E. Windows color (decimal): -4251122 or 926399. OLE color: 926399.
HSL color Cylindrical-coordinate representation of color #BF220E: hue angle of 6.78º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF220E is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 14 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.25 |
| HSL | 6.78º | 0.86% | 0.4% | - |
| HSV(B) | 6.78º | 0.93% | 0.75% | - |
| XYZ | 22.14 | 12.25 | 1.61 | - |
| YUV | 78.66 | 91.51 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 14 | 0 | 0.82 | 0.93 | 0.25 | 6.78 | 0.86 | 0.4 |
| Hex | BF | 22 | E | 0 | 52 | 5D | 19 | 7 | 56 | 28 |
| Octal | 277 | 42 | 16 | 0 | 122 | 135 | 31 | 7 | 126 | 50 |
| Binary | 10111111 | 100010 | 1110 | 0 | 1010010 | 1011101 | 11001 | 111 | 1010110 | 101000 |
Color Harmonies of #BF220E
Complementary color
Monochromatic Colors of #BF220E
Black with #BF220E
Text Example
Text Example
White with #BF220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF220E; }
p { color: rgb(191,34,14); }
H1.HeaderClassName
{
color: #BF220E;
}
.AnyTagClassName
{
color: #BF220E;
}
</style>
background-color css
<style>
a { background-color: #BF220E; }
a { background-color: rgb(191,34,14); }
div.DivClassName
{
background-color: #BF220E;
}
.BgClassName
{
background-color: #BF220E;
}
</style>
border-color css
<style>
span { border-color: #BF220E; }
span { border-color: rgb(191,34,14); }
td.TdClassName
{
border-color: #BF220E;
}
.TagClassName
{
border-color: #BF220E;
}
</style>