Html Css Color HEX #BF290C Harley Davidson Orange
📋 copy color: '#BF290C'red 191 ◦ green 41 ◦ blue 12
Shades of Harley Davidson Orange #BF290C
Tints of Harley Davidson Orange #BF290C
RGB
CMYK
RGB Variations
Color information
#BF290C (or 0xBF290C) is known color: Harley Davidson Orange. HEX triplet: BF, 29 and 0C. RGB value is (191,41,12). Sum of RGB (Red+Green+Blue) = 191+41+12=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF290C is #40D6F3. Grayscale: #525252. Windows color (decimal): -4249332 or 797119. OLE color: 797119.
HSL color Cylindrical-coordinate representation of color #BF290C: hue angle of 9.72º 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 #BF290C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 12 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.25 |
| HSL | 9.72º | 0.88% | 0.4% | - |
| HSV(B) | 9.72º | 0.94% | 0.75% | - |
| XYZ | 22.35 | 12.69 | 1.62 | - |
| YUV | 82.54 | 88.2 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 12 | 0 | 0.79 | 0.94 | 0.25 | 9.72 | 0.88 | 0.4 |
| Hex | BF | 29 | C | 0 | 4F | 5E | 19 | A | 58 | 28 |
| Octal | 277 | 51 | 14 | 0 | 117 | 136 | 31 | 12 | 130 | 50 |
| Binary | 10111111 | 101001 | 1100 | 0 | 1001111 | 1011110 | 11001 | 1010 | 1011000 | 101000 |
Color Harmonies of #BF290C
Complementary color
Monochromatic Colors of #BF290C
Black with #BF290C
Text Example
Text Example
White with #BF290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF290C; }
p { color: rgb(191,41,12); }
H1.HeaderClassName
{
color: #BF290C;
}
.AnyTagClassName
{
color: #BF290C;
}
</style>
background-color css
<style>
a { background-color: #BF290C; }
a { background-color: rgb(191,41,12); }
div.DivClassName
{
background-color: #BF290C;
}
.BgClassName
{
background-color: #BF290C;
}
</style>
border-color css
<style>
span { border-color: #BF290C; }
span { border-color: rgb(191,41,12); }
td.TdClassName
{
border-color: #BF290C;
}
.TagClassName
{
border-color: #BF290C;
}
</style>