Html Css Color HEX #DC5752 Valencia

📋 copy color: '#DC5752'

red 220 ◦ green 87 ◦ blue 82

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

Shades of Valencia #DC5752

Tints of Valencia #DC5752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 56.56%
G = 22.37%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC5752 (or 0xDC5752) is known color: Valencia. HEX triplet: DC, 57 and 52. RGB value is (220,87,82). Sum of RGB (Red+Green+Blue) = 220+87+82=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5752 is #23A8AD. Grayscale: #7E7E7E. Windows color (decimal): -2336942 or 5396444. OLE color: 5396444.

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

Color convert

RGB 220 87 82 -
CMYK 0 0.60 0.63 0.14
HSL 2.17º 0.66% 0.59% -
HSV(B) 2.17º 0.63% 0.86% -
XYZ 34.45 22.64 10.54 -
YUV 126.2 103.06 194.91 -
System Red Green Blue C M Y K H S L
Decimal 220 87 82 0 0.60 0.63 0.14 2.17 0.66 0.59
Hex DC 57 52 0 3C 3F E 2 42 3B
Octal 334 127 122 0 74 77 16 2 102 73
Binary 11011100 1010111 1010010 0 111100 111111 1110 10 1000010 111011

Color Harmonies of #DC5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5752

Black with #DC5752

Text Example


Text Example

White with #DC5752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5752; }

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

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

background-color css

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

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

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

border-color css

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

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

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