Html Css Color HEX #BF2901 Harley Davidson Orange
📋 copy color: '#BF2901'red 191 ◦ green 41 ◦ blue 1
Shades of Harley Davidson Orange #BF2901
Tints of Harley Davidson Orange #BF2901
RGB
CMYK
RGB Variations
Color information
#BF2901 (or 0xBF2901) is known color: Harley Davidson Orange. HEX triplet: BF, 29 and 01. RGB value is (191,41,1). Sum of RGB (Red+Green+Blue) = 191+41+1=233 (30% of max value = 765). Red value is 191 (75% from 255 or 81.97% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2901 is #40D6FE. Grayscale: #515151. Windows color (decimal): -4249343 or 76223. OLE color: 76223.
HSL color Cylindrical-coordinate representation of color #BF2901: hue angle of 12.63º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF2901 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.25 |
| HSL | 12.63º | 0.99% | 0.38% | - |
| HSV(B) | 12.63º | 0.99% | 0.75% | - |
| XYZ | 22.28 | 12.66 | 1.3 | - |
| YUV | 81.29 | 82.7 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 1 | 0 | 0.79 | 0.99 | 0.25 | 12.63 | 0.99 | 0.38 |
| Hex | BF | 29 | 1 | 0 | 4F | 63 | 19 | D | 63 | 26 |
| Octal | 277 | 51 | 1 | 0 | 117 | 143 | 31 | 15 | 143 | 46 |
| Binary | 10111111 | 101001 | 1 | 0 | 1001111 | 1100011 | 11001 | 1101 | 1100011 | 100110 |
Color Harmonies of #BF2901
Complementary color
Monochromatic Colors of #BF2901
Black with #BF2901
Text Example
Text Example
White with #BF2901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2901; }
p { color: rgb(191,41,1); }
H1.HeaderClassName
{
color: #BF2901;
}
.AnyTagClassName
{
color: #BF2901;
}
</style>
background-color css
<style>
a { background-color: #BF2901; }
a { background-color: rgb(191,41,1); }
div.DivClassName
{
background-color: #BF2901;
}
.BgClassName
{
background-color: #BF2901;
}
</style>
border-color css
<style>
span { border-color: #BF2901; }
span { border-color: rgb(191,41,1); }
td.TdClassName
{
border-color: #BF2901;
}
.TagClassName
{
border-color: #BF2901;
}
</style>