#E1642E

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

Shades of Sorbus #E1642E

Tints of Sorbus #E1642E

Color information

#E1642E (or 0xE1642E) is unknown color: approx Sorbus. HEX triplet: E1, 64 and 2E. RGB value is (225,100,46). Sum of RGB (Red+Green+Blue) = 225+100+46=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1642E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1642E is #1E9BD1. Grayscale: #838383. Windows color (decimal): -2005970 or 3040481. OLE color: 3040481.

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

Color convert

RGB22510046-
CMYK00.560.800.12
HSL18.1º74.9%53.14%-
HSV(B)18.1º79.56%88.24%-
XYZ36.125.325.57-
YUV131.2279.91194.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.65%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 46 (18.36% from 255) = 12.40%
R=60.65%
G=26.95%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251004600.560.800.1218.174.953.14
HexE1642E03850C124b35
Octal34114456070120142211365
Binary111000011100100101110011100010100001100100101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1642E; }

 p { color: rgb(225,100,46); }

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

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

 a { background-color: rgb(225,100,46); }

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

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

 span { border-color: rgb(225,100,46); }

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