Html Css Color HEX #BF3D1D Harley Davidson Orange
📋 copy color: '#BF3D1D'red 191 ◦ green 61 ◦ blue 29
Shades of Harley Davidson Orange #BF3D1D
Tints of Harley Davidson Orange #BF3D1D
RGB
CMYK
RGB Variations
Color information
#BF3D1D (or 0xBF3D1D) is known color: Harley Davidson Orange. HEX triplet: BF, 3D and 1D. RGB value is (191,61,29). Sum of RGB (Red+Green+Blue) = 191+61+29=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3D1D is #40C2E2. Grayscale: #606060. Windows color (decimal): -4244195 or 1916351. OLE color: 1916351.
HSL color Cylindrical-coordinate representation of color #BF3D1D: hue angle of 11.85º 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 #BF3D1D is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 61 | 29 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.25 |
| HSL | 11.85º | 0.74% | 0.43% | - |
| HSV(B) | 11.85º | 0.85% | 0.75% | - |
| XYZ | 23.38 | 14.5 | 2.73 | - |
| YUV | 96.22 | 90.07 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 29 | 0 | 0.68 | 0.85 | 0.25 | 11.85 | 0.74 | 0.43 |
| Hex | BF | 3D | 1D | 0 | 44 | 55 | 19 | C | 4A | 2B |
| Octal | 277 | 75 | 35 | 0 | 104 | 125 | 31 | 14 | 112 | 53 |
| Binary | 10111111 | 111101 | 11101 | 0 | 1000100 | 1010101 | 11001 | 1100 | 1001010 | 101011 |
Color Harmonies of #BF3D1D
Complementary color
Monochromatic Colors of #BF3D1D
Black with #BF3D1D
Text Example
Text Example
White with #BF3D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3D1D; }
p { color: rgb(191,61,29); }
H1.HeaderClassName
{
color: #BF3D1D;
}
.AnyTagClassName
{
color: #BF3D1D;
}
</style>
background-color css
<style>
a { background-color: #BF3D1D; }
a { background-color: rgb(191,61,29); }
div.DivClassName
{
background-color: #BF3D1D;
}
.BgClassName
{
background-color: #BF3D1D;
}
</style>
border-color css
<style>
span { border-color: #BF3D1D; }
span { border-color: rgb(191,61,29); }
td.TdClassName
{
border-color: #BF3D1D;
}
.TagClassName
{
border-color: #BF3D1D;
}
</style>