Html Css Color HEX #BF2A11 Harley Davidson Orange
📋 copy color: '#BF2A11'red 191 ◦ green 42 ◦ blue 17
Shades of Harley Davidson Orange #BF2A11
Tints of Harley Davidson Orange #BF2A11
RGB
CMYK
RGB Variations
Color information
#BF2A11 (or 0xBF2A11) is known color: Harley Davidson Orange. HEX triplet: BF, 2A and 11. RGB value is (191,42,17). Sum of RGB (Red+Green+Blue) = 191+42+17=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2A11 is #40D5EE. Grayscale: #535353. Windows color (decimal): -4249071 or 1125055. OLE color: 1125055.
HSL color Cylindrical-coordinate representation of color #BF2A11: hue angle of 8.62º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF2A11 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 17 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.25 |
| HSL | 8.62º | 0.84% | 0.41% | - |
| HSV(B) | 8.62º | 0.91% | 0.75% | - |
| XYZ | 22.42 | 12.77 | 1.81 | - |
| YUV | 83.7 | 90.36 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 17 | 0 | 0.78 | 0.91 | 0.25 | 8.62 | 0.84 | 0.41 |
| Hex | BF | 2A | 11 | 0 | 4E | 5B | 19 | 9 | 54 | 29 |
| Octal | 277 | 52 | 21 | 0 | 116 | 133 | 31 | 11 | 124 | 51 |
| Binary | 10111111 | 101010 | 10001 | 0 | 1001110 | 1011011 | 11001 | 1001 | 1010100 | 101001 |
Color Harmonies of #BF2A11
Complementary color
Monochromatic Colors of #BF2A11
Black with #BF2A11
Text Example
Text Example
White with #BF2A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A11; }
p { color: rgb(191,42,17); }
H1.HeaderClassName
{
color: #BF2A11;
}
.AnyTagClassName
{
color: #BF2A11;
}
</style>
background-color css
<style>
a { background-color: #BF2A11; }
a { background-color: rgb(191,42,17); }
div.DivClassName
{
background-color: #BF2A11;
}
.BgClassName
{
background-color: #BF2A11;
}
</style>
border-color css
<style>
span { border-color: #BF2A11; }
span { border-color: rgb(191,42,17); }
td.TdClassName
{
border-color: #BF2A11;
}
.TagClassName
{
border-color: #BF2A11;
}
</style>