Html Css Color HEX #BF3113 Harley Davidson Orange
📋 copy color: '#BF3113'red 191 ◦ green 49 ◦ blue 19
Shades of Harley Davidson Orange #BF3113
Tints of Harley Davidson Orange #BF3113
RGB
CMYK
RGB Variations
Color information
#BF3113 (or 0xBF3113) is known color: Harley Davidson Orange. HEX triplet: BF, 31 and 13. RGB value is (191,49,19). Sum of RGB (Red+Green+Blue) = 191+49+19=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3113 is #40CEEC. Grayscale: #585858. Windows color (decimal): -4247277 or 1257919. OLE color: 1257919.
HSL color Cylindrical-coordinate representation of color #BF3113: hue angle of 10.47º degrees, saturation: 0.82, 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 #BF3113 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 19 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.25 |
| HSL | 10.47º | 0.82% | 0.41% | - |
| HSV(B) | 10.47º | 0.9% | 0.75% | - |
| XYZ | 22.7 | 13.32 | 1.99 | - |
| YUV | 88.04 | 89.04 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 19 | 0 | 0.74 | 0.90 | 0.25 | 10.47 | 0.82 | 0.41 |
| Hex | BF | 31 | 13 | 0 | 4A | 5A | 19 | A | 52 | 29 |
| Octal | 277 | 61 | 23 | 0 | 112 | 132 | 31 | 12 | 122 | 51 |
| Binary | 10111111 | 110001 | 10011 | 0 | 1001010 | 1011010 | 11001 | 1010 | 1010010 | 101001 |
Color Harmonies of #BF3113
Complementary color
Monochromatic Colors of #BF3113
Black with #BF3113
Text Example
Text Example
White with #BF3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3113; }
p { color: rgb(191,49,19); }
H1.HeaderClassName
{
color: #BF3113;
}
.AnyTagClassName
{
color: #BF3113;
}
</style>
background-color css
<style>
a { background-color: #BF3113; }
a { background-color: rgb(191,49,19); }
div.DivClassName
{
background-color: #BF3113;
}
.BgClassName
{
background-color: #BF3113;
}
</style>
border-color css
<style>
span { border-color: #BF3113; }
span { border-color: rgb(191,49,19); }
td.TdClassName
{
border-color: #BF3113;
}
.TagClassName
{
border-color: #BF3113;
}
</style>