Html Css Color HEX #BF2A16 Harley Davidson Orange
📋 copy color: '#BF2A16'red 191 ◦ green 42 ◦ blue 22
Shades of Harley Davidson Orange #BF2A16
Tints of Harley Davidson Orange #BF2A16
RGB
CMYK
RGB Variations
Color information
#BF2A16 (or 0xBF2A16) is known color: Harley Davidson Orange. HEX triplet: BF, 2A and 16. RGB value is (191,42,22). Sum of RGB (Red+Green+Blue) = 191+42+22=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2A16 is #40D5E9. Grayscale: #545454. Windows color (decimal): -4249066 or 1452735. OLE color: 1452735.
HSL color Cylindrical-coordinate representation of color #BF2A16: hue angle of 7.1º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF2A16 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 22 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.25 |
| HSL | 7.1º | 0.79% | 0.42% | - |
| HSV(B) | 7.1º | 0.88% | 0.75% | - |
| XYZ | 22.46 | 12.79 | 2.04 | - |
| YUV | 84.27 | 92.86 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 22 | 0 | 0.78 | 0.88 | 0.25 | 7.1 | 0.79 | 0.42 |
| Hex | BF | 2A | 16 | 0 | 4E | 58 | 19 | 7 | 4F | 2A |
| Octal | 277 | 52 | 26 | 0 | 116 | 130 | 31 | 7 | 117 | 52 |
| Binary | 10111111 | 101010 | 10110 | 0 | 1001110 | 1011000 | 11001 | 111 | 1001111 | 101010 |
Color Harmonies of #BF2A16
Complementary color
Monochromatic Colors of #BF2A16
Black with #BF2A16
Text Example
Text Example
White with #BF2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A16; }
p { color: rgb(191,42,22); }
H1.HeaderClassName
{
color: #BF2A16;
}
.AnyTagClassName
{
color: #BF2A16;
}
</style>
background-color css
<style>
a { background-color: #BF2A16; }
a { background-color: rgb(191,42,22); }
div.DivClassName
{
background-color: #BF2A16;
}
.BgClassName
{
background-color: #BF2A16;
}
</style>
border-color css
<style>
span { border-color: #BF2A16; }
span { border-color: rgb(191,42,22); }
td.TdClassName
{
border-color: #BF2A16;
}
.TagClassName
{
border-color: #BF2A16;
}
</style>