Html Css Color HEX #BE2200 Harley Davidson Orange
📋 copy color: '#BE2200'red 190 ◦ green 34 ◦ blue 0
Shades of Harley Davidson Orange #BE2200
Tints of Harley Davidson Orange #BE2200
RGB
CMYK
RGB Variations
Color information
#BE2200 (or 0xBE2200) is known color: Harley Davidson Orange. HEX triplet: BE, 22 and 00. RGB value is (190,34,0). Sum of RGB (Red+Green+Blue) = 190+34+0=224 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.82% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2200 is #41DDFF. Grayscale: #4D4D4D. Windows color (decimal): -4316672 or 8894. OLE color: 8894.
HSL color Cylindrical-coordinate representation of color #BE2200: hue angle of 10.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE2200 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.25 |
| HSL | 10.74º | 1% | 0.37% | - |
| HSV(B) | 10.74º | 1% | 0.75% | - |
| XYZ | 21.81 | 12.09 | 1.18 | - |
| YUV | 76.77 | 84.68 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 0 | 0 | 0.82 | 1 | 0.25 | 10.74 | 1 | 0.37 |
| Hex | BE | 22 | 0 | 0 | 52 | 64 | 19 | B | 64 | 25 |
| Octal | 276 | 42 | 0 | 0 | 122 | 144 | 31 | 13 | 144 | 45 |
| Binary | 10111110 | 100010 | 0 | 0 | 1010010 | 1100100 | 11001 | 1011 | 1100100 | 100101 |
Color Harmonies of #BE2200
Complementary color
Monochromatic Colors of #BE2200
Black with #BE2200
Text Example
Text Example
White with #BE2200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2200; }
p { color: rgb(190,34,0); }
H1.HeaderClassName
{
color: #BE2200;
}
.AnyTagClassName
{
color: #BE2200;
}
</style>
background-color css
<style>
a { background-color: #BE2200; }
a { background-color: rgb(190,34,0); }
div.DivClassName
{
background-color: #BE2200;
}
.BgClassName
{
background-color: #BE2200;
}
</style>
border-color css
<style>
span { border-color: #BE2200; }
span { border-color: rgb(190,34,0); }
td.TdClassName
{
border-color: #BE2200;
}
.TagClassName
{
border-color: #BE2200;
}
</style>