Html Css Color HEX #BF381C Harley Davidson Orange
📋 copy color: '#BF381C'red 191 ◦ green 56 ◦ blue 28
Shades of Harley Davidson Orange #BF381C
Tints of Harley Davidson Orange #BF381C
RGB
CMYK
RGB Variations
Color information
#BF381C (or 0xBF381C) is known color: Harley Davidson Orange. HEX triplet: BF, 38 and 1C. RGB value is (191,56,28). Sum of RGB (Red+Green+Blue) = 191+56+28=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF381C is #40C7E3. Grayscale: #5D5D5D. Windows color (decimal): -4245476 or 1849535. OLE color: 1849535.
HSL color Cylindrical-coordinate representation of color #BF381C: hue angle of 10.31º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF381C is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 56 | 28 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.25 |
| HSL | 10.31º | 0.74% | 0.43% | - |
| HSV(B) | 10.31º | 0.85% | 0.75% | - |
| XYZ | 23.11 | 13.99 | 2.58 | - |
| YUV | 93.17 | 91.23 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 28 | 0 | 0.71 | 0.85 | 0.25 | 10.31 | 0.74 | 0.43 |
| Hex | BF | 38 | 1C | 0 | 47 | 55 | 19 | A | 4A | 2B |
| Octal | 277 | 70 | 34 | 0 | 107 | 125 | 31 | 12 | 112 | 53 |
| Binary | 10111111 | 111000 | 11100 | 0 | 1000111 | 1010101 | 11001 | 1010 | 1001010 | 101011 |
Color Harmonies of #BF381C
Complementary color
Monochromatic Colors of #BF381C
Black with #BF381C
Text Example
Text Example
White with #BF381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF381C; }
p { color: rgb(191,56,28); }
H1.HeaderClassName
{
color: #BF381C;
}
.AnyTagClassName
{
color: #BF381C;
}
</style>
background-color css
<style>
a { background-color: #BF381C; }
a { background-color: rgb(191,56,28); }
div.DivClassName
{
background-color: #BF381C;
}
.BgClassName
{
background-color: #BF381C;
}
</style>
border-color css
<style>
span { border-color: #BF381C; }
span { border-color: rgb(191,56,28); }
td.TdClassName
{
border-color: #BF381C;
}
.TagClassName
{
border-color: #BF381C;
}
</style>