#DE5845

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

Shades of Valencia #DE5845

Tints of Valencia #DE5845

Color information

#DE5845 (or 0xDE5845) is unknown color: approx Valencia. HEX triplet: DE, 58 and 45. RGB value is (222,88,69). Sum of RGB (Red+Green+Blue) = 222+88+69=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5845 is #21A7BA. Grayscale: #7E7E7E. Windows color (decimal): -2205627 or 4544734. OLE color: 4544734.

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

Color convert

RGB2228869-
CMYK00.600.690.13
HSL7.45º69.86%57.06%-
HSV(B)7.45º68.92%87.06%-
XYZ34.6922.948.23-
YUV125.995.89196.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.58%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=58.58%
G=23.22%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222886900.600.690.137.4569.8657.06
HexDE584503C45D74639
Octal33613010507410515710671
Binary11011110101100010001010111100100010111011111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5845; }

 p { color: rgb(222,88,69); }

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

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

 a { background-color: rgb(222,88,69); }

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

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

 span { border-color: rgb(222,88,69); }

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