Html Css Color HEX #BF3315 Harley Davidson Orange
📋 copy color: '#BF3315'red 191 ◦ green 51 ◦ blue 21
Shades of Harley Davidson Orange #BF3315
Tints of Harley Davidson Orange #BF3315
RGB
CMYK
RGB Variations
Color information
#BF3315 (or 0xBF3315) is known color: Harley Davidson Orange. HEX triplet: BF, 33 and 15. RGB value is (191,51,21). Sum of RGB (Red+Green+Blue) = 191+51+21=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3315 is #40CCEA. Grayscale: #595959. Windows color (decimal): -4246763 or 1389503. OLE color: 1389503.
HSL color Cylindrical-coordinate representation of color #BF3315: hue angle of 10.59º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF3315 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 21 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.25 |
| HSL | 10.59º | 0.8% | 0.42% | - |
| HSV(B) | 10.59º | 0.89% | 0.75% | - |
| XYZ | 22.81 | 13.5 | 2.11 | - |
| YUV | 89.44 | 89.38 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 21 | 0 | 0.73 | 0.89 | 0.25 | 10.59 | 0.8 | 0.42 |
| Hex | BF | 33 | 15 | 0 | 49 | 59 | 19 | B | 50 | 2A |
| Octal | 277 | 63 | 25 | 0 | 111 | 131 | 31 | 13 | 120 | 52 |
| Binary | 10111111 | 110011 | 10101 | 0 | 1001001 | 1011001 | 11001 | 1011 | 1010000 | 101010 |
Color Harmonies of #BF3315
Complementary color
Monochromatic Colors of #BF3315
Black with #BF3315
Text Example
Text Example
White with #BF3315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3315; }
p { color: rgb(191,51,21); }
H1.HeaderClassName
{
color: #BF3315;
}
.AnyTagClassName
{
color: #BF3315;
}
</style>
background-color css
<style>
a { background-color: #BF3315; }
a { background-color: rgb(191,51,21); }
div.DivClassName
{
background-color: #BF3315;
}
.BgClassName
{
background-color: #BF3315;
}
</style>
border-color css
<style>
span { border-color: #BF3315; }
span { border-color: rgb(191,51,21); }
td.TdClassName
{
border-color: #BF3315;
}
.TagClassName
{
border-color: #BF3315;
}
</style>