#DD5141

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

Shades of Valencia #DD5141

Tints of Valencia #DD5141

Color information

#DD5141 (or 0xDD5141) is unknown color: approx Valencia. HEX triplet: DD, 51 and 41. RGB value is (221,81,65). Sum of RGB (Red+Green+Blue) = 221+81+65=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5141 is #22AEBE. Grayscale: #797979. Windows color (decimal): -2272959 or 4280797. OLE color: 4280797.

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

Color convert

RGB2218165-
CMYK00.630.710.13
HSL6.15º69.64%56.08%-
HSV(B)6.15º70.59%86.67%-
XYZ33.7221.647.4-
YUV121.0496.38199.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.22%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 65 (25.78% from 255) = 17.71%
R=60.22%
G=22.07%
B=17.71%

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
Decimal221816500.630.710.136.1569.6456.08
HexDD514103F47D64638
Octal33512110107710715610670
Binary11011101101000110000010111111100011111011101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5141; }

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

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

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

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

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

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

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

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