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