#E45D2D

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

Shades of Sorbus #E45D2D

Tints of Sorbus #E45D2D

Color information

#E45D2D (or 0xE45D2D) is unknown color: approx Sorbus. HEX triplet: E4, 5D and 2D. RGB value is (228,93,45). Sum of RGB (Red+Green+Blue) = 228+93+45=366 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.30% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45D2D is #1BA2D2. Grayscale: #808080. Windows color (decimal): -1811155 or 2973156. OLE color: 2973156.

HSL color Cylindrical-coordinate representation of color #E45D2D: hue angle of 15.74º 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 #E45D2D is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB2289345-
CMYK00.590.800.11
HSL15.74º77.22%53.53%-
HSV(B)15.74º80.26%89.41%-
XYZ36.3824.515.3-
YUV127.8981.23199.4-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 62.30%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 45 (17.97% from 255) = 12.30%
R=62.30%
G=25.41%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228934500.590.800.1115.7477.2253.53
HexE45D2D03B50B104d36
Octal34413555073120132011566
Binary111001001011101101101011101110100001011100001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45D2D; }

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

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

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

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

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

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

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

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