#DE713E

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

Shades of Sorbus #DE713E

Tints of Sorbus #DE713E

Color information

#DE713E (or 0xDE713E) is unknown color: approx Sorbus. HEX triplet: DE, 71 and 3E. RGB value is (222,113,62). Sum of RGB (Red+Green+Blue) = 222+113+62=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE713E is #218EC1. Grayscale: #8C8C8C. Windows color (decimal): -2199234 or 4092382. OLE color: 4092382.

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

Color convert

RGB22211362-
CMYK00.490.720.13
HSL19.12º70.8%55.69%-
HSV(B)19.12º72.07%87.06%-
XYZ36.927.697.96-
YUV139.7884.11186.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.92%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 62 (24.61% from 255) = 15.62%
R=55.92%
G=28.46%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221136200.490.720.1319.1270.855.69
HexDE713E03148D134738
Octal33616176061110152310770
Binary110111101110001111110011000110010001101100111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE713E; }

 p { color: rgb(222,113,62); }

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

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

 a { background-color: rgb(222,113,62); }

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

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

 span { border-color: rgb(222,113,62); }

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