#BE2F01

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

Shades of Harley Davidson Orange #BE2F01

Tints of Harley Davidson Orange #BE2F01

Color information

#BE2F01 (or 0xBE2F01) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 2F and 01. RGB value is (190,47,1). Sum of RGB (Red+Green+Blue) = 190+47+1=238 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.83% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2F01 is #41D0FE. Grayscale: #545454. Windows color (decimal): -4313343 or 77758. OLE color: 77758.

HSL color Cylindrical-coordinate representation of color #BE2F01: hue angle of 14.6º 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 #BE2F01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB190471-
CMYK00.750.990.25
HSL14.6º98.95%37.45%-
HSV(B)14.6º99.47%74.51%-
XYZ22.2612.981.36-
YUV84.5180.88203.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 79.83%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=79.83%
G=19.75%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19047100.750.990.2514.698.9537.45
HexBE2F104B6319f6325
Octal2765710113143311714345
Binary1011111010111110100101111000111100111111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2F01; }

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

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

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

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

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

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

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

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