Html Css Color HEX #BF2C19 Harley Davidson Orange
📋 copy color: '#BF2C19'red 191 ◦ green 44 ◦ blue 25
Shades of Harley Davidson Orange #BF2C19
Tints of Harley Davidson Orange #BF2C19
RGB
CMYK
RGB Variations
Color information
#BF2C19 (or 0xBF2C19) is known color: Harley Davidson Orange. HEX triplet: BF, 2C and 19. RGB value is (191,44,25). Sum of RGB (Red+Green+Blue) = 191+44+25=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2C19 is #40D3E6. Grayscale: #565656. Windows color (decimal): -4248551 or 1649855. OLE color: 1649855.
HSL color Cylindrical-coordinate representation of color #BF2C19: hue angle of 6.87º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF2C19 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 25 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.25 |
| HSL | 6.87º | 0.77% | 0.42% | - |
| HSV(B) | 6.87º | 0.87% | 0.75% | - |
| XYZ | 22.56 | 12.95 | 2.23 | - |
| YUV | 85.79 | 93.7 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 25 | 0 | 0.77 | 0.87 | 0.25 | 6.87 | 0.77 | 0.42 |
| Hex | BF | 2C | 19 | 0 | 4D | 57 | 19 | 7 | 4D | 2A |
| Octal | 277 | 54 | 31 | 0 | 115 | 127 | 31 | 7 | 115 | 52 |
| Binary | 10111111 | 101100 | 11001 | 0 | 1001101 | 1010111 | 11001 | 111 | 1001101 | 101010 |
Color Harmonies of #BF2C19
Complementary color
Monochromatic Colors of #BF2C19
Black with #BF2C19
Text Example
Text Example
White with #BF2C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C19; }
p { color: rgb(191,44,25); }
H1.HeaderClassName
{
color: #BF2C19;
}
.AnyTagClassName
{
color: #BF2C19;
}
</style>
background-color css
<style>
a { background-color: #BF2C19; }
a { background-color: rgb(191,44,25); }
div.DivClassName
{
background-color: #BF2C19;
}
.BgClassName
{
background-color: #BF2C19;
}
</style>
border-color css
<style>
span { border-color: #BF2C19; }
span { border-color: rgb(191,44,25); }
td.TdClassName
{
border-color: #BF2C19;
}
.TagClassName
{
border-color: #BF2C19;
}
</style>