Html Css Color HEX #BF321D Harley Davidson Orange
📋 copy color: '#BF321D'red 191 ◦ green 50 ◦ blue 29
Shades of Harley Davidson Orange #BF321D
Tints of Harley Davidson Orange #BF321D
RGB
CMYK
RGB Variations
Color information
#BF321D (or 0xBF321D) is known color: Harley Davidson Orange. HEX triplet: BF, 32 and 1D. RGB value is (191,50,29). Sum of RGB (Red+Green+Blue) = 191+50+29=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF321D is #40CDE2. Grayscale: #595959. Windows color (decimal): -4247011 or 1913535. OLE color: 1913535.
HSL color Cylindrical-coordinate representation of color #BF321D: hue angle of 7.78º 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 #BF321D is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 29 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.25 |
| HSL | 7.78º | 0.74% | 0.43% | - |
| HSV(B) | 7.78º | 0.85% | 0.75% | - |
| XYZ | 22.85 | 13.45 | 2.55 | - |
| YUV | 89.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 29 | 0 | 0.74 | 0.85 | 0.25 | 7.78 | 0.74 | 0.43 |
| Hex | BF | 32 | 1D | 0 | 4A | 55 | 19 | 8 | 4A | 2B |
| Octal | 277 | 62 | 35 | 0 | 112 | 125 | 31 | 10 | 112 | 53 |
| Binary | 10111111 | 110010 | 11101 | 0 | 1001010 | 1010101 | 11001 | 1000 | 1001010 | 101011 |
Color Harmonies of #BF321D
Complementary color
Monochromatic Colors of #BF321D
Black with #BF321D
Text Example
Text Example
White with #BF321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF321D; }
p { color: rgb(191,50,29); }
H1.HeaderClassName
{
color: #BF321D;
}
.AnyTagClassName
{
color: #BF321D;
}
</style>
background-color css
<style>
a { background-color: #BF321D; }
a { background-color: rgb(191,50,29); }
div.DivClassName
{
background-color: #BF321D;
}
.BgClassName
{
background-color: #BF321D;
}
</style>
border-color css
<style>
span { border-color: #BF321D; }
span { border-color: rgb(191,50,29); }
td.TdClassName
{
border-color: #BF321D;
}
.TagClassName
{
border-color: #BF321D;
}
</style>