Html Css Color HEX #BE2500 Harley Davidson Orange

📋 copy color: '#BE2500'

red 190 ◦ green 37 ◦ blue 0

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

Shades of Harley Davidson Orange #BE2500

Tints of Harley Davidson Orange #BE2500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.7%
G = 16.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE2500 (or 0xBE2500) is known color: Harley Davidson Orange. HEX triplet: BE, 25 and 00. RGB value is (190,37,0). Sum of RGB (Red+Green+Blue) = 190+37+0=227 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.70% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2500 is #41DAFF. Grayscale: #4E4E4E. Windows color (decimal): -4315904 or 9662. OLE color: 9662.

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

Color convert

RGB 190 37 0 -
CMYK 0 0.81 1 0.25
HSL 11.68º 1% 0.37% -
HSV(B) 11.68º 1% 0.75% -
XYZ 21.9 12.27 1.21 -
YUV 78.53 83.69 207.51 -
System Red Green Blue C M Y K H S L
Decimal 190 37 0 0 0.81 1 0.25 11.68 1 0.37
Hex BE 25 0 0 51 64 19 C 64 25
Octal 276 45 0 0 121 144 31 14 144 45
Binary 10111110 100101 0 0 1010001 1100100 11001 1100 1100100 100101

Color Harmonies of #BE2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2500

Black with #BE2500

Text Example


Text Example

White with #BE2500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2500; }

 p { color: rgb(190,37,0); }

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

background-color css

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

 a { background-color: rgb(190,37,0); }

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

border-color css

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

 span { border-color: rgb(190,37,0); }

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