Html Css Color HEX #BF3C21 Harley Davidson Orange
📋 copy color: '#BF3C21'red 191 ◦ green 60 ◦ blue 33
Shades of Harley Davidson Orange #BF3C21
Tints of Harley Davidson Orange #BF3C21
RGB
CMYK
RGB Variations
Color information
#BF3C21 (or 0xBF3C21) is known color: Harley Davidson Orange. HEX triplet: BF, 3C and 21. RGB value is (191,60,33). Sum of RGB (Red+Green+Blue) = 191+60+33=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C21 is #40C3DE. Grayscale: #606060. Windows color (decimal): -4244447 or 2178239. OLE color: 2178239.
HSL color Cylindrical-coordinate representation of color #BF3C21: hue angle of 10.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF3C21 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 33 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.25 |
| HSL | 10.25º | 0.71% | 0.44% | - |
| HSV(B) | 10.25º | 0.83% | 0.75% | - |
| XYZ | 23.38 | 14.42 | 2.99 | - |
| YUV | 96.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 33 | 0 | 0.69 | 0.83 | 0.25 | 10.25 | 0.71 | 0.44 |
| Hex | BF | 3C | 21 | 0 | 45 | 53 | 19 | A | 47 | 2C |
| Octal | 277 | 74 | 41 | 0 | 105 | 123 | 31 | 12 | 107 | 54 |
| Binary | 10111111 | 111100 | 100001 | 0 | 1000101 | 1010011 | 11001 | 1010 | 1000111 | 101100 |
Color Harmonies of #BF3C21
Complementary color
Monochromatic Colors of #BF3C21
Black with #BF3C21
Text Example
Text Example
White with #BF3C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C21; }
p { color: rgb(191,60,33); }
H1.HeaderClassName
{
color: #BF3C21;
}
.AnyTagClassName
{
color: #BF3C21;
}
</style>
background-color css
<style>
a { background-color: #BF3C21; }
a { background-color: rgb(191,60,33); }
div.DivClassName
{
background-color: #BF3C21;
}
.BgClassName
{
background-color: #BF3C21;
}
</style>
border-color css
<style>
span { border-color: #BF3C21; }
span { border-color: rgb(191,60,33); }
td.TdClassName
{
border-color: #BF3C21;
}
.TagClassName
{
border-color: #BF3C21;
}
</style>