Html Css Color HEX #DC5553 Valencia

📋 copy color: '#DC5553'

red 220 ◦ green 85 ◦ blue 83

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

Shades of Valencia #DC5553

Tints of Valencia #DC5553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.91%

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

R = 56.7%
G = 21.91%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC5553 (or 0xDC5553) is known color: Valencia. HEX triplet: DC, 55 and 53. RGB value is (220,85,83). Sum of RGB (Red+Green+Blue) = 220+85+83=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5553 is #23AAAC. Grayscale: #7D7D7D. Windows color (decimal): -2337453 or 5461468. OLE color: 5461468.

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

Color convert

RGB 220 85 83 -
CMYK 0 0.61 0.62 0.14
HSL 0.88º 0.66% 0.59% -
HSV(B) 0.88º 0.62% 0.86% -
XYZ 34.33 22.34 10.69 -
YUV 125.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 220 85 83 0 0.61 0.62 0.14 0.88 0.66 0.59
Hex DC 55 53 0 3D 3E E 1 42 3B
Octal 334 125 123 0 75 76 16 1 102 73
Binary 11011100 1010101 1010011 0 111101 111110 1110 1 1000010 111011

Color Harmonies of #DC5553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5553

Black with #DC5553

Text Example


Text Example

White with #DC5553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5553; }

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

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

background-color css

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

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

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

border-color css

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

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

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