Html Css Color HEX #DC4053 Amaranth

📋 copy color: '#DC4053'

red 220 ◦ green 64 ◦ blue 83

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

Shades of Amaranth #DC4053

Tints of Amaranth #DC4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.44%

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

R = 59.95%
G = 17.44%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC4053 (or 0xDC4053) is known color: Amaranth. HEX triplet: DC, 40 and 53. RGB value is (220,64,83). Sum of RGB (Red+Green+Blue) = 220+64+83=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4053 is #23BFAC. Grayscale: #707070. Windows color (decimal): -2342829 or 5456092. OLE color: 5456092.

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

Color convert

RGB 220 64 83 -
CMYK 0 0.71 0.62 0.14
HSL 352.69º 0.69% 0.56% -
HSV(B) 352.69º 0.71% 0.86% -
XYZ 32.91 19.51 10.21 -
YUV 112.81 111.18 204.46 -
System Red Green Blue C M Y K H S L
Decimal 220 64 83 0 0.71 0.62 0.14 352.69 0.69 0.56
Hex DC 40 53 0 47 3E E 161 45 38
Octal 334 100 123 0 107 76 16 541 105 70
Binary 11011100 1000000 1010011 0 1000111 111110 1110 101100001 1000101 111000

Color Harmonies of #DC4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4053

Black with #DC4053

Text Example


Text Example

White with #DC4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4053; }

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

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

background-color css

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

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

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

border-color css

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

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

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