Html Css Color HEX #BF331C Harley Davidson Orange
📋 copy color: '#BF331C'red 191 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #BF331C
Tints of Harley Davidson Orange #BF331C
RGB
CMYK
RGB Variations
Color information
#BF331C (or 0xBF331C) is known color: Harley Davidson Orange. HEX triplet: BF, 33 and 1C. RGB value is (191,51,28). Sum of RGB (Red+Green+Blue) = 191+51+28=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF331C is #40CCE3. Grayscale: #5A5A5A. Windows color (decimal): -4246756 or 1848255. OLE color: 1848255.
HSL color Cylindrical-coordinate representation of color #BF331C: hue angle of 8.47º 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 #BF331C is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 28 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.25 |
| HSL | 8.47º | 0.74% | 0.43% | - |
| HSV(B) | 8.47º | 0.85% | 0.75% | - |
| XYZ | 22.88 | 13.53 | 2.5 | - |
| YUV | 90.24 | 92.88 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 28 | 0 | 0.73 | 0.85 | 0.25 | 8.47 | 0.74 | 0.43 |
| Hex | BF | 33 | 1C | 0 | 49 | 55 | 19 | 8 | 4A | 2B |
| Octal | 277 | 63 | 34 | 0 | 111 | 125 | 31 | 10 | 112 | 53 |
| Binary | 10111111 | 110011 | 11100 | 0 | 1001001 | 1010101 | 11001 | 1000 | 1001010 | 101011 |
Color Harmonies of #BF331C
Complementary color
Monochromatic Colors of #BF331C
Black with #BF331C
Text Example
Text Example
White with #BF331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF331C; }
p { color: rgb(191,51,28); }
H1.HeaderClassName
{
color: #BF331C;
}
.AnyTagClassName
{
color: #BF331C;
}
</style>
background-color css
<style>
a { background-color: #BF331C; }
a { background-color: rgb(191,51,28); }
div.DivClassName
{
background-color: #BF331C;
}
.BgClassName
{
background-color: #BF331C;
}
</style>
border-color css
<style>
span { border-color: #BF331C; }
span { border-color: rgb(191,51,28); }
td.TdClassName
{
border-color: #BF331C;
}
.TagClassName
{
border-color: #BF331C;
}
</style>