Html Css Color HEX #BF3A1C Harley Davidson Orange
📋 copy color: '#BF3A1C'red 191 ◦ green 58 ◦ blue 28
Shades of Harley Davidson Orange #BF3A1C
Tints of Harley Davidson Orange #BF3A1C
RGB
CMYK
RGB Variations
Color information
#BF3A1C (or 0xBF3A1C) is known color: Harley Davidson Orange. HEX triplet: BF, 3A and 1C. RGB value is (191,58,28). Sum of RGB (Red+Green+Blue) = 191+58+28=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A1C is #40C5E3. Grayscale: #5E5E5E. Windows color (decimal): -4244964 or 1850047. OLE color: 1850047.
HSL color Cylindrical-coordinate representation of color #BF3A1C: hue angle of 11.04º 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 #BF3A1C is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 28 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.25 |
| HSL | 11.04º | 0.74% | 0.43% | - |
| HSV(B) | 11.04º | 0.85% | 0.75% | - |
| XYZ | 23.21 | 14.19 | 2.61 | - |
| YUV | 94.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 28 | 0 | 0.70 | 0.85 | 0.25 | 11.04 | 0.74 | 0.43 |
| Hex | BF | 3A | 1C | 0 | 46 | 55 | 19 | B | 4A | 2B |
| Octal | 277 | 72 | 34 | 0 | 106 | 125 | 31 | 13 | 112 | 53 |
| Binary | 10111111 | 111010 | 11100 | 0 | 1000110 | 1010101 | 11001 | 1011 | 1001010 | 101011 |
Color Harmonies of #BF3A1C
Complementary color
Monochromatic Colors of #BF3A1C
Black with #BF3A1C
Text Example
Text Example
White with #BF3A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A1C; }
p { color: rgb(191,58,28); }
H1.HeaderClassName
{
color: #BF3A1C;
}
.AnyTagClassName
{
color: #BF3A1C;
}
</style>
background-color css
<style>
a { background-color: #BF3A1C; }
a { background-color: rgb(191,58,28); }
div.DivClassName
{
background-color: #BF3A1C;
}
.BgClassName
{
background-color: #BF3A1C;
}
</style>
border-color css
<style>
span { border-color: #BF3A1C; }
span { border-color: rgb(191,58,28); }
td.TdClassName
{
border-color: #BF3A1C;
}
.TagClassName
{
border-color: #BF3A1C;
}
</style>