Html Css Color HEX #DC5750 Valencia

📋 copy color: '#DC5750'

red 220 ◦ green 87 ◦ blue 80

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

Shades of Valencia #DC5750

Tints of Valencia #DC5750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.48%

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

R = 56.85%
G = 22.48%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC5750 (or 0xDC5750) is known color: Valencia. HEX triplet: DC, 57 and 50. RGB value is (220,87,80). Sum of RGB (Red+Green+Blue) = 220+87+80=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5750 is #23A8AF. Grayscale: #7E7E7E. Windows color (decimal): -2336944 or 5265372. OLE color: 5265372.

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

Color convert

RGB 220 87 80 -
CMYK 0 0.60 0.64 0.14
HSL 0.67% 0.59% -
HSV(B) 0.64% 0.86% -
XYZ 34.37 22.61 10.14 -
YUV 125.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 220 87 80 0 0.60 0.64 0.14 3 0.67 0.59
Hex DC 57 50 0 3C 40 E 3 43 3B
Octal 334 127 120 0 74 100 16 3 103 73
Binary 11011100 1010111 1010000 0 111100 1000000 1110 11 1000011 111011

Color Harmonies of #DC5750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5750

Black with #DC5750

Text Example


Text Example

White with #DC5750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5750; }

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

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

background-color css

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

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

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

border-color css

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

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

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