Html Css Color HEX #BE2502 Harley Davidson Orange
📋 copy color: '#BE2502'red 190 ◦ green 37 ◦ blue 2
Shades of Harley Davidson Orange #BE2502
Tints of Harley Davidson Orange #BE2502
RGB
CMYK
RGB Variations
Color information
#BE2502 (or 0xBE2502) is known color: Harley Davidson Orange. HEX triplet: BE, 25 and 02. RGB value is (190,37,2). Sum of RGB (Red+Green+Blue) = 190+37+2=229 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.97% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2502 is #41DAFD. Grayscale: #4F4F4F. Windows color (decimal): -4315902 or 140734. OLE color: 140734.
HSL color Cylindrical-coordinate representation of color #BE2502: hue angle of 11.17º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE2502 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.25 |
| HSL | 11.17º | 0.98% | 0.38% | - |
| HSV(B) | 11.17º | 0.99% | 0.75% | - |
| XYZ | 21.91 | 12.27 | 1.27 | - |
| YUV | 78.76 | 84.69 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 2 | 0 | 0.81 | 0.99 | 0.25 | 11.17 | 0.98 | 0.38 |
| Hex | BE | 25 | 2 | 0 | 51 | 63 | 19 | B | 62 | 26 |
| Octal | 276 | 45 | 2 | 0 | 121 | 143 | 31 | 13 | 142 | 46 |
| Binary | 10111110 | 100101 | 10 | 0 | 1010001 | 1100011 | 11001 | 1011 | 1100010 | 100110 |
Color Harmonies of #BE2502
Complementary color
Monochromatic Colors of #BE2502
Black with #BE2502
Text Example
Text Example
White with #BE2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2502; }
p { color: rgb(190,37,2); }
H1.HeaderClassName
{
color: #BE2502;
}
.AnyTagClassName
{
color: #BE2502;
}
</style>
background-color css
<style>
a { background-color: #BE2502; }
a { background-color: rgb(190,37,2); }
div.DivClassName
{
background-color: #BE2502;
}
.BgClassName
{
background-color: #BE2502;
}
</style>
border-color css
<style>
span { border-color: #BE2502; }
span { border-color: rgb(190,37,2); }
td.TdClassName
{
border-color: #BE2502;
}
.TagClassName
{
border-color: #BE2502;
}
</style>