Html Css Color HEX #BF200D Harley Davidson Orange
📋 copy color: '#BF200D'red 191 ◦ green 32 ◦ blue 13
Shades of Harley Davidson Orange #BF200D
Tints of Harley Davidson Orange #BF200D
RGB
CMYK
RGB Variations
Color information
#BF200D (or 0xBF200D) is known color: Harley Davidson Orange. HEX triplet: BF, 20 and 0D. RGB value is (191,32,13). Sum of RGB (Red+Green+Blue) = 191+32+13=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF200D is #40DFF2. Grayscale: #4D4D4D. Windows color (decimal): -4251635 or 860351. OLE color: 860351.
HSL color Cylindrical-coordinate representation of color #BF200D: hue angle of 6.4º 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 #BF200D is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 13 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.25 |
| HSL | 6.4º | 0.87% | 0.4% | - |
| HSV(B) | 6.4º | 0.93% | 0.75% | - |
| XYZ | 22.08 | 12.14 | 1.56 | - |
| YUV | 77.38 | 91.68 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 13 | 0 | 0.83 | 0.93 | 0.25 | 6.4 | 0.87 | 0.4 |
| Hex | BF | 20 | D | 0 | 53 | 5D | 19 | 6 | 57 | 28 |
| Octal | 277 | 40 | 15 | 0 | 123 | 135 | 31 | 6 | 127 | 50 |
| Binary | 10111111 | 100000 | 1101 | 0 | 1010011 | 1011101 | 11001 | 110 | 1010111 | 101000 |
Color Harmonies of #BF200D
Complementary color
Monochromatic Colors of #BF200D
Black with #BF200D
Text Example
Text Example
White with #BF200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF200D; }
p { color: rgb(191,32,13); }
H1.HeaderClassName
{
color: #BF200D;
}
.AnyTagClassName
{
color: #BF200D;
}
</style>
background-color css
<style>
a { background-color: #BF200D; }
a { background-color: rgb(191,32,13); }
div.DivClassName
{
background-color: #BF200D;
}
.BgClassName
{
background-color: #BF200D;
}
</style>
border-color css
<style>
span { border-color: #BF200D; }
span { border-color: rgb(191,32,13); }
td.TdClassName
{
border-color: #BF200D;
}
.TagClassName
{
border-color: #BF200D;
}
</style>