#E25C3A

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

Shades of Sorbus #E25C3A

Tints of Sorbus #E25C3A

Color information

#E25C3A (or 0xE25C3A) is unknown color: approx Sorbus. HEX triplet: E2, 5C and 3A. RGB value is (226,92,58). Sum of RGB (Red+Green+Blue) = 226+92+58=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25C3A is #1DA3C5. Grayscale: #808080. Windows color (decimal): -1942470 or 3824866. OLE color: 3824866.

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

Color convert

RGB2269258-
CMYK00.590.740.11
HSL12.14º74.34%55.69%-
HSV(B)12.14º74.34%88.63%-
XYZ35.9524.136.77-
YUV128.1988.39197.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.11%
GREEN value IS 92 (36.33% from 255) = 24.47%
BLUE value IS 58 (23.05% from 255) = 15.43%
R=60.11%
G=24.47%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226925800.590.740.1112.1474.3455.69
HexE25C3A03B4ABc4a38
Octal34213472073112131411270
Binary11100010101110011101001110111001010101111001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25C3A; }

 p { color: rgb(226,92,58); }

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

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

 a { background-color: rgb(226,92,58); }

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

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

 span { border-color: rgb(226,92,58); }

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