Html Css Color HEX #BF2918 Harley Davidson Orange
📋 copy color: '#BF2918'red 191 ◦ green 41 ◦ blue 24
Shades of Harley Davidson Orange #BF2918
Tints of Harley Davidson Orange #BF2918
RGB
CMYK
RGB Variations
Color information
#BF2918 (or 0xBF2918) is known color: Harley Davidson Orange. HEX triplet: BF, 29 and 18. RGB value is (191,41,24). Sum of RGB (Red+Green+Blue) = 191+41+24=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2918 is #40D6E7. Grayscale: #545454. Windows color (decimal): -4249320 or 1583551. OLE color: 1583551.
HSL color Cylindrical-coordinate representation of color #BF2918: hue angle of 6.11º degrees, saturation: 0.78, 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 #BF2918 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 24 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.25 |
| HSL | 6.11º | 0.78% | 0.42% | - |
| HSV(B) | 6.11º | 0.87% | 0.75% | - |
| XYZ | 22.44 | 12.73 | 2.14 | - |
| YUV | 83.91 | 94.2 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 24 | 0 | 0.79 | 0.87 | 0.25 | 6.11 | 0.78 | 0.42 |
| Hex | BF | 29 | 18 | 0 | 4F | 57 | 19 | 6 | 4E | 2A |
| Octal | 277 | 51 | 30 | 0 | 117 | 127 | 31 | 6 | 116 | 52 |
| Binary | 10111111 | 101001 | 11000 | 0 | 1001111 | 1010111 | 11001 | 110 | 1001110 | 101010 |
Color Harmonies of #BF2918
Complementary color
Monochromatic Colors of #BF2918
Black with #BF2918
Text Example
Text Example
White with #BF2918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2918; }
p { color: rgb(191,41,24); }
H1.HeaderClassName
{
color: #BF2918;
}
.AnyTagClassName
{
color: #BF2918;
}
</style>
background-color css
<style>
a { background-color: #BF2918; }
a { background-color: rgb(191,41,24); }
div.DivClassName
{
background-color: #BF2918;
}
.BgClassName
{
background-color: #BF2918;
}
</style>
border-color css
<style>
span { border-color: #BF2918; }
span { border-color: rgb(191,41,24); }
td.TdClassName
{
border-color: #BF2918;
}
.TagClassName
{
border-color: #BF2918;
}
</style>