#DE5547

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

Shades of Valencia #DE5547

Tints of Valencia #DE5547

Color information

#DE5547 (or 0xDE5547) is unknown color: approx Valencia. HEX triplet: DE, 55 and 47. RGB value is (222,85,71). Sum of RGB (Red+Green+Blue) = 222+85+71=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5547 is #21AAB8. Grayscale: #7C7C7C. Windows color (decimal): -2206393 or 4675038. OLE color: 4675038.

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

Color convert

RGB2228571-
CMYK00.620.680.13
HSL5.56º69.59%57.45%-
HSV(B)5.56º68.02%87.06%-
XYZ34.5122.488.48-
YUV124.3797.89197.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.73%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 71 (28.12% from 255) = 18.78%
R=58.73%
G=22.49%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222857100.620.680.135.5669.5957.45
HexDE554703E44D64639
Octal33612510707610415610671
Binary11011110101010110001110111110100010011011101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5547; }

 p { color: rgb(222,85,71); }

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

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

 a { background-color: rgb(222,85,71); }

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

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

 span { border-color: rgb(222,85,71); }

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