Html Css Color HEX #BE2A16 Harley Davidson Orange
📋 copy color: '#BE2A16'red 190 ◦ green 42 ◦ blue 22
Shades of Harley Davidson Orange #BE2A16
Tints of Harley Davidson Orange #BE2A16
RGB
CMYK
RGB Variations
Color information
#BE2A16 (or 0xBE2A16) is known color: Harley Davidson Orange. HEX triplet: BE, 2A and 16. RGB value is (190,42,22). Sum of RGB (Red+Green+Blue) = 190+42+22=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2A16 is #41D5E9. Grayscale: #545454. Windows color (decimal): -4314602 or 1452734. OLE color: 1452734.
HSL color Cylindrical-coordinate representation of color #BE2A16: hue angle of 7.14º 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 #BE2A16 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 22 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.25 |
| HSL | 7.14º | 0.79% | 0.42% | - |
| HSV(B) | 7.14º | 0.88% | 0.75% | - |
| XYZ | 22.21 | 12.66 | 2.03 | - |
| YUV | 83.97 | 93.03 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 22 | 0 | 0.78 | 0.88 | 0.25 | 7.14 | 0.79 | 0.42 |
| Hex | BE | 2A | 16 | 0 | 4E | 58 | 19 | 7 | 4F | 2A |
| Octal | 276 | 52 | 26 | 0 | 116 | 130 | 31 | 7 | 117 | 52 |
| Binary | 10111110 | 101010 | 10110 | 0 | 1001110 | 1011000 | 11001 | 111 | 1001111 | 101010 |
Color Harmonies of #BE2A16
Complementary color
Monochromatic Colors of #BE2A16
Black with #BE2A16
Text Example
Text Example
White with #BE2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A16; }
p { color: rgb(190,42,22); }
H1.HeaderClassName
{
color: #BE2A16;
}
.AnyTagClassName
{
color: #BE2A16;
}
</style>
background-color css
<style>
a { background-color: #BE2A16; }
a { background-color: rgb(190,42,22); }
div.DivClassName
{
background-color: #BE2A16;
}
.BgClassName
{
background-color: #BE2A16;
}
</style>
border-color css
<style>
span { border-color: #BE2A16; }
span { border-color: rgb(190,42,22); }
td.TdClassName
{
border-color: #BE2A16;
}
.TagClassName
{
border-color: #BE2A16;
}
</style>