Html Css Color HEX #BF2512 Harley Davidson Orange
📋 copy color: '#BF2512'red 191 ◦ green 37 ◦ blue 18
Shades of Harley Davidson Orange #BF2512
Tints of Harley Davidson Orange #BF2512
RGB
CMYK
RGB Variations
Color information
#BF2512 (or 0xBF2512) is known color: Harley Davidson Orange. HEX triplet: BF, 25 and 12. RGB value is (191,37,18). Sum of RGB (Red+Green+Blue) = 191+37+18=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2512 is #40DAED. Grayscale: #515151. Windows color (decimal): -4250350 or 1189311. OLE color: 1189311.
HSL color Cylindrical-coordinate representation of color #BF2512: hue angle of 6.59º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF2512 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 18 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.25 |
| HSL | 6.59º | 0.83% | 0.41% | - |
| HSV(B) | 6.59º | 0.91% | 0.75% | - |
| XYZ | 22.26 | 12.44 | 1.8 | - |
| YUV | 80.88 | 92.52 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 18 | 0 | 0.81 | 0.91 | 0.25 | 6.59 | 0.83 | 0.41 |
| Hex | BF | 25 | 12 | 0 | 51 | 5B | 19 | 7 | 53 | 29 |
| Octal | 277 | 45 | 22 | 0 | 121 | 133 | 31 | 7 | 123 | 51 |
| Binary | 10111111 | 100101 | 10010 | 0 | 1010001 | 1011011 | 11001 | 111 | 1010011 | 101001 |
Color Harmonies of #BF2512
Complementary color
Monochromatic Colors of #BF2512
Black with #BF2512
Text Example
Text Example
White with #BF2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2512; }
p { color: rgb(191,37,18); }
H1.HeaderClassName
{
color: #BF2512;
}
.AnyTagClassName
{
color: #BF2512;
}
</style>
background-color css
<style>
a { background-color: #BF2512; }
a { background-color: rgb(191,37,18); }
div.DivClassName
{
background-color: #BF2512;
}
.BgClassName
{
background-color: #BF2512;
}
</style>
border-color css
<style>
span { border-color: #BF2512; }
span { border-color: rgb(191,37,18); }
td.TdClassName
{
border-color: #BF2512;
}
.TagClassName
{
border-color: #BF2512;
}
</style>