#DC4847

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

Shades of Valencia #DC4847

Tints of Valencia #DC4847

Color information

#DC4847 (or 0xDC4847) is unknown color: approx Valencia. HEX triplet: DC, 48 and 47. RGB value is (220,72,71). Sum of RGB (Red+Green+Blue) = 220+72+71=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4847 is #23B7B8. Grayscale: #747474. Windows color (decimal): -2340793 or 4671708. OLE color: 4671708.

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

Color convert

RGB2207271-
CMYK00.670.680.14
HSL0.4º68.04%57.06%-
HSV(B)0.4º67.73%86.27%-
XYZ32.9720.318.14-
YUV116.14102.53202.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.61%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=60.61%
G=19.83%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220727100.670.680.140.468.0457.06
HexDC484704344E04439
Octal334110107010310416010471
Binary1101110010010001000111010000111000100111001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4847; }

 p { color: rgb(220,72,71); }

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

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

 a { background-color: rgb(220,72,71); }

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

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

 span { border-color: rgb(220,72,71); }

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