Html Css Color HEX #BE2C01 Harley Davidson Orange

📋 copy color: '#BE2C01'

red 190 ◦ green 44 ◦ blue 1

#BE2C01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BE2C01

Tints of Harley Davidson Orange #BE2C01

RGB

 RED value IS 190 (74.61% from 255) = 80.85%

 GREEN value IS 44 (17.58% from 255) = 18.72%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 80.85%
G = 18.72%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE2C01 (or 0xBE2C01) is known color: Harley Davidson Orange. HEX triplet: BE, 2C and 01. RGB value is (190,44,1). Sum of RGB (Red+Green+Blue) = 190+44+1=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2C01 is #41D3FE. Grayscale: #535353. Windows color (decimal): -4314111 or 76990. OLE color: 76990.

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

Color convert

RGB 190 44 1 -
CMYK 0 0.77 0.99 0.25
HSL 13.65º 0.99% 0.37% -
HSV(B) 13.65º 0.99% 0.75% -
XYZ 22.14 12.75 1.32 -
YUV 82.75 81.87 204.5 -
System Red Green Blue C M Y K H S L
Decimal 190 44 1 0 0.77 0.99 0.25 13.65 0.99 0.37
Hex BE 2C 1 0 4D 63 19 E 63 25
Octal 276 54 1 0 115 143 31 16 143 45
Binary 10111110 101100 1 0 1001101 1100011 11001 1110 1100011 100101

Color Harmonies of #BE2C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C01

Black with #BE2C01

Text Example


Text Example

White with #BE2C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C01; }

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

 H1.HeaderClassName
 {
   color: #BE2C01;
 }
 .AnyTagClassName
 {
   color: #BE2C01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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