Html Css Color HEX #E2321C Harley Davidson Orange

📋 copy color: '#E2321C'

red 226 ◦ green 50 ◦ blue 28

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

Shades of Harley Davidson Orange #E2321C

Tints of Harley Davidson Orange #E2321C

RGB

 RED value IS 226 (88.67% from 255) = 74.34%

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

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

R = 74.34%
G = 16.45%
B = 9.21%

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

#E2321C (or 0xE2321C) is known color: Harley Davidson Orange. HEX triplet: E2, 32 and 1C. RGB value is (226,50,28). Sum of RGB (Red+Green+Blue) = 226+50+28=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E2321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2321C is #1DCDE3. Grayscale: #646464. Windows color (decimal): -1953252 or 1848034. OLE color: 1848034.

HSL color Cylindrical-coordinate representation of color #E2321C: hue angle of 6.67º 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 #E2321C is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 50 28 -
CMYK 0 0.78 0.88 0.11
HSL 6.67º 0.78% 0.5% -
HSV(B) 6.67º 0.88% 0.89% -
XYZ 32.71 18.53 2.95 -
YUV 100.12 87.31 217.79 -
System Red Green Blue C M Y K H S L
Decimal 226 50 28 0 0.78 0.88 0.11 6.67 0.78 0.5
Hex E2 32 1C 0 4E 58 B 7 4E 32
Octal 342 62 34 0 116 130 13 7 116 62
Binary 11100010 110010 11100 0 1001110 1011000 1011 111 1001110 110010

Color Harmonies of #E2321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2321C

Black with #E2321C

Text Example


Text Example

White with #E2321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2321C; }

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

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

background-color css

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

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

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

border-color css

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

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

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