#DC5451

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

Shades of Valencia #DC5451

Tints of Valencia #DC5451

Color information

#DC5451 (or 0xDC5451) is unknown color: approx Valencia. HEX triplet: DC, 54 and 51. RGB value is (220,84,81). Sum of RGB (Red+Green+Blue) = 220+84+81=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5451 is #23ABAE. Grayscale: #7C7C7C. Windows color (decimal): -2337711 or 5330140. OLE color: 5330140.

HSL color Cylindrical-coordinate representation of color #DC5451: hue angle of 1.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5451 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB2208481-
CMYK00.620.630.14
HSL1.29º66.51%59.02%-
HSV(B)1.29º63.18%86.27%-
XYZ34.1722.1510.26-
YUV124.32103.56196.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.14%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 81 (32.03% from 255) = 21.04%
R=57.14%
G=21.82%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220848100.620.630.141.2966.5159.02
HexDC545103E3FE1433b
Octal3341241210767716110373
Binary11011100101010010100010111110111111111011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5451; }

 p { color: rgb(220,84,81); }

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

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

 a { background-color: rgb(220,84,81); }

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

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

 span { border-color: rgb(220,84,81); }

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