Html Css Color HEX #BE2002 Harley Davidson Orange
📋 copy color: '#BE2002'red 190 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #BE2002
Tints of Harley Davidson Orange #BE2002
RGB
CMYK
RGB Variations
Color information
#BE2002 (or 0xBE2002) is known color: Harley Davidson Orange. HEX triplet: BE, 20 and 02. RGB value is (190,32,2). Sum of RGB (Red+Green+Blue) = 190+32+2=224 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.82% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2002 is #41DFFD. Grayscale: #4C4C4C. Windows color (decimal): -4317182 or 139454. OLE color: 139454.
HSL color Cylindrical-coordinate representation of color #BE2002: hue angle of 9.57º 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 #BE2002 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.25 |
| HSL | 9.57º | 0.98% | 0.38% | - |
| HSV(B) | 9.57º | 0.99% | 0.75% | - |
| XYZ | 21.76 | 11.98 | 1.22 | - |
| YUV | 75.82 | 86.35 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 2 | 0 | 0.83 | 0.99 | 0.25 | 9.57 | 0.98 | 0.38 |
| Hex | BE | 20 | 2 | 0 | 53 | 63 | 19 | A | 62 | 26 |
| Octal | 276 | 40 | 2 | 0 | 123 | 143 | 31 | 12 | 142 | 46 |
| Binary | 10111110 | 100000 | 10 | 0 | 1010011 | 1100011 | 11001 | 1010 | 1100010 | 100110 |
Color Harmonies of #BE2002
Complementary color
Monochromatic Colors of #BE2002
Black with #BE2002
Text Example
Text Example
White with #BE2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2002; }
p { color: rgb(190,32,2); }
H1.HeaderClassName
{
color: #BE2002;
}
.AnyTagClassName
{
color: #BE2002;
}
</style>
background-color css
<style>
a { background-color: #BE2002; }
a { background-color: rgb(190,32,2); }
div.DivClassName
{
background-color: #BE2002;
}
.BgClassName
{
background-color: #BE2002;
}
</style>
border-color css
<style>
span { border-color: #BE2002; }
span { border-color: rgb(190,32,2); }
td.TdClassName
{
border-color: #BE2002;
}
.TagClassName
{
border-color: #BE2002;
}
</style>