Html Css Color HEX #BF2802 Harley Davidson Orange
📋 copy color: '#BF2802'red 191 ◦ green 40 ◦ blue 2
Shades of Harley Davidson Orange #BF2802
Tints of Harley Davidson Orange #BF2802
RGB
CMYK
RGB Variations
Color information
#BF2802 (or 0xBF2802) is known color: Harley Davidson Orange. HEX triplet: BF, 28 and 02. RGB value is (191,40,2). Sum of RGB (Red+Green+Blue) = 191+40+2=233 (30% of max value = 765). Red value is 191 (75% from 255 or 81.97% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2802 is #40D7FD. Grayscale: #515151. Windows color (decimal): -4249598 or 141503. OLE color: 141503.
HSL color Cylindrical-coordinate representation of color #BF2802: hue angle of 12.06º 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 #BF2802 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.25 |
| HSL | 12.06º | 0.98% | 0.38% | - |
| HSV(B) | 12.06º | 0.99% | 0.75% | - |
| XYZ | 22.26 | 12.6 | 1.32 | - |
| YUV | 80.82 | 83.53 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 2 | 0 | 0.79 | 0.99 | 0.25 | 12.06 | 0.98 | 0.38 |
| Hex | BF | 28 | 2 | 0 | 4F | 63 | 19 | C | 62 | 26 |
| Octal | 277 | 50 | 2 | 0 | 117 | 143 | 31 | 14 | 142 | 46 |
| Binary | 10111111 | 101000 | 10 | 0 | 1001111 | 1100011 | 11001 | 1100 | 1100010 | 100110 |
Color Harmonies of #BF2802
Complementary color
Monochromatic Colors of #BF2802
Black with #BF2802
Text Example
Text Example
White with #BF2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2802; }
p { color: rgb(191,40,2); }
H1.HeaderClassName
{
color: #BF2802;
}
.AnyTagClassName
{
color: #BF2802;
}
</style>
background-color css
<style>
a { background-color: #BF2802; }
a { background-color: rgb(191,40,2); }
div.DivClassName
{
background-color: #BF2802;
}
.BgClassName
{
background-color: #BF2802;
}
</style>
border-color css
<style>
span { border-color: #BF2802; }
span { border-color: rgb(191,40,2); }
td.TdClassName
{
border-color: #BF2802;
}
.TagClassName
{
border-color: #BF2802;
}
</style>