Html Css Color HEX #BF1F0A Harley Davidson Orange
📋 copy color: '#BF1F0A'red 191 ◦ green 31 ◦ blue 10
Shades of Harley Davidson Orange #BF1F0A
Tints of Harley Davidson Orange #BF1F0A
RGB
CMYK
RGB Variations
Color information
#BF1F0A (or 0xBF1F0A) is known color: Harley Davidson Orange. HEX triplet: BF, 1F and 0A. RGB value is (191,31,10). Sum of RGB (Red+Green+Blue) = 191+31+10=232 (30% of max value = 765). Red value is 191 (75% from 255 or 82.33% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1F0A is #40E0F5. Grayscale: #4C4C4C. Windows color (decimal): -4251894 or 663487. OLE color: 663487.
HSL color Cylindrical-coordinate representation of color #BF1F0A: hue angle of 6.96º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF1F0A is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 10 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.25 |
| HSL | 6.96º | 0.9% | 0.39% | - |
| HSV(B) | 6.96º | 0.95% | 0.75% | - |
| XYZ | 22.03 | 12.08 | 1.46 | - |
| YUV | 76.45 | 90.51 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 10 | 0 | 0.84 | 0.95 | 0.25 | 6.96 | 0.9 | 0.39 |
| Hex | BF | 1F | A | 0 | 54 | 5F | 19 | 7 | 5A | 27 |
| Octal | 277 | 37 | 12 | 0 | 124 | 137 | 31 | 7 | 132 | 47 |
| Binary | 10111111 | 11111 | 1010 | 0 | 1010100 | 1011111 | 11001 | 111 | 1011010 | 100111 |
Color Harmonies of #BF1F0A
Complementary color
Monochromatic Colors of #BF1F0A
Black with #BF1F0A
Text Example
Text Example
White with #BF1F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1F0A; }
p { color: rgb(191,31,10); }
H1.HeaderClassName
{
color: #BF1F0A;
}
.AnyTagClassName
{
color: #BF1F0A;
}
</style>
background-color css
<style>
a { background-color: #BF1F0A; }
a { background-color: rgb(191,31,10); }
div.DivClassName
{
background-color: #BF1F0A;
}
.BgClassName
{
background-color: #BF1F0A;
}
</style>
border-color css
<style>
span { border-color: #BF1F0A; }
span { border-color: rgb(191,31,10); }
td.TdClassName
{
border-color: #BF1F0A;
}
.TagClassName
{
border-color: #BF1F0A;
}
</style>