Html Css Color HEX #BF2C00 Harley Davidson Orange
📋 copy color: '#BF2C00'red 191 ◦ green 44 ◦ blue 0
Shades of Harley Davidson Orange #BF2C00
Tints of Harley Davidson Orange #BF2C00
RGB
CMYK
RGB Variations
Color information
#BF2C00 (or 0xBF2C00) is known color: Harley Davidson Orange. HEX triplet: BF, 2C and 00. RGB value is (191,44,0). Sum of RGB (Red+Green+Blue) = 191+44+0=235 (31% of max value = 765). Red value is 191 (75% from 255 or 81.28% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2C00 is #40D3FF. Grayscale: #535353. Windows color (decimal): -4248576 or 11455. OLE color: 11455.
HSL color Cylindrical-coordinate representation of color #BF2C00: hue angle of 13.82º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF2C00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.25 |
| HSL | 13.82º | 1% | 0.37% | - |
| HSV(B) | 13.82º | 1% | 0.75% | - |
| XYZ | 22.39 | 12.88 | 1.31 | - |
| YUV | 82.94 | 81.2 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 0 | 0 | 0.77 | 1 | 0.25 | 13.82 | 1 | 0.37 |
| Hex | BF | 2C | 0 | 0 | 4D | 64 | 19 | E | 64 | 25 |
| Octal | 277 | 54 | 0 | 0 | 115 | 144 | 31 | 16 | 144 | 45 |
| Binary | 10111111 | 101100 | 0 | 0 | 1001101 | 1100100 | 11001 | 1110 | 1100100 | 100101 |
Color Harmonies of #BF2C00
Complementary color
Monochromatic Colors of #BF2C00
Black with #BF2C00
Text Example
Text Example
White with #BF2C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C00; }
p { color: rgb(191,44,0); }
H1.HeaderClassName
{
color: #BF2C00;
}
.AnyTagClassName
{
color: #BF2C00;
}
</style>
background-color css
<style>
a { background-color: #BF2C00; }
a { background-color: rgb(191,44,0); }
div.DivClassName
{
background-color: #BF2C00;
}
.BgClassName
{
background-color: #BF2C00;
}
</style>
border-color css
<style>
span { border-color: #BF2C00; }
span { border-color: rgb(191,44,0); }
td.TdClassName
{
border-color: #BF2C00;
}
.TagClassName
{
border-color: #BF2C00;
}
</style>