Html Css Color HEX #BF240C Harley Davidson Orange
📋 copy color: '#BF240C'red 191 ◦ green 36 ◦ blue 12
Shades of Harley Davidson Orange #BF240C
Tints of Harley Davidson Orange #BF240C
RGB
CMYK
RGB Variations
Color information
#BF240C (or 0xBF240C) is known color: Harley Davidson Orange. HEX triplet: BF, 24 and 0C. RGB value is (191,36,12). Sum of RGB (Red+Green+Blue) = 191+36+12=239 (31% of max value = 765). Red value is 191 (75% from 255 or 79.92% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 191 - color contains mainly: red. Hex color #BF240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF240C is #40DBF3. Grayscale: #4F4F4F. Windows color (decimal): -4250612 or 795839. OLE color: 795839.
HSL color Cylindrical-coordinate representation of color #BF240C: hue angle of 8.04º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF240C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 12 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.25 |
| HSL | 8.04º | 0.88% | 0.4% | - |
| HSV(B) | 8.04º | 0.94% | 0.75% | - |
| XYZ | 22.18 | 12.36 | 1.57 | - |
| YUV | 79.61 | 89.85 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 12 | 0 | 0.81 | 0.94 | 0.25 | 8.04 | 0.88 | 0.4 |
| Hex | BF | 24 | C | 0 | 51 | 5E | 19 | 8 | 58 | 28 |
| Octal | 277 | 44 | 14 | 0 | 121 | 136 | 31 | 10 | 130 | 50 |
| Binary | 10111111 | 100100 | 1100 | 0 | 1010001 | 1011110 | 11001 | 1000 | 1011000 | 101000 |
Color Harmonies of #BF240C
Complementary color
Monochromatic Colors of #BF240C
Black with #BF240C
Text Example
Text Example
White with #BF240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF240C; }
p { color: rgb(191,36,12); }
H1.HeaderClassName
{
color: #BF240C;
}
.AnyTagClassName
{
color: #BF240C;
}
</style>
background-color css
<style>
a { background-color: #BF240C; }
a { background-color: rgb(191,36,12); }
div.DivClassName
{
background-color: #BF240C;
}
.BgClassName
{
background-color: #BF240C;
}
</style>
border-color css
<style>
span { border-color: #BF240C; }
span { border-color: rgb(191,36,12); }
td.TdClassName
{
border-color: #BF240C;
}
.TagClassName
{
border-color: #BF240C;
}
</style>