#e25d2b

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

Shades of Sorbus #E25D2B

Tints of Sorbus #E25D2B

Color information

#E25D2B (or 0xE25D2B) is unknown color: approx Sorbus. HEX triplet: E2, 5D and 2B. RGB value is (226,93,43). Sum of RGB (Red+Green+Blue) = 226+93+43=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25D2B is #1DA2D4. Grayscale: #7F7F7F. Windows color (decimal): -1942229 or 2842082. OLE color: 2842082.

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

Color convert

RGB2269343-
CMYK00.590.810.11
HSL16.39º75.93%52.75%-
HSV(B)16.39º80.97%88.63%-
XYZ35.7124.175.07-
YUV127.0780.56198.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 62.43%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 43 (17.19% from 255) = 11.88%
R=62.43%
G=25.69%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226934300.590.810.1116.3975.9352.75
HexE25D2B03B51B104c35
Octal34213553073121132011465
Binary111000101011101101011011101110100011011100001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e25d2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e25d2b; }

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

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

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

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

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

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

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

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