Html Css Color HEX #BE2802 Harley Davidson Orange
📋 copy color: '#BE2802'red 190 ◦ green 40 ◦ blue 2
Shades of Harley Davidson Orange #BE2802
Tints of Harley Davidson Orange #BE2802
RGB
CMYK
RGB Variations
Color information
#BE2802 (or 0xBE2802) is known color: Harley Davidson Orange. HEX triplet: BE, 28 and 02. RGB value is (190,40,2). Sum of RGB (Red+Green+Blue) = 190+40+2=232 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.90% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2802 is #41D7FD. Grayscale: #505050. Windows color (decimal): -4315134 or 141502. OLE color: 141502.
HSL color Cylindrical-coordinate representation of color #BE2802: hue angle of 12.13º 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 #BE2802 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.25 |
| HSL | 12.13º | 0.98% | 0.38% | - |
| HSV(B) | 12.13º | 0.99% | 0.75% | - |
| XYZ | 22 | 12.47 | 1.3 | - |
| YUV | 80.52 | 83.7 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 2 | 0 | 0.79 | 0.99 | 0.25 | 12.13 | 0.98 | 0.38 |
| Hex | BE | 28 | 2 | 0 | 4F | 63 | 19 | C | 62 | 26 |
| Octal | 276 | 50 | 2 | 0 | 117 | 143 | 31 | 14 | 142 | 46 |
| Binary | 10111110 | 101000 | 10 | 0 | 1001111 | 1100011 | 11001 | 1100 | 1100010 | 100110 |
Color Harmonies of #BE2802
Complementary color
Monochromatic Colors of #BE2802
Black with #BE2802
Text Example
Text Example
White with #BE2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2802; }
p { color: rgb(190,40,2); }
H1.HeaderClassName
{
color: #BE2802;
}
.AnyTagClassName
{
color: #BE2802;
}
</style>
background-color css
<style>
a { background-color: #BE2802; }
a { background-color: rgb(190,40,2); }
div.DivClassName
{
background-color: #BE2802;
}
.BgClassName
{
background-color: #BE2802;
}
</style>
border-color css
<style>
span { border-color: #BE2802; }
span { border-color: rgb(190,40,2); }
td.TdClassName
{
border-color: #BE2802;
}
.TagClassName
{
border-color: #BE2802;
}
</style>