#E2642D

Color #E2642D Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #E2642D

Tints of Sorbus #E2642D

Color information

#E2642D (or 0xE2642D) is unknown color: approx Sorbus. HEX triplet: E2, 64 and 2D. RGB value is (226,100,45). Sum of RGB (Red+Green+Blue) = 226+100+45=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2642D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2642D is #1D9BD2. Grayscale: #838383. Windows color (decimal): -1940435 or 2974946. OLE color: 2974946.

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

Color convert

RGB22610045-
CMYK00.560.800.11
HSL18.23º75.73%53.14%-
HSV(B)18.23º80.09%88.63%-
XYZ36.3925.475.48-
YUV131.479.24195.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.92%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 45 (17.97% from 255) = 12.13%
R=60.92%
G=26.95%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261004500.560.800.1118.2375.7353.14
HexE2642D03850B124c35
Octal34214455070120132211465
Binary111000101100100101101011100010100001011100101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2642D; }

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

 H1.HeaderClassName
 {
   color: #E2642D;
 }
 .AnyTagClassName
 {
   color: #E2642D;
 }
</style>
background-color css

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

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

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

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

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

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