Html Css Color HEX #BF2E14 Harley Davidson Orange
📋 copy color: '#BF2E14'red 191 ◦ green 46 ◦ blue 20
Shades of Harley Davidson Orange #BF2E14
Tints of Harley Davidson Orange #BF2E14
RGB
CMYK
RGB Variations
Color information
#BF2E14 (or 0xBF2E14) is known color: Harley Davidson Orange. HEX triplet: BF, 2E and 14. RGB value is (191,46,20). Sum of RGB (Red+Green+Blue) = 191+46+20=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2E14 is #40D1EB. Grayscale: #565656. Windows color (decimal): -4248044 or 1322687. OLE color: 1322687.
HSL color Cylindrical-coordinate representation of color #BF2E14: hue angle of 9.12º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF2E14 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 20 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.25 |
| HSL | 9.12º | 0.81% | 0.41% | - |
| HSV(B) | 9.12º | 0.9% | 0.75% | - |
| XYZ | 22.59 | 13.08 | 2 | - |
| YUV | 86.39 | 90.54 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 20 | 0 | 0.76 | 0.90 | 0.25 | 9.12 | 0.81 | 0.41 |
| Hex | BF | 2E | 14 | 0 | 4C | 5A | 19 | 9 | 51 | 29 |
| Octal | 277 | 56 | 24 | 0 | 114 | 132 | 31 | 11 | 121 | 51 |
| Binary | 10111111 | 101110 | 10100 | 0 | 1001100 | 1011010 | 11001 | 1001 | 1010001 | 101001 |
Color Harmonies of #BF2E14
Complementary color
Monochromatic Colors of #BF2E14
Black with #BF2E14
Text Example
Text Example
White with #BF2E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E14; }
p { color: rgb(191,46,20); }
H1.HeaderClassName
{
color: #BF2E14;
}
.AnyTagClassName
{
color: #BF2E14;
}
</style>
background-color css
<style>
a { background-color: #BF2E14; }
a { background-color: rgb(191,46,20); }
div.DivClassName
{
background-color: #BF2E14;
}
.BgClassName
{
background-color: #BF2E14;
}
</style>
border-color css
<style>
span { border-color: #BF2E14; }
span { border-color: rgb(191,46,20); }
td.TdClassName
{
border-color: #BF2E14;
}
.TagClassName
{
border-color: #BF2E14;
}
</style>