Html Css Color HEX #DC5050 Valencia

📋 copy color: '#DC5050'

red 220 ◦ green 80 ◦ blue 80

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

Shades of Valencia #DC5050

Tints of Valencia #DC5050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 57.89%
G = 21.05%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC5050 (or 0xDC5050) is known color: Valencia. HEX triplet: DC, 50 and 50. RGB value is (220,80,80). Sum of RGB (Red+Green+Blue) = 220+80+80=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5050 is #23AFAF. Grayscale: #797979. Windows color (decimal): -2338736 or 5263580. OLE color: 5263580.

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

Color convert

RGB 220 80 80 -
CMYK 0 0.64 0.64 0.14
HSL 0.67% 0.59% -
HSV(B) 0.64% 0.86% -
XYZ 33.83 21.53 9.96 -
YUV 121.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 220 80 80 0 0.64 0.64 0.14 0 0.67 0.59
Hex DC 50 50 0 40 40 E 0 43 3B
Octal 334 120 120 0 100 100 16 0 103 73
Binary 11011100 1010000 1010000 0 1000000 1000000 1110 0 1000011 111011

Color Harmonies of #DC5050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5050

Black with #DC5050

Text Example


Text Example

White with #DC5050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5050; }

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

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

background-color css

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

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

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

border-color css

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

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

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