#DD5241

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

Shades of Valencia #DD5241

Tints of Valencia #DD5241

Color information

#DD5241 (or 0xDD5241) is unknown color: approx Valencia. HEX triplet: DD, 52 and 41. RGB value is (221,82,65). Sum of RGB (Red+Green+Blue) = 221+82+65=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5241 is #22ADBE. Grayscale: #797979. Windows color (decimal): -2272703 or 4281053. OLE color: 4281053.

HSL color Cylindrical-coordinate representation of color #DD5241: hue angle of 6.54º 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 #DD5241 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB2218265-
CMYK00.630.710.13
HSL6.54º69.64%56.08%-
HSV(B)6.54º70.59%86.67%-
XYZ33.7921.797.43-
YUV121.6296.05198.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.05%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 65 (25.78% from 255) = 17.66%
R=60.05%
G=22.28%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221826500.630.710.136.5469.6456.08
HexDD524103F47D74638
Octal33512210107710715710670
Binary11011101101001010000010111111100011111011111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5241; }

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

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

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

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

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

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

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

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