#E25D36

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

Shades of Sorbus #E25D36

Tints of Sorbus #E25D36

Color information

#E25D36 (or 0xE25D36) is unknown color: approx Sorbus. HEX triplet: E2, 5D and 36. RGB value is (226,93,54). Sum of RGB (Red+Green+Blue) = 226+93+54=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25D36 is #1DA2C9. Grayscale: #808080. Windows color (decimal): -1942218 or 3562978. OLE color: 3562978.

HSL color Cylindrical-coordinate representation of color #E25D36: hue angle of 13.6º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E25D36 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB2269354-
CMYK00.590.760.11
HSL13.6º74.78%54.9%-
HSV(B)13.6º76.11%88.63%-
XYZ35.9424.266.28-
YUV128.3286.06197.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.59%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=60.59%
G=24.93%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226935400.590.760.1113.674.7854.9
HexE25D3603B4CBe4b37
Octal34213566073114131611367
Binary11100010101110111011001110111001100101111101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25D36; }

 p { color: rgb(226,93,54); }

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

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

 a { background-color: rgb(226,93,54); }

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

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

 span { border-color: rgb(226,93,54); }

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