Html Css Color HEX #BF3C1D Harley Davidson Orange
📋 copy color: '#BF3C1D'red 191 ◦ green 60 ◦ blue 29
Shades of Harley Davidson Orange #BF3C1D
Tints of Harley Davidson Orange #BF3C1D
RGB
CMYK
RGB Variations
Color information
#BF3C1D (or 0xBF3C1D) is known color: Harley Davidson Orange. HEX triplet: BF, 3C and 1D. RGB value is (191,60,29). Sum of RGB (Red+Green+Blue) = 191+60+29=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C1D is #40C3E2. Grayscale: #5F5F5F. Windows color (decimal): -4244451 or 1916095. OLE color: 1916095.
HSL color Cylindrical-coordinate representation of color #BF3C1D: hue angle of 11.48º 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 #BF3C1D is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 29 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.25 |
| HSL | 11.48º | 0.74% | 0.43% | - |
| HSV(B) | 11.48º | 0.85% | 0.75% | - |
| XYZ | 23.32 | 14.4 | 2.71 | - |
| YUV | 95.64 | 90.4 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 29 | 0 | 0.69 | 0.85 | 0.25 | 11.48 | 0.74 | 0.43 |
| Hex | BF | 3C | 1D | 0 | 45 | 55 | 19 | B | 4A | 2B |
| Octal | 277 | 74 | 35 | 0 | 105 | 125 | 31 | 13 | 112 | 53 |
| Binary | 10111111 | 111100 | 11101 | 0 | 1000101 | 1010101 | 11001 | 1011 | 1001010 | 101011 |
Color Harmonies of #BF3C1D
Complementary color
Monochromatic Colors of #BF3C1D
Black with #BF3C1D
Text Example
Text Example
White with #BF3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C1D; }
p { color: rgb(191,60,29); }
H1.HeaderClassName
{
color: #BF3C1D;
}
.AnyTagClassName
{
color: #BF3C1D;
}
</style>
background-color css
<style>
a { background-color: #BF3C1D; }
a { background-color: rgb(191,60,29); }
div.DivClassName
{
background-color: #BF3C1D;
}
.BgClassName
{
background-color: #BF3C1D;
}
</style>
border-color css
<style>
span { border-color: #BF3C1D; }
span { border-color: rgb(191,60,29); }
td.TdClassName
{
border-color: #BF3C1D;
}
.TagClassName
{
border-color: #BF3C1D;
}
</style>