Html Css Color HEX #BF2A04 Harley Davidson Orange
📋 copy color: '#BF2A04'red 191 ◦ green 42 ◦ blue 4
Shades of Harley Davidson Orange #BF2A04
Tints of Harley Davidson Orange #BF2A04
RGB
CMYK
RGB Variations
Color information
#BF2A04 (or 0xBF2A04) is known color: Harley Davidson Orange. HEX triplet: BF, 2A and 04. RGB value is (191,42,4). Sum of RGB (Red+Green+Blue) = 191+42+4=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2A04 is #40D5FB. Grayscale: #525252. Windows color (decimal): -4249084 or 273087. OLE color: 273087.
HSL color Cylindrical-coordinate representation of color #BF2A04: hue angle of 12.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF2A04 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.25 |
| HSL | 12.19º | 0.96% | 0.38% | - |
| HSV(B) | 12.19º | 0.98% | 0.75% | - |
| XYZ | 22.34 | 12.74 | 1.4 | - |
| YUV | 82.22 | 83.86 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 4 | 0 | 0.78 | 0.98 | 0.25 | 12.19 | 0.96 | 0.38 |
| Hex | BF | 2A | 4 | 0 | 4E | 62 | 19 | C | 60 | 26 |
| Octal | 277 | 52 | 4 | 0 | 116 | 142 | 31 | 14 | 140 | 46 |
| Binary | 10111111 | 101010 | 100 | 0 | 1001110 | 1100010 | 11001 | 1100 | 1100000 | 100110 |
Color Harmonies of #BF2A04
Complementary color
Monochromatic Colors of #BF2A04
Black with #BF2A04
Text Example
Text Example
White with #BF2A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A04; }
p { color: rgb(191,42,4); }
H1.HeaderClassName
{
color: #BF2A04;
}
.AnyTagClassName
{
color: #BF2A04;
}
</style>
background-color css
<style>
a { background-color: #BF2A04; }
a { background-color: rgb(191,42,4); }
div.DivClassName
{
background-color: #BF2A04;
}
.BgClassName
{
background-color: #BF2A04;
}
</style>
border-color css
<style>
span { border-color: #BF2A04; }
span { border-color: rgb(191,42,4); }
td.TdClassName
{
border-color: #BF2A04;
}
.TagClassName
{
border-color: #BF2A04;
}
</style>