#BE2E0E

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

Shades of Harley Davidson Orange #BE2E0E

Tints of Harley Davidson Orange #BE2E0E

Color information

#BE2E0E (or 0xBE2E0E) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 2E and 0E. RGB value is (190,46,14). Sum of RGB (Red+Green+Blue) = 190+46+14=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2E0E is #41D1F1. Grayscale: #555555. Windows color (decimal): -4313586 or 929470. OLE color: 929470.

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

Color convert

RGB1904614-
CMYK00.760.930.25
HSL10.91º86.27%40%-
HSV(B)10.91º92.63%74.51%-
XYZ22.2912.931.74-
YUV85.4187.71202.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76%
GREEN value IS 46 (18.36% from 255) = 18.4%
BLUE value IS 14 (5.86% from 255) = 5.6%
R=76%
G=18.4%
B=5.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190461400.760.930.2510.9186.2740
HexBE2EE04C5D19b5628
Octal27656160114135311312650
Binary1011111010111011100100110010111011100110111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E0E; }

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

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

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

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

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

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

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

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