Html Css Color HEX #BF311C Harley Davidson Orange
📋 copy color: '#BF311C'red 191 ◦ green 49 ◦ blue 28
Shades of Harley Davidson Orange #BF311C
Tints of Harley Davidson Orange #BF311C
RGB
CMYK
RGB Variations
Color information
#BF311C (or 0xBF311C) is known color: Harley Davidson Orange. HEX triplet: BF, 31 and 1C. RGB value is (191,49,28). Sum of RGB (Red+Green+Blue) = 191+49+28=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF311C is #40CEE3. Grayscale: #595959. Windows color (decimal): -4247268 or 1847743. OLE color: 1847743.
HSL color Cylindrical-coordinate representation of color #BF311C: hue angle of 7.73º 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 #BF311C is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 28 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.25 |
| HSL | 7.73º | 0.74% | 0.43% | - |
| HSV(B) | 7.73º | 0.85% | 0.75% | - |
| XYZ | 22.79 | 13.36 | 2.48 | - |
| YUV | 89.06 | 93.54 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 28 | 0 | 0.74 | 0.85 | 0.25 | 7.73 | 0.74 | 0.43 |
| Hex | BF | 31 | 1C | 0 | 4A | 55 | 19 | 8 | 4A | 2B |
| Octal | 277 | 61 | 34 | 0 | 112 | 125 | 31 | 10 | 112 | 53 |
| Binary | 10111111 | 110001 | 11100 | 0 | 1001010 | 1010101 | 11001 | 1000 | 1001010 | 101011 |
Color Harmonies of #BF311C
Complementary color
Monochromatic Colors of #BF311C
Black with #BF311C
Text Example
Text Example
White with #BF311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF311C; }
p { color: rgb(191,49,28); }
H1.HeaderClassName
{
color: #BF311C;
}
.AnyTagClassName
{
color: #BF311C;
}
</style>
background-color css
<style>
a { background-color: #BF311C; }
a { background-color: rgb(191,49,28); }
div.DivClassName
{
background-color: #BF311C;
}
.BgClassName
{
background-color: #BF311C;
}
</style>
border-color css
<style>
span { border-color: #BF311C; }
span { border-color: rgb(191,49,28); }
td.TdClassName
{
border-color: #BF311C;
}
.TagClassName
{
border-color: #BF311C;
}
</style>