Html Css Color HEX #BE2A1A Harley Davidson Orange

📋 copy color: '#BE2A1A'

red 190 ◦ green 42 ◦ blue 26

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

Shades of Harley Davidson Orange #BE2A1A

Tints of Harley Davidson Orange #BE2A1A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.28%

 BLUE value IS 26 (10.55% from 255) = 10.08%

R = 73.64%
G = 16.28%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE2A1A (or 0xBE2A1A) is known color: Harley Davidson Orange. HEX triplet: BE, 2A and 1A. RGB value is (190,42,26). Sum of RGB (Red+Green+Blue) = 190+42+26=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A1A is #41D5E5. Grayscale: #545454. Windows color (decimal): -4314598 or 1714878. OLE color: 1714878.

HSL color Cylindrical-coordinate representation of color #BE2A1A: hue angle of 5.85º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE2A1A is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 42 26 -
CMYK 0 0.78 0.86 0.25
HSL 5.85º 0.76% 0.42% -
HSV(B) 5.85º 0.86% 0.75% -
XYZ 22.25 12.68 2.25 -
YUV 84.43 95.03 203.3 -
System Red Green Blue C M Y K H S L
Decimal 190 42 26 0 0.78 0.86 0.25 5.85 0.76 0.42
Hex BE 2A 1A 0 4E 56 19 6 4C 2A
Octal 276 52 32 0 116 126 31 6 114 52
Binary 10111110 101010 11010 0 1001110 1010110 11001 110 1001100 101010

Color Harmonies of #BE2A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A1A

Black with #BE2A1A

Text Example


Text Example

White with #BE2A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A1A; }

 p { color: rgb(190,42,26); }

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

background-color css

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

 a { background-color: rgb(190,42,26); }

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

border-color css

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

 span { border-color: rgb(190,42,26); }

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