Html Css Color HEX #BE2203 Harley Davidson Orange
📋 copy color: '#BE2203'red 190 ◦ green 34 ◦ blue 3
Shades of Harley Davidson Orange #BE2203
Tints of Harley Davidson Orange #BE2203
RGB
CMYK
RGB Variations
Color information
#BE2203 (or 0xBE2203) is known color: Harley Davidson Orange. HEX triplet: BE, 22 and 03. RGB value is (190,34,3). Sum of RGB (Red+Green+Blue) = 190+34+3=227 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.70% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2203 is #41DDFC. Grayscale: #4D4D4D. Windows color (decimal): -4316669 or 205502. OLE color: 205502.
HSL color Cylindrical-coordinate representation of color #BE2203: hue angle of 9.95º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE2203 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.25 |
| HSL | 9.95º | 0.97% | 0.38% | - |
| HSV(B) | 9.95º | 0.98% | 0.75% | - |
| XYZ | 21.82 | 12.1 | 1.27 | - |
| YUV | 77.11 | 86.18 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 3 | 0 | 0.82 | 0.98 | 0.25 | 9.95 | 0.97 | 0.38 |
| Hex | BE | 22 | 3 | 0 | 52 | 62 | 19 | A | 61 | 26 |
| Octal | 276 | 42 | 3 | 0 | 122 | 142 | 31 | 12 | 141 | 46 |
| Binary | 10111110 | 100010 | 11 | 0 | 1010010 | 1100010 | 11001 | 1010 | 1100001 | 100110 |
Color Harmonies of #BE2203
Complementary color
Monochromatic Colors of #BE2203
Black with #BE2203
Text Example
Text Example
White with #BE2203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2203; }
p { color: rgb(190,34,3); }
H1.HeaderClassName
{
color: #BE2203;
}
.AnyTagClassName
{
color: #BE2203;
}
</style>
background-color css
<style>
a { background-color: #BE2203; }
a { background-color: rgb(190,34,3); }
div.DivClassName
{
background-color: #BE2203;
}
.BgClassName
{
background-color: #BE2203;
}
</style>
border-color css
<style>
span { border-color: #BE2203; }
span { border-color: rgb(190,34,3); }
td.TdClassName
{
border-color: #BE2203;
}
.TagClassName
{
border-color: #BE2203;
}
</style>