#BE2E01

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

Shades of Harley Davidson Orange #BE2E01

Tints of Harley Davidson Orange #BE2E01

Color information

#BE2E01 (or 0xBE2E01) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 2E and 01. RGB value is (190,46,1). Sum of RGB (Red+Green+Blue) = 190+46+1=237 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.17% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2E01 is #41D1FE. Grayscale: #545454. Windows color (decimal): -4313599 or 77502. OLE color: 77502.

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

Color convert

RGB190461-
CMYK00.760.990.25
HSL14.29º98.95%37.45%-
HSV(B)14.29º99.47%74.51%-
XYZ22.2212.91.35-
YUV83.9381.21203.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 80.17%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=80.17%
G=19.41%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19046100.760.990.2514.2998.9537.45
HexBE2E104C6319e6325
Octal2765610114143311614345
Binary1011111010111010100110011000111100111101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E01; }

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

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

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

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

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

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

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

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