Html Css Color HEX #BE2D16 Harley Davidson Orange
📋 copy color: '#BE2D16'red 190 ◦ green 45 ◦ blue 22
Shades of Harley Davidson Orange #BE2D16
Tints of Harley Davidson Orange #BE2D16
RGB
CMYK
RGB Variations
Color information
#BE2D16 (or 0xBE2D16) is known color: Harley Davidson Orange. HEX triplet: BE, 2D and 16. RGB value is (190,45,22). Sum of RGB (Red+Green+Blue) = 190+45+22=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2D16 is #41D2E9. Grayscale: #555555. Windows color (decimal): -4313834 or 1453502. OLE color: 1453502.
HSL color Cylindrical-coordinate representation of color #BE2D16: hue angle of 8.21º 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 #BE2D16 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 22 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.25 |
| HSL | 8.21º | 0.79% | 0.42% | - |
| HSV(B) | 8.21º | 0.88% | 0.75% | - |
| XYZ | 22.32 | 12.88 | 2.07 | - |
| YUV | 85.73 | 92.04 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 22 | 0 | 0.76 | 0.88 | 0.25 | 8.21 | 0.79 | 0.42 |
| Hex | BE | 2D | 16 | 0 | 4C | 58 | 19 | 8 | 4F | 2A |
| Octal | 276 | 55 | 26 | 0 | 114 | 130 | 31 | 10 | 117 | 52 |
| Binary | 10111110 | 101101 | 10110 | 0 | 1001100 | 1011000 | 11001 | 1000 | 1001111 | 101010 |
Color Harmonies of #BE2D16
Complementary color
Monochromatic Colors of #BE2D16
Black with #BE2D16
Text Example
Text Example
White with #BE2D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D16; }
p { color: rgb(190,45,22); }
H1.HeaderClassName
{
color: #BE2D16;
}
.AnyTagClassName
{
color: #BE2D16;
}
</style>
background-color css
<style>
a { background-color: #BE2D16; }
a { background-color: rgb(190,45,22); }
div.DivClassName
{
background-color: #BE2D16;
}
.BgClassName
{
background-color: #BE2D16;
}
</style>
border-color css
<style>
span { border-color: #BE2D16; }
span { border-color: rgb(190,45,22); }
td.TdClassName
{
border-color: #BE2D16;
}
.TagClassName
{
border-color: #BE2D16;
}
</style>