Html Css Color HEX #DC374D Amaranth

📋 copy color: '#DC374D'

red 220 ◦ green 55 ◦ blue 77

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

Shades of Amaranth #DC374D

Tints of Amaranth #DC374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.63%

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

R = 62.5%
G = 15.63%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC374D (or 0xDC374D) is known color: Amaranth. HEX triplet: DC, 37 and 4D. RGB value is (220,55,77). Sum of RGB (Red+Green+Blue) = 220+55+77=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC374D is #23C8B2. Grayscale: #6A6A6A. Windows color (decimal): -2345139 or 5060572. OLE color: 5060572.

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

Color convert

RGB 220 55 77 -
CMYK 0 0.75 0.65 0.14
HSL 352º 0.7% 0.54% -
HSV(B) 352º 0.75% 0.86% -
XYZ 32.22 18.48 8.89 -
YUV 106.84 111.16 208.71 -
System Red Green Blue C M Y K H S L
Decimal 220 55 77 0 0.75 0.65 0.14 352 0.7 0.54
Hex DC 37 4D 0 4B 41 E 160 46 36
Octal 334 67 115 0 113 101 16 540 106 66
Binary 11011100 110111 1001101 0 1001011 1000001 1110 101100000 1000110 110110

Color Harmonies of #DC374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC374D

Black with #DC374D

Text Example


Text Example

White with #DC374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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