#DE5749

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

Shades of Valencia #DE5749

Tints of Valencia #DE5749

Color information

#DE5749 (or 0xDE5749) is unknown color: approx Valencia. HEX triplet: DE, 57 and 49. RGB value is (222,87,73). Sum of RGB (Red+Green+Blue) = 222+87+73=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5749 is #21A8B6. Grayscale: #7D7D7D. Windows color (decimal): -2205879 or 4806622. OLE color: 4806622.

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

Color convert

RGB2228773-
CMYK00.610.670.13
HSL5.64º69.3%57.84%-
HSV(B)5.64º67.12%87.06%-
XYZ34.7322.838.88-
YUV125.7798.23196.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.12%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 73 (28.91% from 255) = 19.11%
R=58.12%
G=22.77%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222877300.610.670.135.6469.357.84
HexDE574903D43D6453a
Octal33612711107510315610572
Binary11011110101011110010010111101100001111011101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5749; }

 p { color: rgb(222,87,73); }

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

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

 a { background-color: rgb(222,87,73); }

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

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

 span { border-color: rgb(222,87,73); }

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