Html Css Color HEX #BF2B15 Harley Davidson Orange
📋 copy color: '#BF2B15'red 191 ◦ green 43 ◦ blue 21
Shades of Harley Davidson Orange #BF2B15
Tints of Harley Davidson Orange #BF2B15
RGB
CMYK
RGB Variations
Color information
#BF2B15 (or 0xBF2B15) is known color: Harley Davidson Orange. HEX triplet: BF, 2B and 15. RGB value is (191,43,21). Sum of RGB (Red+Green+Blue) = 191+43+21=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2B15 is #40D4EA. Grayscale: #545454. Windows color (decimal): -4248811 or 1387455. OLE color: 1387455.
HSL color Cylindrical-coordinate representation of color #BF2B15: hue angle of 7.76º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF2B15 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 43 | 21 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.25 |
| HSL | 7.76º | 0.8% | 0.42% | - |
| HSV(B) | 7.76º | 0.89% | 0.75% | - |
| XYZ | 22.49 | 12.86 | 2.01 | - |
| YUV | 84.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 21 | 0 | 0.77 | 0.89 | 0.25 | 7.76 | 0.8 | 0.42 |
| Hex | BF | 2B | 15 | 0 | 4D | 59 | 19 | 8 | 50 | 2A |
| Octal | 277 | 53 | 25 | 0 | 115 | 131 | 31 | 10 | 120 | 52 |
| Binary | 10111111 | 101011 | 10101 | 0 | 1001101 | 1011001 | 11001 | 1000 | 1010000 | 101010 |
Color Harmonies of #BF2B15
Complementary color
Monochromatic Colors of #BF2B15
Black with #BF2B15
Text Example
Text Example
White with #BF2B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2B15; }
p { color: rgb(191,43,21); }
H1.HeaderClassName
{
color: #BF2B15;
}
.AnyTagClassName
{
color: #BF2B15;
}
</style>
background-color css
<style>
a { background-color: #BF2B15; }
a { background-color: rgb(191,43,21); }
div.DivClassName
{
background-color: #BF2B15;
}
.BgClassName
{
background-color: #BF2B15;
}
</style>
border-color css
<style>
span { border-color: #BF2B15; }
span { border-color: rgb(191,43,21); }
td.TdClassName
{
border-color: #BF2B15;
}
.TagClassName
{
border-color: #BF2B15;
}
</style>