Html Css Color HEX #DC314D Amaranth

📋 copy color: '#DC314D'

red 220 ◦ green 49 ◦ blue 77

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

Shades of Amaranth #DC314D

Tints of Amaranth #DC314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.16%

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 63.58%
G = 14.16%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC314D (or 0xDC314D) is known color: Amaranth. HEX triplet: DC, 31 and 4D. RGB value is (220,49,77). Sum of RGB (Red+Green+Blue) = 220+49+77=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC314D is #23CEB2. Grayscale: #676767. Windows color (decimal): -2346675 or 5059036. OLE color: 5059036.

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

Color convert

RGB 220 49 77 -
CMYK 0 0.78 0.65 0.14
HSL 350.18º 0.71% 0.53% -
HSV(B) 350.18º 0.78% 0.86% -
XYZ 31.95 17.95 8.8 -
YUV 103.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 220 49 77 0 0.78 0.65 0.14 350.18 0.71 0.53
Hex DC 31 4D 0 4E 41 E 15E 47 35
Octal 334 61 115 0 116 101 16 536 107 65
Binary 11011100 110001 1001101 0 1001110 1000001 1110 101011110 1000111 110101

Color Harmonies of #DC314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC314D

Black with #DC314D

Text Example


Text Example

White with #DC314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC314D; }

 p { color: rgb(220,49,77); }

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

background-color css

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

 a { background-color: rgb(220,49,77); }

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

border-color css

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

 span { border-color: rgb(220,49,77); }

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