Html Css Color HEX #BF2D04 Harley Davidson Orange
📋 copy color: '#BF2D04'red 191 ◦ green 45 ◦ blue 4
Shades of Harley Davidson Orange #BF2D04
Tints of Harley Davidson Orange #BF2D04
RGB
CMYK
RGB Variations
Color information
#BF2D04 (or 0xBF2D04) is known color: Harley Davidson Orange. HEX triplet: BF, 2D and 04. RGB value is (191,45,4). Sum of RGB (Red+Green+Blue) = 191+45+4=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2D04 is #40D2FB. Grayscale: #545454. Windows color (decimal): -4248316 or 273855. OLE color: 273855.
HSL color Cylindrical-coordinate representation of color #BF2D04: hue angle of 13.16º 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 #BF2D04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.25 |
| HSL | 13.16º | 0.96% | 0.38% | - |
| HSV(B) | 13.16º | 0.98% | 0.75% | - |
| XYZ | 22.45 | 12.96 | 1.43 | - |
| YUV | 83.98 | 82.87 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 4 | 0 | 0.76 | 0.98 | 0.25 | 13.16 | 0.96 | 0.38 |
| Hex | BF | 2D | 4 | 0 | 4C | 62 | 19 | D | 60 | 26 |
| Octal | 277 | 55 | 4 | 0 | 114 | 142 | 31 | 15 | 140 | 46 |
| Binary | 10111111 | 101101 | 100 | 0 | 1001100 | 1100010 | 11001 | 1101 | 1100000 | 100110 |
Color Harmonies of #BF2D04
Complementary color
Monochromatic Colors of #BF2D04
Black with #BF2D04
Text Example
Text Example
White with #BF2D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D04; }
p { color: rgb(191,45,4); }
H1.HeaderClassName
{
color: #BF2D04;
}
.AnyTagClassName
{
color: #BF2D04;
}
</style>
background-color css
<style>
a { background-color: #BF2D04; }
a { background-color: rgb(191,45,4); }
div.DivClassName
{
background-color: #BF2D04;
}
.BgClassName
{
background-color: #BF2D04;
}
</style>
border-color css
<style>
span { border-color: #BF2D04; }
span { border-color: rgb(191,45,4); }
td.TdClassName
{
border-color: #BF2D04;
}
.TagClassName
{
border-color: #BF2D04;
}
</style>