Html Css Color HEX #BF2F20 Harley Davidson Orange
📋 copy color: '#BF2F20'red 191 ◦ green 47 ◦ blue 32
Shades of Harley Davidson Orange #BF2F20
Tints of Harley Davidson Orange #BF2F20
RGB
CMYK
RGB Variations
Color information
#BF2F20 (or 0xBF2F20) is known color: Harley Davidson Orange. HEX triplet: BF, 2F and 20. RGB value is (191,47,32). Sum of RGB (Red+Green+Blue) = 191+47+32=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2F20 is #40D0DF. Grayscale: #585858. Windows color (decimal): -4247776 or 2109375. OLE color: 2109375.
HSL color Cylindrical-coordinate representation of color #BF2F20: hue angle of 5.66º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2F20 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 47 | 32 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.25 |
| HSL | 5.66º | 0.71% | 0.44% | - |
| HSV(B) | 5.66º | 0.83% | 0.75% | - |
| XYZ | 22.76 | 13.21 | 2.72 | - |
| YUV | 88.35 | 96.21 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 32 | 0 | 0.75 | 0.83 | 0.25 | 5.66 | 0.71 | 0.44 |
| Hex | BF | 2F | 20 | 0 | 4B | 53 | 19 | 6 | 47 | 2C |
| Octal | 277 | 57 | 40 | 0 | 113 | 123 | 31 | 6 | 107 | 54 |
| Binary | 10111111 | 101111 | 100000 | 0 | 1001011 | 1010011 | 11001 | 110 | 1000111 | 101100 |
Color Harmonies of #BF2F20
Complementary color
Monochromatic Colors of #BF2F20
Black with #BF2F20
Text Example
Text Example
White with #BF2F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2F20; }
p { color: rgb(191,47,32); }
H1.HeaderClassName
{
color: #BF2F20;
}
.AnyTagClassName
{
color: #BF2F20;
}
</style>
background-color css
<style>
a { background-color: #BF2F20; }
a { background-color: rgb(191,47,32); }
div.DivClassName
{
background-color: #BF2F20;
}
.BgClassName
{
background-color: #BF2F20;
}
</style>
border-color css
<style>
span { border-color: #BF2F20; }
span { border-color: rgb(191,47,32); }
td.TdClassName
{
border-color: #BF2F20;
}
.TagClassName
{
border-color: #BF2F20;
}
</style>