Html Css Color HEX #BE2601 Harley Davidson Orange

📋 copy color: '#BE2601'

red 190 ◦ green 38 ◦ blue 1

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

Shades of Harley Davidson Orange #BE2601

Tints of Harley Davidson Orange #BE2601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.59%

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

R = 82.97%
G = 16.59%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE2601 (or 0xBE2601) is known color: Harley Davidson Orange. HEX triplet: BE, 26 and 01. RGB value is (190,38,1). Sum of RGB (Red+Green+Blue) = 190+38+1=229 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.97% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2601 is #41D9FE. Grayscale: #4F4F4F. Windows color (decimal): -4315647 or 75454. OLE color: 75454.

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

Color convert

RGB 190 38 1 -
CMYK 0 0.8 0.99 0.25
HSL 11.75º 0.99% 0.37% -
HSV(B) 11.75º 0.99% 0.75% -
XYZ 21.93 12.34 1.25 -
YUV 79.23 83.86 207.01 -
System Red Green Blue C M Y K H S L
Decimal 190 38 1 0 0.8 0.99 0.25 11.75 0.99 0.37
Hex BE 26 1 0 50 63 19 C 63 25
Octal 276 46 1 0 120 143 31 14 143 45
Binary 10111110 100110 1 0 1010000 1100011 11001 1100 1100011 100101

Color Harmonies of #BE2601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2601

Black with #BE2601

Text Example


Text Example

White with #BE2601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2601; }

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

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

background-color css

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

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

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

border-color css

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

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

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