Html Css Color HEX #BE2101 Harley Davidson Orange

📋 copy color: '#BE2101'

red 190 ◦ green 33 ◦ blue 1

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

Shades of Harley Davidson Orange #BE2101

Tints of Harley Davidson Orange #BE2101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

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

R = 84.82%
G = 14.73%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE2101 (or 0xBE2101) is known color: Harley Davidson Orange. HEX triplet: BE, 21 and 01. RGB value is (190,33,1). Sum of RGB (Red+Green+Blue) = 190+33+1=224 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.82% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2101 is #41DEFE. Grayscale: #4C4C4C. Windows color (decimal): -4316927 or 74174. OLE color: 74174.

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

Color convert

RGB 190 33 1 -
CMYK 0 0.83 0.99 0.25
HSL 10.16º 0.99% 0.37% -
HSV(B) 10.16º 0.99% 0.75% -
XYZ 21.78 12.04 1.2 -
YUV 76.3 85.51 209.1 -
System Red Green Blue C M Y K H S L
Decimal 190 33 1 0 0.83 0.99 0.25 10.16 0.99 0.37
Hex BE 21 1 0 53 63 19 A 63 25
Octal 276 41 1 0 123 143 31 12 143 45
Binary 10111110 100001 1 0 1010011 1100011 11001 1010 1100011 100101

Color Harmonies of #BE2101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2101

Black with #BE2101

Text Example


Text Example

White with #BE2101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2101; }

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

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

background-color css

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

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

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

border-color css

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

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

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