Html Css Color HEX #DC324A Amaranth

📋 copy color: '#DC324A'

red 220 ◦ green 50 ◦ blue 74

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

Shades of Amaranth #DC324A

Tints of Amaranth #DC324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.53%

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 63.95%
G = 14.53%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC324A (or 0xDC324A) is known color: Amaranth. HEX triplet: DC, 32 and 4A. RGB value is (220,50,74). Sum of RGB (Red+Green+Blue) = 220+50+74=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC324A is #23CDB5. Grayscale: #676767. Windows color (decimal): -2346422 or 4862684. OLE color: 4862684.

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

Color convert

RGB 220 50 74 -
CMYK 0 0.77 0.66 0.14
HSL 351.53º 0.71% 0.53% -
HSV(B) 351.53º 0.77% 0.86% -
XYZ 31.89 17.99 8.27 -
YUV 103.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 220 50 74 0 0.77 0.66 0.14 351.53 0.71 0.53
Hex DC 32 4A 0 4D 42 E 160 47 35
Octal 334 62 112 0 115 102 16 540 107 65
Binary 11011100 110010 1001010 0 1001101 1000010 1110 101100000 1000111 110101

Color Harmonies of #DC324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC324A

Black with #DC324A

Text Example


Text Example

White with #DC324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC324A; }

 p { color: rgb(220,50,74); }

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

background-color css

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

 a { background-color: rgb(220,50,74); }

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

border-color css

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

 span { border-color: rgb(220,50,74); }

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