Html Css Color HEX #BF3A14 Harley Davidson Orange
📋 copy color: '#BF3A14'red 191 ◦ green 58 ◦ blue 20
Shades of Harley Davidson Orange #BF3A14
Tints of Harley Davidson Orange #BF3A14
RGB
CMYK
RGB Variations
Color information
#BF3A14 (or 0xBF3A14) is known color: Harley Davidson Orange. HEX triplet: BF, 3A and 14. RGB value is (191,58,20). Sum of RGB (Red+Green+Blue) = 191+58+20=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3A14 is #40C5EB. Grayscale: #5D5D5D. Windows color (decimal): -4244972 or 1325759. OLE color: 1325759.
HSL color Cylindrical-coordinate representation of color #BF3A14: hue angle of 13.33º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF3A14 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 20 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.25 |
| HSL | 13.33º | 0.81% | 0.41% | - |
| HSV(B) | 13.33º | 0.9% | 0.75% | - |
| XYZ | 23.13 | 14.15 | 2.17 | - |
| YUV | 93.44 | 86.56 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 20 | 0 | 0.70 | 0.90 | 0.25 | 13.33 | 0.81 | 0.41 |
| Hex | BF | 3A | 14 | 0 | 46 | 5A | 19 | D | 51 | 29 |
| Octal | 277 | 72 | 24 | 0 | 106 | 132 | 31 | 15 | 121 | 51 |
| Binary | 10111111 | 111010 | 10100 | 0 | 1000110 | 1011010 | 11001 | 1101 | 1010001 | 101001 |
Color Harmonies of #BF3A14
Complementary color
Monochromatic Colors of #BF3A14
Black with #BF3A14
Text Example
Text Example
White with #BF3A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A14; }
p { color: rgb(191,58,20); }
H1.HeaderClassName
{
color: #BF3A14;
}
.AnyTagClassName
{
color: #BF3A14;
}
</style>
background-color css
<style>
a { background-color: #BF3A14; }
a { background-color: rgb(191,58,20); }
div.DivClassName
{
background-color: #BF3A14;
}
.BgClassName
{
background-color: #BF3A14;
}
</style>
border-color css
<style>
span { border-color: #BF3A14; }
span { border-color: rgb(191,58,20); }
td.TdClassName
{
border-color: #BF3A14;
}
.TagClassName
{
border-color: #BF3A14;
}
</style>