Html Css Color HEX #BF210D Harley Davidson Orange
📋 copy color: '#BF210D'red 191 ◦ green 33 ◦ blue 13
Shades of Harley Davidson Orange #BF210D
Tints of Harley Davidson Orange #BF210D
RGB
CMYK
RGB Variations
Color information
#BF210D (or 0xBF210D) is known color: Harley Davidson Orange. HEX triplet: BF, 21 and 0D. RGB value is (191,33,13). Sum of RGB (Red+Green+Blue) = 191+33+13=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF210D is #40DEF2. Grayscale: #4E4E4E. Windows color (decimal): -4251379 or 860607. OLE color: 860607.
HSL color Cylindrical-coordinate representation of color #BF210D: hue angle of 6.74º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF210D is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 13 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.25 |
| HSL | 6.74º | 0.87% | 0.4% | - |
| HSV(B) | 6.74º | 0.93% | 0.75% | - |
| XYZ | 22.1 | 12.19 | 1.57 | - |
| YUV | 77.96 | 91.35 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 13 | 0 | 0.83 | 0.93 | 0.25 | 6.74 | 0.87 | 0.4 |
| Hex | BF | 21 | D | 0 | 53 | 5D | 19 | 7 | 57 | 28 |
| Octal | 277 | 41 | 15 | 0 | 123 | 135 | 31 | 7 | 127 | 50 |
| Binary | 10111111 | 100001 | 1101 | 0 | 1010011 | 1011101 | 11001 | 111 | 1010111 | 101000 |
Color Harmonies of #BF210D
Complementary color
Monochromatic Colors of #BF210D
Black with #BF210D
Text Example
Text Example
White with #BF210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF210D; }
p { color: rgb(191,33,13); }
H1.HeaderClassName
{
color: #BF210D;
}
.AnyTagClassName
{
color: #BF210D;
}
</style>
background-color css
<style>
a { background-color: #BF210D; }
a { background-color: rgb(191,33,13); }
div.DivClassName
{
background-color: #BF210D;
}
.BgClassName
{
background-color: #BF210D;
}
</style>
border-color css
<style>
span { border-color: #BF210D; }
span { border-color: rgb(191,33,13); }
td.TdClassName
{
border-color: #BF210D;
}
.TagClassName
{
border-color: #BF210D;
}
</style>