Html Css Color HEX #BF250D Harley Davidson Orange
📋 copy color: '#BF250D'red 191 ◦ green 37 ◦ blue 13
Shades of Harley Davidson Orange #BF250D
Tints of Harley Davidson Orange #BF250D
RGB
CMYK
RGB Variations
Color information
#BF250D (or 0xBF250D) is known color: Harley Davidson Orange. HEX triplet: BF, 25 and 0D. RGB value is (191,37,13). Sum of RGB (Red+Green+Blue) = 191+37+13=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF250D is #40DAF2. Grayscale: #505050. Windows color (decimal): -4250355 or 861631. OLE color: 861631.
HSL color Cylindrical-coordinate representation of color #BF250D: hue angle of 8.09º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF250D is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 13 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.25 |
| HSL | 8.09º | 0.87% | 0.4% | - |
| HSV(B) | 8.09º | 0.93% | 0.75% | - |
| XYZ | 22.22 | 12.43 | 1.61 | - |
| YUV | 80.31 | 90.02 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 13 | 0 | 0.81 | 0.93 | 0.25 | 8.09 | 0.87 | 0.4 |
| Hex | BF | 25 | D | 0 | 51 | 5D | 19 | 8 | 57 | 28 |
| Octal | 277 | 45 | 15 | 0 | 121 | 135 | 31 | 10 | 127 | 50 |
| Binary | 10111111 | 100101 | 1101 | 0 | 1010001 | 1011101 | 11001 | 1000 | 1010111 | 101000 |
Color Harmonies of #BF250D
Complementary color
Monochromatic Colors of #BF250D
Black with #BF250D
Text Example
Text Example
White with #BF250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF250D; }
p { color: rgb(191,37,13); }
H1.HeaderClassName
{
color: #BF250D;
}
.AnyTagClassName
{
color: #BF250D;
}
</style>
background-color css
<style>
a { background-color: #BF250D; }
a { background-color: rgb(191,37,13); }
div.DivClassName
{
background-color: #BF250D;
}
.BgClassName
{
background-color: #BF250D;
}
</style>
border-color css
<style>
span { border-color: #BF250D; }
span { border-color: rgb(191,37,13); }
td.TdClassName
{
border-color: #BF250D;
}
.TagClassName
{
border-color: #BF250D;
}
</style>