Html Css Color HEX #BF351D Harley Davidson Orange
📋 copy color: '#BF351D'red 191 ◦ green 53 ◦ blue 29
Shades of Harley Davidson Orange #BF351D
Tints of Harley Davidson Orange #BF351D
RGB
CMYK
RGB Variations
Color information
#BF351D (or 0xBF351D) is known color: Harley Davidson Orange. HEX triplet: BF, 35 and 1D. RGB value is (191,53,29). Sum of RGB (Red+Green+Blue) = 191+53+29=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF351D is #40CAE2. Grayscale: #5B5B5B. Windows color (decimal): -4246243 or 1914303. OLE color: 1914303.
HSL color Cylindrical-coordinate representation of color #BF351D: hue angle of 8.89º 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 #BF351D is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 53 | 29 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.25 |
| HSL | 8.89º | 0.74% | 0.43% | - |
| HSV(B) | 8.89º | 0.85% | 0.75% | - |
| XYZ | 22.98 | 13.71 | 2.6 | - |
| YUV | 91.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 53 | 29 | 0 | 0.72 | 0.85 | 0.25 | 8.89 | 0.74 | 0.43 |
| Hex | BF | 35 | 1D | 0 | 48 | 55 | 19 | 9 | 4A | 2B |
| Octal | 277 | 65 | 35 | 0 | 110 | 125 | 31 | 11 | 112 | 53 |
| Binary | 10111111 | 110101 | 11101 | 0 | 1001000 | 1010101 | 11001 | 1001 | 1001010 | 101011 |
Color Harmonies of #BF351D
Complementary color
Monochromatic Colors of #BF351D
Black with #BF351D
Text Example
Text Example
White with #BF351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF351D; }
p { color: rgb(191,53,29); }
H1.HeaderClassName
{
color: #BF351D;
}
.AnyTagClassName
{
color: #BF351D;
}
</style>
background-color css
<style>
a { background-color: #BF351D; }
a { background-color: rgb(191,53,29); }
div.DivClassName
{
background-color: #BF351D;
}
.BgClassName
{
background-color: #BF351D;
}
</style>
border-color css
<style>
span { border-color: #BF351D; }
span { border-color: rgb(191,53,29); }
td.TdClassName
{
border-color: #BF351D;
}
.TagClassName
{
border-color: #BF351D;
}
</style>