#BE2E0F

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

Shades of Harley Davidson Orange #BE2E0F

Tints of Harley Davidson Orange #BE2E0F

Color information

#BE2E0F (or 0xBE2E0F) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 2E and 0F. RGB value is (190,46,15). Sum of RGB (Red+Green+Blue) = 190+46+15=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2E0F is #41D1F0. Grayscale: #555555. Windows color (decimal): -4313585 or 995006. OLE color: 995006.

HSL color Cylindrical-coordinate representation of color #BE2E0F: hue angle of 10.63º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE2E0F is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB1904615-
CMYK00.760.920.25
HSL10.63º85.37%40.2%-
HSV(B)10.63º92.11%74.51%-
XYZ22.312.941.77-
YUV85.5288.21202.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 75.70%
GREEN value IS 46 (18.36% from 255) = 18.33%
BLUE value IS 15 (6.25% from 255) = 5.98%
R=75.70%
G=18.33%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190461500.760.920.2510.6385.3740.2
HexBE2EF04C5C19b5528
Octal27656170114134311312550
Binary1011111010111011110100110010111001100110111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E0F; }

 p { color: rgb(190,46,15); }

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

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

 a { background-color: rgb(190,46,15); }

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

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

 span { border-color: rgb(190,46,15); }

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