Html Css Color HEX #BF2400 Harley Davidson Orange
📋 copy color: '#BF2400'red 191 ◦ green 36 ◦ blue 0
Shades of Harley Davidson Orange #BF2400
Tints of Harley Davidson Orange #BF2400
RGB
CMYK
RGB Variations
Color information
#BF2400 (or 0xBF2400) is known color: Harley Davidson Orange. HEX triplet: BF, 24 and 00. RGB value is (191,36,0). Sum of RGB (Red+Green+Blue) = 191+36+0=227 (30% of max value = 765). Red value is 191 (75% from 255 or 84.14% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2400 is #40DBFF. Grayscale: #4E4E4E. Windows color (decimal): -4250624 or 9407. OLE color: 9407.
HSL color Cylindrical-coordinate representation of color #BF2400: hue angle of 11.31º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF2400 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.25 |
| HSL | 11.31º | 1% | 0.37% | - |
| HSV(B) | 11.31º | 1% | 0.75% | - |
| XYZ | 22.12 | 12.34 | 1.22 | - |
| YUV | 78.24 | 83.85 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 0 | 0 | 0.81 | 1 | 0.25 | 11.31 | 1 | 0.37 |
| Hex | BF | 24 | 0 | 0 | 51 | 64 | 19 | B | 64 | 25 |
| Octal | 277 | 44 | 0 | 0 | 121 | 144 | 31 | 13 | 144 | 45 |
| Binary | 10111111 | 100100 | 0 | 0 | 1010001 | 1100100 | 11001 | 1011 | 1100100 | 100101 |
Color Harmonies of #BF2400
Complementary color
Monochromatic Colors of #BF2400
Black with #BF2400
Text Example
Text Example
White with #BF2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2400; }
p { color: rgb(191,36,0); }
H1.HeaderClassName
{
color: #BF2400;
}
.AnyTagClassName
{
color: #BF2400;
}
</style>
background-color css
<style>
a { background-color: #BF2400; }
a { background-color: rgb(191,36,0); }
div.DivClassName
{
background-color: #BF2400;
}
.BgClassName
{
background-color: #BF2400;
}
</style>
border-color css
<style>
span { border-color: #BF2400; }
span { border-color: rgb(191,36,0); }
td.TdClassName
{
border-color: #BF2400;
}
.TagClassName
{
border-color: #BF2400;
}
</style>