Html Css Color HEX #BF2F0F Harley Davidson Orange
📋 copy color: '#BF2F0F'red 191 ◦ green 47 ◦ blue 15
Shades of Harley Davidson Orange #BF2F0F
Tints of Harley Davidson Orange #BF2F0F
RGB
CMYK
RGB Variations
Color information
#BF2F0F (or 0xBF2F0F) is known color: Harley Davidson Orange. HEX triplet: BF, 2F and 0F. RGB value is (191,47,15). Sum of RGB (Red+Green+Blue) = 191+47+15=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2F0F is #40D0F0. Grayscale: #565656. Windows color (decimal): -4247793 or 995263. OLE color: 995263.
HSL color Cylindrical-coordinate representation of color #BF2F0F: hue angle of 10.91º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF2F0F is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 47 | 15 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.25 |
| HSL | 10.91º | 0.85% | 0.4% | - |
| HSV(B) | 10.91º | 0.92% | 0.75% | - |
| XYZ | 22.59 | 13.14 | 1.8 | - |
| YUV | 86.41 | 87.71 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 15 | 0 | 0.75 | 0.92 | 0.25 | 10.91 | 0.85 | 0.4 |
| Hex | BF | 2F | F | 0 | 4B | 5C | 19 | B | 55 | 28 |
| Octal | 277 | 57 | 17 | 0 | 113 | 134 | 31 | 13 | 125 | 50 |
| Binary | 10111111 | 101111 | 1111 | 0 | 1001011 | 1011100 | 11001 | 1011 | 1010101 | 101000 |
Color Harmonies of #BF2F0F
Complementary color
Monochromatic Colors of #BF2F0F
Black with #BF2F0F
Text Example
Text Example
White with #BF2F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2F0F; }
p { color: rgb(191,47,15); }
H1.HeaderClassName
{
color: #BF2F0F;
}
.AnyTagClassName
{
color: #BF2F0F;
}
</style>
background-color css
<style>
a { background-color: #BF2F0F; }
a { background-color: rgb(191,47,15); }
div.DivClassName
{
background-color: #BF2F0F;
}
.BgClassName
{
background-color: #BF2F0F;
}
</style>
border-color css
<style>
span { border-color: #BF2F0F; }
span { border-color: rgb(191,47,15); }
td.TdClassName
{
border-color: #BF2F0F;
}
.TagClassName
{
border-color: #BF2F0F;
}
</style>