Html Css Color HEX #E2642C Sorbus

📋 copy color: '#E2642C'

red 226 ◦ green 100 ◦ blue 44

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

Shades of Sorbus #E2642C

Tints of Sorbus #E2642C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.03%

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 61.08%
G = 27.03%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2642C (or 0xE2642C) is known color: Sorbus. HEX triplet: E2, 64 and 2C. RGB value is (226,100,44). Sum of RGB (Red+Green+Blue) = 226+100+44=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E2642C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2642C is #1D9BD3. Grayscale: #838383. Windows color (decimal): -1940436 or 2909410. OLE color: 2909410.

HSL color Cylindrical-coordinate representation of color #E2642C: hue angle of 18.46º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2642C is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 100 44 -
CMYK 0 0.56 0.81 0.11
HSL 18.46º 0.76% 0.53% -
HSV(B) 18.46º 0.81% 0.89% -
XYZ 36.38 25.46 5.38 -
YUV 131.29 78.74 195.55 -
System Red Green Blue C M Y K H S L
Decimal 226 100 44 0 0.56 0.81 0.11 18.46 0.76 0.53
Hex E2 64 2C 0 38 51 B 12 4C 35
Octal 342 144 54 0 70 121 13 22 114 65
Binary 11100010 1100100 101100 0 111000 1010001 1011 10010 1001100 110101

Color Harmonies of #E2642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2642C

Black with #E2642C

Text Example


Text Example

White with #E2642C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2642C; }

 p { color: rgb(226,100,44); }

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

background-color css

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

 a { background-color: rgb(226,100,44); }

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

border-color css

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

 span { border-color: rgb(226,100,44); }

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