Html Css Color HEX #BE2211 Harley Davidson Orange
📋 copy color: '#BE2211'red 190 ◦ green 34 ◦ blue 17
Shades of Harley Davidson Orange #BE2211
Tints of Harley Davidson Orange #BE2211
RGB
CMYK
RGB Variations
Color information
#BE2211 (or 0xBE2211) is known color: Harley Davidson Orange. HEX triplet: BE, 22 and 11. RGB value is (190,34,17). Sum of RGB (Red+Green+Blue) = 190+34+17=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2211 is #41DDEE. Grayscale: #4E4E4E. Windows color (decimal): -4316655 or 1123006. OLE color: 1123006.
HSL color Cylindrical-coordinate representation of color #BE2211: hue angle of 5.9º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE2211 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 17 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.25 |
| HSL | 5.9º | 0.84% | 0.41% | - |
| HSV(B) | 5.9º | 0.91% | 0.75% | - |
| XYZ | 21.91 | 12.13 | 1.72 | - |
| YUV | 78.71 | 93.18 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 17 | 0 | 0.82 | 0.91 | 0.25 | 5.9 | 0.84 | 0.41 |
| Hex | BE | 22 | 11 | 0 | 52 | 5B | 19 | 6 | 54 | 29 |
| Octal | 276 | 42 | 21 | 0 | 122 | 133 | 31 | 6 | 124 | 51 |
| Binary | 10111110 | 100010 | 10001 | 0 | 1010010 | 1011011 | 11001 | 110 | 1010100 | 101001 |
Color Harmonies of #BE2211
Complementary color
Monochromatic Colors of #BE2211
Black with #BE2211
Text Example
Text Example
White with #BE2211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2211; }
p { color: rgb(190,34,17); }
H1.HeaderClassName
{
color: #BE2211;
}
.AnyTagClassName
{
color: #BE2211;
}
</style>
background-color css
<style>
a { background-color: #BE2211; }
a { background-color: rgb(190,34,17); }
div.DivClassName
{
background-color: #BE2211;
}
.BgClassName
{
background-color: #BE2211;
}
</style>
border-color css
<style>
span { border-color: #BE2211; }
span { border-color: rgb(190,34,17); }
td.TdClassName
{
border-color: #BE2211;
}
.TagClassName
{
border-color: #BE2211;
}
</style>