#DD4D44

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

Shades of Valencia #DD4D44

Tints of Valencia #DD4D44

Color information

#DD4D44 (or 0xDD4D44) is unknown color: approx Valencia. HEX triplet: DD, 4D and 44. RGB value is (221,77,68). Sum of RGB (Red+Green+Blue) = 221+77+68=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D44 is #22B2BB. Grayscale: #777777. Windows color (decimal): -2273980 or 4476381. OLE color: 4476381.

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

Color convert

RGB2217768-
CMYK00.650.690.13
HSL3.53º69.23%56.67%-
HSV(B)3.53º69.23%86.67%-
XYZ33.5221.17.77-
YUV119.0399.21200.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.38%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 68 (26.95% from 255) = 18.58%
R=60.38%
G=21.04%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221776800.650.690.133.5369.2356.67
HexDD4D4404145D44539
Octal335115104010110515410571
Binary110111011001101100010001000001100010111011001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4D44; }

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

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

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

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

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

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

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

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