#BE2813

Color #BE2813 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BE2813

Tints of Harley Davidson Orange #BE2813

Color information

#BE2813 (or 0xBE2813) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 28 and 13. RGB value is (190,40,19). Sum of RGB (Red+Green+Blue) = 190+40+19=249 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.31% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2813 is #41D7EC. Grayscale: #525252. Windows color (decimal): -4315117 or 1255614. OLE color: 1255614.

HSL color Cylindrical-coordinate representation of color #BE2813: hue angle of 7.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE2813 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1904019-
CMYK00.790.900.25
HSL7.37º81.82%40.98%-
HSV(B)7.37º90%74.51%-
XYZ22.1112.511.87-
YUV82.4692.2204.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 76.31%
GREEN value IS 40 (16.02% from 255) = 16.06%
BLUE value IS 19 (7.81% from 255) = 7.63%
R=76.31%
G=16.06%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190401900.790.900.257.3781.8240.98
HexBE281304F5A1975229
Octal2765023011713231712251
Binary1011111010100010011010011111011010110011111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2813; }

 p { color: rgb(190,40,19); }

 H1.HeaderClassName
 {
   color: #BE2813;
 }
 .AnyTagClassName
 {
   color: #BE2813;
 }
</style>
background-color css

<style>
 a { background-color: #BE2813; }

 a { background-color: rgb(190,40,19); }

 div.DivClassName
 {
   background-color: #BE2813;
 }
 .BgClassName
 {
   background-color: #BE2813;
 }
</style>
border-color css

<style>
 span { border-color: #BE2813; }

 span { border-color: rgb(190,40,19); }

 td.TdClassName
 {
   border-color: #BE2813;
 }
 .TagClassName
 {
   border-color: #BE2813;
 }
</style>