Html Css Color HEX #BF2D14 Harley Davidson Orange
📋 copy color: '#BF2D14'red 191 ◦ green 45 ◦ blue 20
Shades of Harley Davidson Orange #BF2D14
Tints of Harley Davidson Orange #BF2D14
RGB
CMYK
RGB Variations
Color information
#BF2D14 (or 0xBF2D14) is known color: Harley Davidson Orange. HEX triplet: BF, 2D and 14. RGB value is (191,45,20). Sum of RGB (Red+Green+Blue) = 191+45+20=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2D14 is #40D2EB. Grayscale: #565656. Windows color (decimal): -4248300 or 1322431. OLE color: 1322431.
HSL color Cylindrical-coordinate representation of color #BF2D14: hue angle of 8.77º 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 #BF2D14 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 20 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.25 |
| HSL | 8.77º | 0.81% | 0.41% | - |
| HSV(B) | 8.77º | 0.9% | 0.75% | - |
| XYZ | 22.55 | 13 | 1.98 | - |
| YUV | 85.8 | 90.87 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 20 | 0 | 0.76 | 0.90 | 0.25 | 8.77 | 0.81 | 0.41 |
| Hex | BF | 2D | 14 | 0 | 4C | 5A | 19 | 9 | 51 | 29 |
| Octal | 277 | 55 | 24 | 0 | 114 | 132 | 31 | 11 | 121 | 51 |
| Binary | 10111111 | 101101 | 10100 | 0 | 1001100 | 1011010 | 11001 | 1001 | 1010001 | 101001 |
Color Harmonies of #BF2D14
Complementary color
Monochromatic Colors of #BF2D14
Black with #BF2D14
Text Example
Text Example
White with #BF2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D14; }
p { color: rgb(191,45,20); }
H1.HeaderClassName
{
color: #BF2D14;
}
.AnyTagClassName
{
color: #BF2D14;
}
</style>
background-color css
<style>
a { background-color: #BF2D14; }
a { background-color: rgb(191,45,20); }
div.DivClassName
{
background-color: #BF2D14;
}
.BgClassName
{
background-color: #BF2D14;
}
</style>
border-color css
<style>
span { border-color: #BF2D14; }
span { border-color: rgb(191,45,20); }
td.TdClassName
{
border-color: #BF2D14;
}
.TagClassName
{
border-color: #BF2D14;
}
</style>