Html Css Color HEX #BF3420 Harley Davidson Orange
📋 copy color: '#BF3420'red 191 ◦ green 52 ◦ blue 32
Shades of Harley Davidson Orange #BF3420
Tints of Harley Davidson Orange #BF3420
RGB
CMYK
RGB Variations
Color information
#BF3420 (or 0xBF3420) is known color: Harley Davidson Orange. HEX triplet: BF, 34 and 20. RGB value is (191,52,32). Sum of RGB (Red+Green+Blue) = 191+52+32=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3420 is #40CBDF. Grayscale: #5B5B5B. Windows color (decimal): -4246496 or 2110655. OLE color: 2110655.
HSL color Cylindrical-coordinate representation of color #BF3420: hue angle of 7.55º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF3420 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 32 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.25 |
| HSL | 7.55º | 0.71% | 0.44% | - |
| HSV(B) | 7.55º | 0.83% | 0.75% | - |
| XYZ | 22.97 | 13.64 | 2.79 | - |
| YUV | 91.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 32 | 0 | 0.73 | 0.83 | 0.25 | 7.55 | 0.71 | 0.44 |
| Hex | BF | 34 | 20 | 0 | 49 | 53 | 19 | 8 | 47 | 2C |
| Octal | 277 | 64 | 40 | 0 | 111 | 123 | 31 | 10 | 107 | 54 |
| Binary | 10111111 | 110100 | 100000 | 0 | 1001001 | 1010011 | 11001 | 1000 | 1000111 | 101100 |
Color Harmonies of #BF3420
Complementary color
Monochromatic Colors of #BF3420
Black with #BF3420
Text Example
Text Example
White with #BF3420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3420; }
p { color: rgb(191,52,32); }
H1.HeaderClassName
{
color: #BF3420;
}
.AnyTagClassName
{
color: #BF3420;
}
</style>
background-color css
<style>
a { background-color: #BF3420; }
a { background-color: rgb(191,52,32); }
div.DivClassName
{
background-color: #BF3420;
}
.BgClassName
{
background-color: #BF3420;
}
</style>
border-color css
<style>
span { border-color: #BF3420; }
span { border-color: rgb(191,52,32); }
td.TdClassName
{
border-color: #BF3420;
}
.TagClassName
{
border-color: #BF3420;
}
</style>