Html Css Color HEX #DC5049 Valencia

📋 copy color: '#DC5049'

red 220 ◦ green 80 ◦ blue 73

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

Shades of Valencia #DC5049

Tints of Valencia #DC5049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.57%

R = 58.98%
G = 21.45%
B = 19.57%

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

#DC5049 (or 0xDC5049) is known color: Valencia. HEX triplet: DC, 50 and 49. RGB value is (220,80,73). Sum of RGB (Red+Green+Blue) = 220+80+73=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5049 is #23AFB6. Grayscale: #797979. Windows color (decimal): -2338743 or 4804828. OLE color: 4804828.

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

Color convert

RGB 220 80 73 -
CMYK 0 0.64 0.67 0.14
HSL 2.86º 0.68% 0.57% -
HSV(B) 2.86º 0.67% 0.86% -
XYZ 33.59 21.43 8.67 -
YUV 121.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 220 80 73 0 0.64 0.67 0.14 2.86 0.68 0.57
Hex DC 50 49 0 40 43 E 3 44 39
Octal 334 120 111 0 100 103 16 3 104 71
Binary 11011100 1010000 1001001 0 1000000 1000011 1110 11 1000100 111001

Color Harmonies of #DC5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5049

Black with #DC5049

Text Example


Text Example

White with #DC5049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5049; }

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

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

background-color css

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

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

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

border-color css

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

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

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