#DD4B4A

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

Shades of Valencia #DD4B4A

Tints of Valencia #DD4B4A

Color information

#DD4B4A (or 0xDD4B4A) is unknown color: approx Valencia. HEX triplet: DD, 4B and 4A. RGB value is (221,75,74). Sum of RGB (Red+Green+Blue) = 221+75+74=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4B4A is #22B4B5. Grayscale: #767676. Windows color (decimal): -2274486 or 4869085. OLE color: 4869085.

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

Color convert

RGB2217574-
CMYK00.660.670.13
HSL0.41º68.37%57.84%-
HSV(B)0.41º66.52%86.67%-
XYZ33.5720.98.74-
YUV118.54102.87201.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.73%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 74 (29.30% from 255) = 20%
R=59.73%
G=20.27%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221757400.660.670.130.4168.3757.84
HexDD4B4A04243D0443a
Octal335113112010210315010472
Binary1101110110010111001010010000101000011110101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4B4A; }

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

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

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

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

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

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

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

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