Html Css Color HEX #BF250F Harley Davidson Orange
📋 copy color: '#BF250F'red 191 ◦ green 37 ◦ blue 15
Shades of Harley Davidson Orange #BF250F
Tints of Harley Davidson Orange #BF250F
RGB
CMYK
RGB Variations
Color information
#BF250F (or 0xBF250F) is known color: Harley Davidson Orange. HEX triplet: BF, 25 and 0F. RGB value is (191,37,15). Sum of RGB (Red+Green+Blue) = 191+37+15=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF250F is #40DAF0. Grayscale: #505050. Windows color (decimal): -4250353 or 992703. OLE color: 992703.
HSL color Cylindrical-coordinate representation of color #BF250F: hue angle of 7.5º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF250F is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 15 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.25 |
| HSL | 7.5º | 0.85% | 0.4% | - |
| HSV(B) | 7.5º | 0.92% | 0.75% | - |
| XYZ | 22.23 | 12.43 | 1.68 | - |
| YUV | 80.54 | 91.02 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 15 | 0 | 0.81 | 0.92 | 0.25 | 7.5 | 0.85 | 0.4 |
| Hex | BF | 25 | F | 0 | 51 | 5C | 19 | 8 | 55 | 28 |
| Octal | 277 | 45 | 17 | 0 | 121 | 134 | 31 | 10 | 125 | 50 |
| Binary | 10111111 | 100101 | 1111 | 0 | 1010001 | 1011100 | 11001 | 1000 | 1010101 | 101000 |
Color Harmonies of #BF250F
Complementary color
Monochromatic Colors of #BF250F
Black with #BF250F
Text Example
Text Example
White with #BF250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF250F; }
p { color: rgb(191,37,15); }
H1.HeaderClassName
{
color: #BF250F;
}
.AnyTagClassName
{
color: #BF250F;
}
</style>
background-color css
<style>
a { background-color: #BF250F; }
a { background-color: rgb(191,37,15); }
div.DivClassName
{
background-color: #BF250F;
}
.BgClassName
{
background-color: #BF250F;
}
</style>
border-color css
<style>
span { border-color: #BF250F; }
span { border-color: rgb(191,37,15); }
td.TdClassName
{
border-color: #BF250F;
}
.TagClassName
{
border-color: #BF250F;
}
</style>