#e35f2c

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

Shades of Sorbus #E35F2C

Tints of Sorbus #E35F2C

Color information

#E35F2C (or 0xE35F2C) is unknown color: approx Sorbus. HEX triplet: E3, 5F and 2C. RGB value is (227,95,44). Sum of RGB (Red+Green+Blue) = 227+95+44=366 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.02% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35F2C is #1CA0D3. Grayscale: #808080. Windows color (decimal): -1876180 or 2908131. OLE color: 2908131.

HSL color Cylindrical-coordinate representation of color #E35F2C: hue angle of 16.72º degrees, saturation: 0.77, 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 #E35F2C is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2279544-
CMYK00.580.810.11
HSL16.72º76.57%53.14%-
HSV(B)16.72º80.62%89.02%-
XYZ36.2324.75.24-
YUV128.6580.23198.15-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 62.02%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 44 (17.58% from 255) = 12.02%
R=62.02%
G=25.96%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227954400.580.810.1116.7276.5753.14
HexE35F2C03A51B114d35
Octal34313754072121132111565
Binary111000111011111101100011101010100011011100011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e35f2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e35f2c; }

 p { color: rgb(227,95,44); }

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

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

 a { background-color: rgb(227,95,44); }

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

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

 span { border-color: rgb(227,95,44); }

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