#DD5341

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

Shades of Valencia #DD5341

Tints of Valencia #DD5341

Color information

#DD5341 (or 0xDD5341) is unknown color: approx Valencia. HEX triplet: DD, 53 and 41. RGB value is (221,83,65). Sum of RGB (Red+Green+Blue) = 221+83+65=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5341 is #22ACBE. Grayscale: #7A7A7A. Windows color (decimal): -2272447 or 4281309. OLE color: 4281309.

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

Color convert

RGB2218365-
CMYK00.620.710.13
HSL6.92º69.64%56.08%-
HSV(B)6.92º70.59%86.67%-
XYZ33.8721.947.45-
YUV122.2195.72198.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.89%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 65 (25.78% from 255) = 17.62%
R=59.89%
G=22.49%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221836500.620.710.136.9269.6456.08
HexDD534103E47D74638
Octal33512310107610715710670
Binary11011101101001110000010111110100011111011111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5341; }

 p { color: rgb(221,83,65); }

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

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

 a { background-color: rgb(221,83,65); }

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

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

 span { border-color: rgb(221,83,65); }

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