#DE5E37

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

Shades of Sorbus #DE5E37

Tints of Sorbus #DE5E37

Color information

#DE5E37 (or 0xDE5E37) is unknown color: approx Sorbus. HEX triplet: DE, 5E and 37. RGB value is (222,94,55). Sum of RGB (Red+Green+Blue) = 222+94+55=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5E37 is #21A1C8. Grayscale: #808080. Windows color (decimal): -2204105 or 3628766. OLE color: 3628766.

HSL color Cylindrical-coordinate representation of color #DE5E37: hue angle of 14.01º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE5E37 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB2229455-
CMYK00.580.750.13
HSL14.01º71.67%54.31%-
HSV(B)14.01º75.23%87.06%-
XYZ34.8223.816.38-
YUV127.8386.91195.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.84%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 55 (21.88% from 255) = 14.82%
R=59.84%
G=25.34%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222945500.580.750.1314.0171.6754.31
HexDE5E3703A4BDe4836
Octal33613667072113151611066
Binary11011110101111011011101110101001011110111101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5E37; }

 p { color: rgb(222,94,55); }

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

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

 a { background-color: rgb(222,94,55); }

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

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

 span { border-color: rgb(222,94,55); }

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