Html Css Color HEX #BF290D Harley Davidson Orange
📋 copy color: '#BF290D'red 191 ◦ green 41 ◦ blue 13
Shades of Harley Davidson Orange #BF290D
Tints of Harley Davidson Orange #BF290D
RGB
CMYK
RGB Variations
Color information
#BF290D (or 0xBF290D) is known color: Harley Davidson Orange. HEX triplet: BF, 29 and 0D. RGB value is (191,41,13). Sum of RGB (Red+Green+Blue) = 191+41+13=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF290D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF290D is #40D6F2. Grayscale: #525252. Windows color (decimal): -4249331 or 862655. OLE color: 862655.
HSL color Cylindrical-coordinate representation of color #BF290D: hue angle of 9.44º 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 #BF290D is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 13 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.25 |
| HSL | 9.44º | 0.87% | 0.4% | - |
| HSV(B) | 9.44º | 0.93% | 0.75% | - |
| XYZ | 22.35 | 12.69 | 1.65 | - |
| YUV | 82.66 | 88.7 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 13 | 0 | 0.79 | 0.93 | 0.25 | 9.44 | 0.87 | 0.4 |
| Hex | BF | 29 | D | 0 | 4F | 5D | 19 | 9 | 57 | 28 |
| Octal | 277 | 51 | 15 | 0 | 117 | 135 | 31 | 11 | 127 | 50 |
| Binary | 10111111 | 101001 | 1101 | 0 | 1001111 | 1011101 | 11001 | 1001 | 1010111 | 101000 |
Color Harmonies of #BF290D
Complementary color
Monochromatic Colors of #BF290D
Black with #BF290D
Text Example
Text Example
White with #BF290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF290D; }
p { color: rgb(191,41,13); }
H1.HeaderClassName
{
color: #BF290D;
}
.AnyTagClassName
{
color: #BF290D;
}
</style>
background-color css
<style>
a { background-color: #BF290D; }
a { background-color: rgb(191,41,13); }
div.DivClassName
{
background-color: #BF290D;
}
.BgClassName
{
background-color: #BF290D;
}
</style>
border-color css
<style>
span { border-color: #BF290D; }
span { border-color: rgb(191,41,13); }
td.TdClassName
{
border-color: #BF290D;
}
.TagClassName
{
border-color: #BF290D;
}
</style>