Html Css Color HEX #BF2803 Harley Davidson Orange
📋 copy color: '#BF2803'red 191 ◦ green 40 ◦ blue 3
Shades of Harley Davidson Orange #BF2803
Tints of Harley Davidson Orange #BF2803
RGB
CMYK
RGB Variations
Color information
#BF2803 (or 0xBF2803) is known color: Harley Davidson Orange. HEX triplet: BF, 28 and 03. RGB value is (191,40,3). Sum of RGB (Red+Green+Blue) = 191+40+3=234 (30% of max value = 765). Red value is 191 (75% from 255 or 81.62% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2803 is #40D7FC. Grayscale: #515151. Windows color (decimal): -4249597 or 207039. OLE color: 207039.
HSL color Cylindrical-coordinate representation of color #BF2803: hue angle of 11.81º degrees, saturation: 0.97, 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 #BF2803 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.25 |
| HSL | 11.81º | 0.97% | 0.38% | - |
| HSV(B) | 11.81º | 0.98% | 0.75% | - |
| XYZ | 22.26 | 12.6 | 1.35 | - |
| YUV | 80.93 | 84.03 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 3 | 0 | 0.79 | 0.98 | 0.25 | 11.81 | 0.97 | 0.38 |
| Hex | BF | 28 | 3 | 0 | 4F | 62 | 19 | C | 61 | 26 |
| Octal | 277 | 50 | 3 | 0 | 117 | 142 | 31 | 14 | 141 | 46 |
| Binary | 10111111 | 101000 | 11 | 0 | 1001111 | 1100010 | 11001 | 1100 | 1100001 | 100110 |
Color Harmonies of #BF2803
Complementary color
Monochromatic Colors of #BF2803
Black with #BF2803
Text Example
Text Example
White with #BF2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2803; }
p { color: rgb(191,40,3); }
H1.HeaderClassName
{
color: #BF2803;
}
.AnyTagClassName
{
color: #BF2803;
}
</style>
background-color css
<style>
a { background-color: #BF2803; }
a { background-color: rgb(191,40,3); }
div.DivClassName
{
background-color: #BF2803;
}
.BgClassName
{
background-color: #BF2803;
}
</style>
border-color css
<style>
span { border-color: #BF2803; }
span { border-color: rgb(191,40,3); }
td.TdClassName
{
border-color: #BF2803;
}
.TagClassName
{
border-color: #BF2803;
}
</style>