Html Css Color HEX #BE2D10 Harley Davidson Orange
📋 copy color: '#BE2D10'red 190 ◦ green 45 ◦ blue 16
Shades of Harley Davidson Orange #BE2D10
Tints of Harley Davidson Orange #BE2D10
RGB
CMYK
RGB Variations
Color information
#BE2D10 (or 0xBE2D10) is known color: Harley Davidson Orange. HEX triplet: BE, 2D and 10. RGB value is (190,45,16). Sum of RGB (Red+Green+Blue) = 190+45+16=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2D10 is #41D2EF. Grayscale: #555555. Windows color (decimal): -4313840 or 1060286. OLE color: 1060286.
HSL color Cylindrical-coordinate representation of color #BE2D10: hue angle of 10º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE2D10 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 16 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.25 |
| HSL | 10º | 0.84% | 0.4% | - |
| HSV(B) | 10º | 0.92% | 0.75% | - |
| XYZ | 22.27 | 12.86 | 1.8 | - |
| YUV | 85.05 | 89.04 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 16 | 0 | 0.76 | 0.92 | 0.25 | 10 | 0.84 | 0.4 |
| Hex | BE | 2D | 10 | 0 | 4C | 5C | 19 | A | 54 | 28 |
| Octal | 276 | 55 | 20 | 0 | 114 | 134 | 31 | 12 | 124 | 50 |
| Binary | 10111110 | 101101 | 10000 | 0 | 1001100 | 1011100 | 11001 | 1010 | 1010100 | 101000 |
Color Harmonies of #BE2D10
Complementary color
Monochromatic Colors of #BE2D10
Black with #BE2D10
Text Example
Text Example
White with #BE2D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D10; }
p { color: rgb(190,45,16); }
H1.HeaderClassName
{
color: #BE2D10;
}
.AnyTagClassName
{
color: #BE2D10;
}
</style>
background-color css
<style>
a { background-color: #BE2D10; }
a { background-color: rgb(190,45,16); }
div.DivClassName
{
background-color: #BE2D10;
}
.BgClassName
{
background-color: #BE2D10;
}
</style>
border-color css
<style>
span { border-color: #BE2D10; }
span { border-color: rgb(190,45,16); }
td.TdClassName
{
border-color: #BE2D10;
}
.TagClassName
{
border-color: #BE2D10;
}
</style>