Html Css Color HEX #BF2D02 Harley Davidson Orange
📋 copy color: '#BF2D02'red 191 ◦ green 45 ◦ blue 2
Shades of Harley Davidson Orange #BF2D02
Tints of Harley Davidson Orange #BF2D02
RGB
CMYK
RGB Variations
Color information
#BF2D02 (or 0xBF2D02) is known color: Harley Davidson Orange. HEX triplet: BF, 2D and 02. RGB value is (191,45,2). Sum of RGB (Red+Green+Blue) = 191+45+2=238 (31% of max value = 765). Red value is 191 (75% from 255 or 80.25% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2D02 is #40D2FD. Grayscale: #545454. Windows color (decimal): -4248318 or 142783. OLE color: 142783.
HSL color Cylindrical-coordinate representation of color #BF2D02: hue angle of 13.65º 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 #BF2D02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.25 |
| HSL | 13.65º | 0.98% | 0.38% | - |
| HSV(B) | 13.65º | 0.99% | 0.75% | - |
| XYZ | 22.44 | 12.96 | 1.38 | - |
| YUV | 83.75 | 81.87 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 2 | 0 | 0.76 | 0.99 | 0.25 | 13.65 | 0.98 | 0.38 |
| Hex | BF | 2D | 2 | 0 | 4C | 63 | 19 | E | 62 | 26 |
| Octal | 277 | 55 | 2 | 0 | 114 | 143 | 31 | 16 | 142 | 46 |
| Binary | 10111111 | 101101 | 10 | 0 | 1001100 | 1100011 | 11001 | 1110 | 1100010 | 100110 |
Color Harmonies of #BF2D02
Complementary color
Monochromatic Colors of #BF2D02
Black with #BF2D02
Text Example
Text Example
White with #BF2D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D02; }
p { color: rgb(191,45,2); }
H1.HeaderClassName
{
color: #BF2D02;
}
.AnyTagClassName
{
color: #BF2D02;
}
</style>
background-color css
<style>
a { background-color: #BF2D02; }
a { background-color: rgb(191,45,2); }
div.DivClassName
{
background-color: #BF2D02;
}
.BgClassName
{
background-color: #BF2D02;
}
</style>
border-color css
<style>
span { border-color: #BF2D02; }
span { border-color: rgb(191,45,2); }
td.TdClassName
{
border-color: #BF2D02;
}
.TagClassName
{
border-color: #BF2D02;
}
</style>