Html Css Color HEX #DC5C53 Valencia

📋 copy color: '#DC5C53'

red 220 ◦ green 92 ◦ blue 83

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

Shades of Valencia #DC5C53

Tints of Valencia #DC5C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

 BLUE value IS 83 (32.81% from 255) = 21.01%

R = 55.7%
G = 23.29%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC5C53 (or 0xDC5C53) is known color: Valencia. HEX triplet: DC, 5C and 53. RGB value is (220,92,83). Sum of RGB (Red+Green+Blue) = 220+92+83=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C53 is #23A3AC. Grayscale: #818181. Windows color (decimal): -2335661 or 5463260. OLE color: 5463260.

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

Color convert

RGB 220 92 83 -
CMYK 0 0.58 0.62 0.14
HSL 3.94º 0.66% 0.59% -
HSV(B) 3.94º 0.62% 0.86% -
XYZ 34.9 23.49 10.88 -
YUV 129.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 220 92 83 0 0.58 0.62 0.14 3.94 0.66 0.59
Hex DC 5C 53 0 3A 3E E 4 42 3B
Octal 334 134 123 0 72 76 16 4 102 73
Binary 11011100 1011100 1010011 0 111010 111110 1110 100 1000010 111011

Color Harmonies of #DC5C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C53

Black with #DC5C53

Text Example


Text Example

White with #DC5C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C53; }

 p { color: rgb(220,92,83); }

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

background-color css

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

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

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

border-color css

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

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

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