Html Css Color HEX #BF2908 Harley Davidson Orange
📋 copy color: '#BF2908'red 191 ◦ green 41 ◦ blue 8
Shades of Harley Davidson Orange #BF2908
Tints of Harley Davidson Orange #BF2908
RGB
CMYK
RGB Variations
Color information
#BF2908 (or 0xBF2908) is known color: Harley Davidson Orange. HEX triplet: BF, 29 and 08. RGB value is (191,41,8). Sum of RGB (Red+Green+Blue) = 191+41+8=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2908 is #40D6F7. Grayscale: #525252. Windows color (decimal): -4249336 or 534975. OLE color: 534975.
HSL color Cylindrical-coordinate representation of color #BF2908: hue angle of 10.82º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF2908 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 8 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.25 |
| HSL | 10.82º | 0.92% | 0.39% | - |
| HSV(B) | 10.82º | 0.96% | 0.75% | - |
| XYZ | 22.32 | 12.68 | 1.5 | - |
| YUV | 82.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 8 | 0 | 0.79 | 0.96 | 0.25 | 10.82 | 0.92 | 0.39 |
| Hex | BF | 29 | 8 | 0 | 4F | 60 | 19 | B | 5C | 27 |
| Octal | 277 | 51 | 10 | 0 | 117 | 140 | 31 | 13 | 134 | 47 |
| Binary | 10111111 | 101001 | 1000 | 0 | 1001111 | 1100000 | 11001 | 1011 | 1011100 | 100111 |
Color Harmonies of #BF2908
Complementary color
Monochromatic Colors of #BF2908
Black with #BF2908
Text Example
Text Example
White with #BF2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2908; }
p { color: rgb(191,41,8); }
H1.HeaderClassName
{
color: #BF2908;
}
.AnyTagClassName
{
color: #BF2908;
}
</style>
background-color css
<style>
a { background-color: #BF2908; }
a { background-color: rgb(191,41,8); }
div.DivClassName
{
background-color: #BF2908;
}
.BgClassName
{
background-color: #BF2908;
}
</style>
border-color css
<style>
span { border-color: #BF2908; }
span { border-color: rgb(191,41,8); }
td.TdClassName
{
border-color: #BF2908;
}
.TagClassName
{
border-color: #BF2908;
}
</style>