Html Css Color HEX #BF2D08 Harley Davidson Orange
📋 copy color: '#BF2D08'red 191 ◦ green 45 ◦ blue 8
Shades of Harley Davidson Orange #BF2D08
Tints of Harley Davidson Orange #BF2D08
RGB
CMYK
RGB Variations
Color information
#BF2D08 (or 0xBF2D08) is known color: Harley Davidson Orange. HEX triplet: BF, 2D and 08. RGB value is (191,45,8). Sum of RGB (Red+Green+Blue) = 191+45+8=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2D08 is #40D2F7. Grayscale: #545454. Windows color (decimal): -4248312 or 535999. OLE color: 535999.
HSL color Cylindrical-coordinate representation of color #BF2D08: hue angle of 12.13º 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 #BF2D08 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.25 |
| HSL | 12.13º | 0.92% | 0.39% | - |
| HSV(B) | 12.13º | 0.96% | 0.75% | - |
| XYZ | 22.47 | 12.97 | 1.55 | - |
| YUV | 84.44 | 84.87 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 8 | 0 | 0.76 | 0.96 | 0.25 | 12.13 | 0.92 | 0.39 |
| Hex | BF | 2D | 8 | 0 | 4C | 60 | 19 | C | 5C | 27 |
| Octal | 277 | 55 | 10 | 0 | 114 | 140 | 31 | 14 | 134 | 47 |
| Binary | 10111111 | 101101 | 1000 | 0 | 1001100 | 1100000 | 11001 | 1100 | 1011100 | 100111 |
Color Harmonies of #BF2D08
Complementary color
Monochromatic Colors of #BF2D08
Black with #BF2D08
Text Example
Text Example
White with #BF2D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D08; }
p { color: rgb(191,45,8); }
H1.HeaderClassName
{
color: #BF2D08;
}
.AnyTagClassName
{
color: #BF2D08;
}
</style>
background-color css
<style>
a { background-color: #BF2D08; }
a { background-color: rgb(191,45,8); }
div.DivClassName
{
background-color: #BF2D08;
}
.BgClassName
{
background-color: #BF2D08;
}
</style>
border-color css
<style>
span { border-color: #BF2D08; }
span { border-color: rgb(191,45,8); }
td.TdClassName
{
border-color: #BF2D08;
}
.TagClassName
{
border-color: #BF2D08;
}
</style>