Html Css Color HEX #E3321C Harley Davidson Orange

📋 copy color: '#E3321C'

red 227 ◦ green 50 ◦ blue 28

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

Shades of Harley Davidson Orange #E3321C

Tints of Harley Davidson Orange #E3321C

RGB

 RED value IS 227 (89.06% from 255) = 74.43%

 GREEN value IS 50 (19.92% from 255) = 16.39%

 BLUE value IS 28 (11.33% from 255) = 9.18%

R = 74.43%
G = 16.39%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E3321C (or 0xE3321C) is known color: Harley Davidson Orange. HEX triplet: E3, 32 and 1C. RGB value is (227,50,28). Sum of RGB (Red+Green+Blue) = 227+50+28=305 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.43% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 227 - color contains mainly: red. Hex color #E3321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3321C is #1CCDE3. Grayscale: #646464. Windows color (decimal): -1887716 or 1848035. OLE color: 1848035.

HSL color Cylindrical-coordinate representation of color #E3321C: hue angle of 6.63º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E3321C is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 50 28 -
CMYK 0 0.78 0.88 0.11
HSL 6.63º 0.78% 0.5% -
HSV(B) 6.63º 0.88% 0.89% -
XYZ 33.03 18.7 2.97 -
YUV 100.42 87.14 218.29 -
System Red Green Blue C M Y K H S L
Decimal 227 50 28 0 0.78 0.88 0.11 6.63 0.78 0.5
Hex E3 32 1C 0 4E 58 B 7 4E 32
Octal 343 62 34 0 116 130 13 7 116 62
Binary 11100011 110010 11100 0 1001110 1011000 1011 111 1001110 110010

Color Harmonies of #E3321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3321C

Black with #E3321C

Text Example


Text Example

White with #E3321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3321C; }

 p { color: rgb(227,50,28); }

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

background-color css

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

 a { background-color: rgb(227,50,28); }

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

border-color css

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

 span { border-color: rgb(227,50,28); }

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