Html Css Color HEX #BF210C Harley Davidson Orange
📋 copy color: '#BF210C'red 191 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #BF210C
Tints of Harley Davidson Orange #BF210C
RGB
CMYK
RGB Variations
Color information
#BF210C (or 0xBF210C) is known color: Harley Davidson Orange. HEX triplet: BF, 21 and 0C. RGB value is (191,33,12). Sum of RGB (Red+Green+Blue) = 191+33+12=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF210C is #40DEF3. Grayscale: #4E4E4E. Windows color (decimal): -4251380 or 795071. OLE color: 795071.
HSL color Cylindrical-coordinate representation of color #BF210C: hue angle of 7.04º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF210C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.25 |
| HSL | 7.04º | 0.88% | 0.4% | - |
| HSV(B) | 7.04º | 0.94% | 0.75% | - |
| XYZ | 22.1 | 12.19 | 1.54 | - |
| YUV | 77.85 | 90.85 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 12 | 0 | 0.83 | 0.94 | 0.25 | 7.04 | 0.88 | 0.4 |
| Hex | BF | 21 | C | 0 | 53 | 5E | 19 | 7 | 58 | 28 |
| Octal | 277 | 41 | 14 | 0 | 123 | 136 | 31 | 7 | 130 | 50 |
| Binary | 10111111 | 100001 | 1100 | 0 | 1010011 | 1011110 | 11001 | 111 | 1011000 | 101000 |
Color Harmonies of #BF210C
Complementary color
Monochromatic Colors of #BF210C
Black with #BF210C
Text Example
Text Example
White with #BF210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF210C; }
p { color: rgb(191,33,12); }
H1.HeaderClassName
{
color: #BF210C;
}
.AnyTagClassName
{
color: #BF210C;
}
</style>
background-color css
<style>
a { background-color: #BF210C; }
a { background-color: rgb(191,33,12); }
div.DivClassName
{
background-color: #BF210C;
}
.BgClassName
{
background-color: #BF210C;
}
</style>
border-color css
<style>
span { border-color: #BF210C; }
span { border-color: rgb(191,33,12); }
td.TdClassName
{
border-color: #BF210C;
}
.TagClassName
{
border-color: #BF210C;
}
</style>