Html Css Color HEX #BF2E13 Harley Davidson Orange
📋 copy color: '#BF2E13'red 191 ◦ green 46 ◦ blue 19
Shades of Harley Davidson Orange #BF2E13
Tints of Harley Davidson Orange #BF2E13
RGB
CMYK
RGB Variations
Color information
#BF2E13 (or 0xBF2E13) is known color: Harley Davidson Orange. HEX triplet: BF, 2E and 13. RGB value is (191,46,19). Sum of RGB (Red+Green+Blue) = 191+46+19=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2E13 is #40D1EC. Grayscale: #565656. Windows color (decimal): -4248045 or 1257151. OLE color: 1257151.
HSL color Cylindrical-coordinate representation of color #BF2E13: hue angle of 9.42º degrees, saturation: 0.82, 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 #BF2E13 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 19 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.25 |
| HSL | 9.42º | 0.82% | 0.41% | - |
| HSV(B) | 9.42º | 0.9% | 0.75% | - |
| XYZ | 22.58 | 13.08 | 1.95 | - |
| YUV | 86.28 | 90.04 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 19 | 0 | 0.76 | 0.90 | 0.25 | 9.42 | 0.82 | 0.41 |
| Hex | BF | 2E | 13 | 0 | 4C | 5A | 19 | 9 | 52 | 29 |
| Octal | 277 | 56 | 23 | 0 | 114 | 132 | 31 | 11 | 122 | 51 |
| Binary | 10111111 | 101110 | 10011 | 0 | 1001100 | 1011010 | 11001 | 1001 | 1010010 | 101001 |
Color Harmonies of #BF2E13
Complementary color
Monochromatic Colors of #BF2E13
Black with #BF2E13
Text Example
Text Example
White with #BF2E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E13; }
p { color: rgb(191,46,19); }
H1.HeaderClassName
{
color: #BF2E13;
}
.AnyTagClassName
{
color: #BF2E13;
}
</style>
background-color css
<style>
a { background-color: #BF2E13; }
a { background-color: rgb(191,46,19); }
div.DivClassName
{
background-color: #BF2E13;
}
.BgClassName
{
background-color: #BF2E13;
}
</style>
border-color css
<style>
span { border-color: #BF2E13; }
span { border-color: rgb(191,46,19); }
td.TdClassName
{
border-color: #BF2E13;
}
.TagClassName
{
border-color: #BF2E13;
}
</style>