Html Css Color HEX #BF2D05 Harley Davidson Orange
📋 copy color: '#BF2D05'red 191 ◦ green 45 ◦ blue 5
Shades of Harley Davidson Orange #BF2D05
Tints of Harley Davidson Orange #BF2D05
RGB
CMYK
RGB Variations
Color information
#BF2D05 (or 0xBF2D05) is known color: Harley Davidson Orange. HEX triplet: BF, 2D and 05. RGB value is (191,45,5). Sum of RGB (Red+Green+Blue) = 191+45+5=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2D05 is #40D2FA. Grayscale: #545454. Windows color (decimal): -4248315 or 339391. OLE color: 339391.
HSL color Cylindrical-coordinate representation of color #BF2D05: hue angle of 12.9º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF2D05 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 5 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.25 |
| HSL | 12.9º | 0.95% | 0.38% | - |
| HSV(B) | 12.9º | 0.97% | 0.75% | - |
| XYZ | 22.45 | 12.96 | 1.46 | - |
| YUV | 84.09 | 83.37 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 5 | 0 | 0.76 | 0.97 | 0.25 | 12.9 | 0.95 | 0.38 |
| Hex | BF | 2D | 5 | 0 | 4C | 61 | 19 | D | 5F | 26 |
| Octal | 277 | 55 | 5 | 0 | 114 | 141 | 31 | 15 | 137 | 46 |
| Binary | 10111111 | 101101 | 101 | 0 | 1001100 | 1100001 | 11001 | 1101 | 1011111 | 100110 |
Color Harmonies of #BF2D05
Complementary color
Monochromatic Colors of #BF2D05
Black with #BF2D05
Text Example
Text Example
White with #BF2D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D05; }
p { color: rgb(191,45,5); }
H1.HeaderClassName
{
color: #BF2D05;
}
.AnyTagClassName
{
color: #BF2D05;
}
</style>
background-color css
<style>
a { background-color: #BF2D05; }
a { background-color: rgb(191,45,5); }
div.DivClassName
{
background-color: #BF2D05;
}
.BgClassName
{
background-color: #BF2D05;
}
</style>
border-color css
<style>
span { border-color: #BF2D05; }
span { border-color: rgb(191,45,5); }
td.TdClassName
{
border-color: #BF2D05;
}
.TagClassName
{
border-color: #BF2D05;
}
</style>