#DD5244

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

Shades of Valencia #DD5244

Tints of Valencia #DD5244

Color information

#DD5244 (or 0xDD5244) is unknown color: approx Valencia. HEX triplet: DD, 52 and 44. RGB value is (221,82,68). Sum of RGB (Red+Green+Blue) = 221+82+68=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5244 is #22ADBB. Grayscale: #7A7A7A. Windows color (decimal): -2272700 or 4477661. OLE color: 4477661.

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

Color convert

RGB2218268-
CMYK00.630.690.13
HSL5.49º69.23%56.67%-
HSV(B)5.49º69.23%86.67%-
XYZ33.8821.827.9-
YUV121.9697.55198.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.57%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 68 (26.95% from 255) = 18.33%
R=59.57%
G=22.10%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221826800.630.690.135.4969.2356.67
HexDD524403F45D54539
Octal33512210407710515510571
Binary11011101101001010001000111111100010111011011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5244; }

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

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

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

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

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

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

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

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