Html Css Color HEX #DC324B Amaranth

📋 copy color: '#DC324B'

red 220 ◦ green 50 ◦ blue 75

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

Shades of Amaranth #DC324B

Tints of Amaranth #DC324B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 63.77%
G = 14.49%
B = 21.74%

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

#DC324B (or 0xDC324B) is known color: Amaranth. HEX triplet: DC, 32 and 4B. RGB value is (220,50,75). Sum of RGB (Red+Green+Blue) = 220+50+75=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC324B is #23CDB4. Grayscale: #676767. Windows color (decimal): -2346421 or 4928220. OLE color: 4928220.

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

Color convert

RGB 220 50 75 -
CMYK 0 0.77 0.66 0.14
HSL 351.18º 0.71% 0.53% -
HSV(B) 351.18º 0.77% 0.86% -
XYZ 31.93 18 8.45 -
YUV 103.68 111.82 210.97 -
System Red Green Blue C M Y K H S L
Decimal 220 50 75 0 0.77 0.66 0.14 351.18 0.71 0.53
Hex DC 32 4B 0 4D 42 E 15F 47 35
Octal 334 62 113 0 115 102 16 537 107 65
Binary 11011100 110010 1001011 0 1001101 1000010 1110 101011111 1000111 110101

Color Harmonies of #DC324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC324B

Black with #DC324B

Text Example


Text Example

White with #DC324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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