Html Css Color HEX #BE2103 Harley Davidson Orange
📋 copy color: '#BE2103'red 190 ◦ green 33 ◦ blue 3
Shades of Harley Davidson Orange #BE2103
Tints of Harley Davidson Orange #BE2103
RGB
CMYK
RGB Variations
Color information
#BE2103 (or 0xBE2103) is known color: Harley Davidson Orange. HEX triplet: BE, 21 and 03. RGB value is (190,33,3). Sum of RGB (Red+Green+Blue) = 190+33+3=226 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.07% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2103 is #41DEFC. Grayscale: #4C4C4C. Windows color (decimal): -4316925 or 205246. OLE color: 205246.
HSL color Cylindrical-coordinate representation of color #BE2103: hue angle of 9.63º 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 #BE2103 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 3 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.25 |
| HSL | 9.63º | 0.97% | 0.38% | - |
| HSV(B) | 9.63º | 0.98% | 0.75% | - |
| XYZ | 21.8 | 12.04 | 1.26 | - |
| YUV | 76.52 | 86.51 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 3 | 0 | 0.83 | 0.98 | 0.25 | 9.63 | 0.97 | 0.38 |
| Hex | BE | 21 | 3 | 0 | 53 | 62 | 19 | A | 61 | 26 |
| Octal | 276 | 41 | 3 | 0 | 123 | 142 | 31 | 12 | 141 | 46 |
| Binary | 10111110 | 100001 | 11 | 0 | 1010011 | 1100010 | 11001 | 1010 | 1100001 | 100110 |
Color Harmonies of #BE2103
Complementary color
Monochromatic Colors of #BE2103
Black with #BE2103
Text Example
Text Example
White with #BE2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2103; }
p { color: rgb(190,33,3); }
H1.HeaderClassName
{
color: #BE2103;
}
.AnyTagClassName
{
color: #BE2103;
}
</style>
background-color css
<style>
a { background-color: #BE2103; }
a { background-color: rgb(190,33,3); }
div.DivClassName
{
background-color: #BE2103;
}
.BgClassName
{
background-color: #BE2103;
}
</style>
border-color css
<style>
span { border-color: #BE2103; }
span { border-color: rgb(190,33,3); }
td.TdClassName
{
border-color: #BE2103;
}
.TagClassName
{
border-color: #BE2103;
}
</style>