#E16D3D

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

Shades of Sorbus #E16D3D

Tints of Sorbus #E16D3D

Color information

#E16D3D (or 0xE16D3D) is unknown color: approx Sorbus. HEX triplet: E1, 6D and 3D. RGB value is (225,109,61). Sum of RGB (Red+Green+Blue) = 225+109+61=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16D3D is #1E92C2. Grayscale: #8A8A8A. Windows color (decimal): -2003651 or 4025825. OLE color: 4025825.

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

Color convert

RGB22510961-
CMYK00.520.730.12
HSL17.56º73.21%56.08%-
HSV(B)17.56º72.89%88.24%-
XYZ37.3627.287.71-
YUV138.2184.43189.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.96%
GREEN value IS 109 (42.97% from 255) = 27.59%
BLUE value IS 61 (24.22% from 255) = 15.44%
R=56.96%
G=27.59%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251096100.520.730.1217.5673.2156.08
HexE16D3D03449C124938
Octal34115575064111142211170
Binary111000011101101111101011010010010011100100101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16D3D; }

 p { color: rgb(225,109,61); }

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

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

 a { background-color: rgb(225,109,61); }

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

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

 span { border-color: rgb(225,109,61); }

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