Html Css Color HEX #BF2E20 Harley Davidson Orange
📋 copy color: '#BF2E20'red 191 ◦ green 46 ◦ blue 32
Shades of Harley Davidson Orange #BF2E20
Tints of Harley Davidson Orange #BF2E20
RGB
CMYK
RGB Variations
Color information
#BF2E20 (or 0xBF2E20) is known color: Harley Davidson Orange. HEX triplet: BF, 2E and 20. RGB value is (191,46,32). Sum of RGB (Red+Green+Blue) = 191+46+32=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E20 is #40D1DF. Grayscale: #575757. Windows color (decimal): -4248032 or 2109119. OLE color: 2109119.
HSL color Cylindrical-coordinate representation of color #BF2E20: hue angle of 5.28º 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 #BF2E20 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 32 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.25 |
| HSL | 5.28º | 0.71% | 0.44% | - |
| HSV(B) | 5.28º | 0.83% | 0.75% | - |
| XYZ | 22.72 | 13.13 | 2.7 | - |
| YUV | 87.76 | 96.54 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 32 | 0 | 0.76 | 0.83 | 0.25 | 5.28 | 0.71 | 0.44 |
| Hex | BF | 2E | 20 | 0 | 4C | 53 | 19 | 5 | 47 | 2C |
| Octal | 277 | 56 | 40 | 0 | 114 | 123 | 31 | 5 | 107 | 54 |
| Binary | 10111111 | 101110 | 100000 | 0 | 1001100 | 1010011 | 11001 | 101 | 1000111 | 101100 |
Color Harmonies of #BF2E20
Complementary color
Monochromatic Colors of #BF2E20
Black with #BF2E20
Text Example
Text Example
White with #BF2E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E20; }
p { color: rgb(191,46,32); }
H1.HeaderClassName
{
color: #BF2E20;
}
.AnyTagClassName
{
color: #BF2E20;
}
</style>
background-color css
<style>
a { background-color: #BF2E20; }
a { background-color: rgb(191,46,32); }
div.DivClassName
{
background-color: #BF2E20;
}
.BgClassName
{
background-color: #BF2E20;
}
</style>
border-color css
<style>
span { border-color: #BF2E20; }
span { border-color: rgb(191,46,32); }
td.TdClassName
{
border-color: #BF2E20;
}
.TagClassName
{
border-color: #BF2E20;
}
</style>