Html Css Color HEX #BF3C18 Harley Davidson Orange
📋 copy color: '#BF3C18'red 191 ◦ green 60 ◦ blue 24
Shades of Harley Davidson Orange #BF3C18
Tints of Harley Davidson Orange #BF3C18
RGB
CMYK
RGB Variations
Color information
#BF3C18 (or 0xBF3C18) is known color: Harley Davidson Orange. HEX triplet: BF, 3C and 18. RGB value is (191,60,24). Sum of RGB (Red+Green+Blue) = 191+60+24=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3C18 is #40C3E7. Grayscale: #5F5F5F. Windows color (decimal): -4244456 or 1588415. OLE color: 1588415.
HSL color Cylindrical-coordinate representation of color #BF3C18: hue angle of 12.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF3C18 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 24 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.25 |
| HSL | 12.93º | 0.78% | 0.42% | - |
| HSV(B) | 12.93º | 0.87% | 0.75% | - |
| XYZ | 23.27 | 14.37 | 2.41 | - |
| YUV | 95.07 | 87.9 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 24 | 0 | 0.69 | 0.87 | 0.25 | 12.93 | 0.78 | 0.42 |
| Hex | BF | 3C | 18 | 0 | 45 | 57 | 19 | D | 4E | 2A |
| Octal | 277 | 74 | 30 | 0 | 105 | 127 | 31 | 15 | 116 | 52 |
| Binary | 10111111 | 111100 | 11000 | 0 | 1000101 | 1010111 | 11001 | 1101 | 1001110 | 101010 |
Color Harmonies of #BF3C18
Complementary color
Monochromatic Colors of #BF3C18
Black with #BF3C18
Text Example
Text Example
White with #BF3C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C18; }
p { color: rgb(191,60,24); }
H1.HeaderClassName
{
color: #BF3C18;
}
.AnyTagClassName
{
color: #BF3C18;
}
</style>
background-color css
<style>
a { background-color: #BF3C18; }
a { background-color: rgb(191,60,24); }
div.DivClassName
{
background-color: #BF3C18;
}
.BgClassName
{
background-color: #BF3C18;
}
</style>
border-color css
<style>
span { border-color: #BF3C18; }
span { border-color: rgb(191,60,24); }
td.TdClassName
{
border-color: #BF3C18;
}
.TagClassName
{
border-color: #BF3C18;
}
</style>