Html Css Color HEX #BF2002 Harley Davidson Orange
📋 copy color: '#BF2002'red 191 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #BF2002
Tints of Harley Davidson Orange #BF2002
RGB
CMYK
RGB Variations
Color information
#BF2002 (or 0xBF2002) is known color: Harley Davidson Orange. HEX triplet: BF, 20 and 02. RGB value is (191,32,2). Sum of RGB (Red+Green+Blue) = 191+32+2=225 (29% of max value = 765). Red value is 191 (75% from 255 or 84.89% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2002 is #40DFFD. Grayscale: #4C4C4C. Windows color (decimal): -4251646 or 139455. OLE color: 139455.
HSL color Cylindrical-coordinate representation of color #BF2002: hue angle of 9.52º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF2002 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.25 |
| HSL | 9.52º | 0.98% | 0.38% | - |
| HSV(B) | 9.52º | 0.99% | 0.75% | - |
| XYZ | 22.01 | 12.11 | 1.24 | - |
| YUV | 76.12 | 86.18 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 2 | 0 | 0.83 | 0.99 | 0.25 | 9.52 | 0.98 | 0.38 |
| Hex | BF | 20 | 2 | 0 | 53 | 63 | 19 | A | 62 | 26 |
| Octal | 277 | 40 | 2 | 0 | 123 | 143 | 31 | 12 | 142 | 46 |
| Binary | 10111111 | 100000 | 10 | 0 | 1010011 | 1100011 | 11001 | 1010 | 1100010 | 100110 |
Color Harmonies of #BF2002
Complementary color
Monochromatic Colors of #BF2002
Black with #BF2002
Text Example
Text Example
White with #BF2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2002; }
p { color: rgb(191,32,2); }
H1.HeaderClassName
{
color: #BF2002;
}
.AnyTagClassName
{
color: #BF2002;
}
</style>
background-color css
<style>
a { background-color: #BF2002; }
a { background-color: rgb(191,32,2); }
div.DivClassName
{
background-color: #BF2002;
}
.BgClassName
{
background-color: #BF2002;
}
</style>
border-color css
<style>
span { border-color: #BF2002; }
span { border-color: rgb(191,32,2); }
td.TdClassName
{
border-color: #BF2002;
}
.TagClassName
{
border-color: #BF2002;
}
</style>