#E4612D

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

Shades of Sorbus #E4612D

Tints of Sorbus #E4612D

Color information

#E4612D (or 0xE4612D) is unknown color: approx Sorbus. HEX triplet: E4, 61 and 2D. RGB value is (228,97,45). Sum of RGB (Red+Green+Blue) = 228+97+45=370 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.62% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 228 - color contains mainly: red. Hex color #E4612D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4612D is #1B9ED2. Grayscale: #828282. Windows color (decimal): -1810131 or 2974180. OLE color: 2974180.

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

Color convert

RGB2289745-
CMYK00.570.800.11
HSL17.05º77.22%53.53%-
HSV(B)17.05º80.26%89.41%-
XYZ36.7425.235.42-
YUV130.2479.9197.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 61.62%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 45 (17.97% from 255) = 12.16%
R=61.62%
G=26.22%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228974500.570.800.1117.0577.2253.53
HexE4612D03950B114d36
Octal34414155071120132111566
Binary111001001100001101101011100110100001011100011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4612D; }

 p { color: rgb(228,97,45); }

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

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

 a { background-color: rgb(228,97,45); }

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

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

 span { border-color: rgb(228,97,45); }

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