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