Html Css Color HEX #BF310D Harley Davidson Orange
📋 copy color: '#BF310D'red 191 ◦ green 49 ◦ blue 13
Shades of Harley Davidson Orange #BF310D
Tints of Harley Davidson Orange #BF310D
RGB
CMYK
RGB Variations
Color information
#BF310D (or 0xBF310D) is known color: Harley Davidson Orange. HEX triplet: BF, 31 and 0D. RGB value is (191,49,13). Sum of RGB (Red+Green+Blue) = 191+49+13=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF310D is #40CEF2. Grayscale: #575757. Windows color (decimal): -4247283 or 864703. OLE color: 864703.
HSL color Cylindrical-coordinate representation of color #BF310D: hue angle of 12.13º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF310D is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 13 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.25 |
| HSL | 12.13º | 0.87% | 0.4% | - |
| HSV(B) | 12.13º | 0.93% | 0.75% | - |
| XYZ | 22.66 | 13.3 | 1.75 | - |
| YUV | 87.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 13 | 0 | 0.74 | 0.93 | 0.25 | 12.13 | 0.87 | 0.4 |
| Hex | BF | 31 | D | 0 | 4A | 5D | 19 | C | 57 | 28 |
| Octal | 277 | 61 | 15 | 0 | 112 | 135 | 31 | 14 | 127 | 50 |
| Binary | 10111111 | 110001 | 1101 | 0 | 1001010 | 1011101 | 11001 | 1100 | 1010111 | 101000 |
Color Harmonies of #BF310D
Complementary color
Monochromatic Colors of #BF310D
Black with #BF310D
Text Example
Text Example
White with #BF310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF310D; }
p { color: rgb(191,49,13); }
H1.HeaderClassName
{
color: #BF310D;
}
.AnyTagClassName
{
color: #BF310D;
}
</style>
background-color css
<style>
a { background-color: #BF310D; }
a { background-color: rgb(191,49,13); }
div.DivClassName
{
background-color: #BF310D;
}
.BgClassName
{
background-color: #BF310D;
}
</style>
border-color css
<style>
span { border-color: #BF310D; }
span { border-color: rgb(191,49,13); }
td.TdClassName
{
border-color: #BF310D;
}
.TagClassName
{
border-color: #BF310D;
}
</style>