#DD4D4A

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

Shades of Valencia #DD4D4A

Tints of Valencia #DD4D4A

Color information

#DD4D4A (or 0xDD4D4A) is unknown color: approx Valencia. HEX triplet: DD, 4D and 4A. RGB value is (221,77,74). Sum of RGB (Red+Green+Blue) = 221+77+74=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D4A is #22B2B5. Grayscale: #777777. Windows color (decimal): -2273974 or 4869597. OLE color: 4869597.

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

Color convert

RGB2217774-
CMYK00.650.670.13
HSL1.22º68.37%57.84%-
HSV(B)1.22º66.52%86.67%-
XYZ33.7121.178.79-
YUV119.71102.21200.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.41%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 74 (29.30% from 255) = 19.89%
R=59.41%
G=20.70%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221777400.650.670.131.2268.3757.84
HexDD4D4A04143D1443a
Octal335115112010110315110472
Binary1101110110011011001010010000011000011110111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4D4A; }

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

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

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

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

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

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

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

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