Html Css Color HEX #BF311D Harley Davidson Orange
📋 copy color: '#BF311D'red 191 ◦ green 49 ◦ blue 29
Shades of Harley Davidson Orange #BF311D
Tints of Harley Davidson Orange #BF311D
RGB
CMYK
RGB Variations
Color information
#BF311D (or 0xBF311D) is known color: Harley Davidson Orange. HEX triplet: BF, 31 and 1D. RGB value is (191,49,29). Sum of RGB (Red+Green+Blue) = 191+49+29=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF311D is #40CEE2. Grayscale: #595959. Windows color (decimal): -4247267 or 1913279. OLE color: 1913279.
HSL color Cylindrical-coordinate representation of color #BF311D: hue angle of 7.41º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF311D is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 29 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.25 |
| HSL | 7.41º | 0.74% | 0.43% | - |
| HSV(B) | 7.41º | 0.85% | 0.75% | - |
| XYZ | 22.81 | 13.36 | 2.54 | - |
| YUV | 89.18 | 94.04 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 29 | 0 | 0.74 | 0.85 | 0.25 | 7.41 | 0.74 | 0.43 |
| Hex | BF | 31 | 1D | 0 | 4A | 55 | 19 | 7 | 4A | 2B |
| Octal | 277 | 61 | 35 | 0 | 112 | 125 | 31 | 7 | 112 | 53 |
| Binary | 10111111 | 110001 | 11101 | 0 | 1001010 | 1010101 | 11001 | 111 | 1001010 | 101011 |
Color Harmonies of #BF311D
Complementary color
Monochromatic Colors of #BF311D
Black with #BF311D
Text Example
Text Example
White with #BF311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF311D; }
p { color: rgb(191,49,29); }
H1.HeaderClassName
{
color: #BF311D;
}
.AnyTagClassName
{
color: #BF311D;
}
</style>
background-color css
<style>
a { background-color: #BF311D; }
a { background-color: rgb(191,49,29); }
div.DivClassName
{
background-color: #BF311D;
}
.BgClassName
{
background-color: #BF311D;
}
</style>
border-color css
<style>
span { border-color: #BF311D; }
span { border-color: rgb(191,49,29); }
td.TdClassName
{
border-color: #BF311D;
}
.TagClassName
{
border-color: #BF311D;
}
</style>