Html Css Color HEX #DC5048 Valencia

📋 copy color: '#DC5048'

red 220 ◦ green 80 ◦ blue 72

#DC5048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #DC5048

Tints of Valencia #DC5048

RGB

 RED value IS 220 (86.33% from 255) = 59.14%

 GREEN value IS 80 (31.64% from 255) = 21.51%

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 59.14%
G = 21.51%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC5048 (or 0xDC5048) is known color: Valencia. HEX triplet: DC, 50 and 48. RGB value is (220,80,72). Sum of RGB (Red+Green+Blue) = 220+80+72=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5048 is #23AFB7. Grayscale: #797979. Windows color (decimal): -2338744 or 4739292. OLE color: 4739292.

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

Color convert

RGB 220 80 72 -
CMYK 0 0.64 0.67 0.14
HSL 3.24º 0.68% 0.57% -
HSV(B) 3.24º 0.67% 0.86% -
XYZ 33.55 21.42 8.5 -
YUV 120.95 100.38 198.65 -
System Red Green Blue C M Y K H S L
Decimal 220 80 72 0 0.64 0.67 0.14 3.24 0.68 0.57
Hex DC 50 48 0 40 43 E 3 44 39
Octal 334 120 110 0 100 103 16 3 104 71
Binary 11011100 1010000 1001000 0 1000000 1000011 1110 11 1000100 111001

Color Harmonies of #DC5048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5048

Black with #DC5048

Text Example


Text Example

White with #DC5048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5048; }

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

 H1.HeaderClassName
 {
   color: #DC5048;
 }
 .AnyTagClassName
 {
   color: #DC5048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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