Html Css Color HEX #BF310C Harley Davidson Orange
📋 copy color: '#BF310C'red 191 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #BF310C
Tints of Harley Davidson Orange #BF310C
RGB
CMYK
RGB Variations
Color information
#BF310C (or 0xBF310C) is known color: Harley Davidson Orange. HEX triplet: BF, 31 and 0C. RGB value is (191,49,12). Sum of RGB (Red+Green+Blue) = 191+49+12=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF310C is #40CEF3. Grayscale: #575757. Windows color (decimal): -4247284 or 799167. OLE color: 799167.
HSL color Cylindrical-coordinate representation of color #BF310C: hue angle of 12.4º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF310C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.25 |
| HSL | 12.4º | 0.88% | 0.4% | - |
| HSV(B) | 12.4º | 0.94% | 0.75% | - |
| XYZ | 22.65 | 13.3 | 1.72 | - |
| YUV | 87.24 | 85.54 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 12 | 0 | 0.74 | 0.94 | 0.25 | 12.4 | 0.88 | 0.4 |
| Hex | BF | 31 | C | 0 | 4A | 5E | 19 | C | 58 | 28 |
| Octal | 277 | 61 | 14 | 0 | 112 | 136 | 31 | 14 | 130 | 50 |
| Binary | 10111111 | 110001 | 1100 | 0 | 1001010 | 1011110 | 11001 | 1100 | 1011000 | 101000 |
Color Harmonies of #BF310C
Complementary color
Monochromatic Colors of #BF310C
Black with #BF310C
Text Example
Text Example
White with #BF310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF310C; }
p { color: rgb(191,49,12); }
H1.HeaderClassName
{
color: #BF310C;
}
.AnyTagClassName
{
color: #BF310C;
}
</style>
background-color css
<style>
a { background-color: #BF310C; }
a { background-color: rgb(191,49,12); }
div.DivClassName
{
background-color: #BF310C;
}
.BgClassName
{
background-color: #BF310C;
}
</style>
border-color css
<style>
span { border-color: #BF310C; }
span { border-color: rgb(191,49,12); }
td.TdClassName
{
border-color: #BF310C;
}
.TagClassName
{
border-color: #BF310C;
}
</style>