Html Css Color HEX #BE2C16 Harley Davidson Orange
📋 copy color: '#BE2C16'red 190 ◦ green 44 ◦ blue 22
Shades of Harley Davidson Orange #BE2C16
Tints of Harley Davidson Orange #BE2C16
RGB
CMYK
RGB Variations
Color information
#BE2C16 (or 0xBE2C16) is known color: Harley Davidson Orange. HEX triplet: BE, 2C and 16. RGB value is (190,44,22). Sum of RGB (Red+Green+Blue) = 190+44+22=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2C16 is #41D3E9. Grayscale: #555555. Windows color (decimal): -4314090 or 1453246. OLE color: 1453246.
HSL color Cylindrical-coordinate representation of color #BE2C16: hue angle of 7.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE2C16 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 44 | 22 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.25 |
| HSL | 7.86º | 0.79% | 0.42% | - |
| HSV(B) | 7.86º | 0.88% | 0.75% | - |
| XYZ | 22.28 | 12.81 | 2.06 | - |
| YUV | 85.15 | 92.37 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 22 | 0 | 0.77 | 0.88 | 0.25 | 7.86 | 0.79 | 0.42 |
| Hex | BE | 2C | 16 | 0 | 4D | 58 | 19 | 8 | 4F | 2A |
| Octal | 276 | 54 | 26 | 0 | 115 | 130 | 31 | 10 | 117 | 52 |
| Binary | 10111110 | 101100 | 10110 | 0 | 1001101 | 1011000 | 11001 | 1000 | 1001111 | 101010 |
Color Harmonies of #BE2C16
Complementary color
Monochromatic Colors of #BE2C16
Black with #BE2C16
Text Example
Text Example
White with #BE2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2C16; }
p { color: rgb(190,44,22); }
H1.HeaderClassName
{
color: #BE2C16;
}
.AnyTagClassName
{
color: #BE2C16;
}
</style>
background-color css
<style>
a { background-color: #BE2C16; }
a { background-color: rgb(190,44,22); }
div.DivClassName
{
background-color: #BE2C16;
}
.BgClassName
{
background-color: #BE2C16;
}
</style>
border-color css
<style>
span { border-color: #BE2C16; }
span { border-color: rgb(190,44,22); }
td.TdClassName
{
border-color: #BE2C16;
}
.TagClassName
{
border-color: #BE2C16;
}
</style>