Html Css Color HEX #BF341E Harley Davidson Orange
📋 copy color: '#BF341E'red 191 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #BF341E
Tints of Harley Davidson Orange #BF341E
RGB
CMYK
RGB Variations
Color information
#BF341E (or 0xBF341E) is known color: Harley Davidson Orange. HEX triplet: BF, 34 and 1E. RGB value is (191,52,30). Sum of RGB (Red+Green+Blue) = 191+52+30=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF341E is #40CBE1. Grayscale: #5B5B5B. Windows color (decimal): -4246498 or 1979583. OLE color: 1979583.
HSL color Cylindrical-coordinate representation of color #BF341E: hue angle of 8.2º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF341E is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 30 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.25 |
| HSL | 8.2º | 0.73% | 0.43% | - |
| HSV(B) | 8.2º | 0.84% | 0.75% | - |
| XYZ | 22.95 | 13.63 | 2.65 | - |
| YUV | 91.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 30 | 0 | 0.73 | 0.84 | 0.25 | 8.2 | 0.73 | 0.43 |
| Hex | BF | 34 | 1E | 0 | 49 | 54 | 19 | 8 | 49 | 2B |
| Octal | 277 | 64 | 36 | 0 | 111 | 124 | 31 | 10 | 111 | 53 |
| Binary | 10111111 | 110100 | 11110 | 0 | 1001001 | 1010100 | 11001 | 1000 | 1001001 | 101011 |
Color Harmonies of #BF341E
Complementary color
Monochromatic Colors of #BF341E
Black with #BF341E
Text Example
Text Example
White with #BF341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF341E; }
p { color: rgb(191,52,30); }
H1.HeaderClassName
{
color: #BF341E;
}
.AnyTagClassName
{
color: #BF341E;
}
</style>
background-color css
<style>
a { background-color: #BF341E; }
a { background-color: rgb(191,52,30); }
div.DivClassName
{
background-color: #BF341E;
}
.BgClassName
{
background-color: #BF341E;
}
</style>
border-color css
<style>
span { border-color: #BF341E; }
span { border-color: rgb(191,52,30); }
td.TdClassName
{
border-color: #BF341E;
}
.TagClassName
{
border-color: #BF341E;
}
</style>