Html Css Color HEX #DC344E Amaranth

📋 copy color: '#DC344E'

red 220 ◦ green 52 ◦ blue 78

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

Shades of Amaranth #DC344E

Tints of Amaranth #DC344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.86%

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 62.86%
G = 14.86%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC344E (or 0xDC344E) is known color: Amaranth. HEX triplet: DC, 34 and 4E. RGB value is (220,52,78). Sum of RGB (Red+Green+Blue) = 220+52+78=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC344E is #23CBB1. Grayscale: #696969. Windows color (decimal): -2345906 or 5125340. OLE color: 5125340.

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

Color convert

RGB 220 52 78 -
CMYK 0 0.76 0.65 0.14
HSL 350.71º 0.71% 0.53% -
HSV(B) 350.71º 0.76% 0.86% -
XYZ 32.12 18.22 9.03 -
YUV 105.2 112.66 209.89 -
System Red Green Blue C M Y K H S L
Decimal 220 52 78 0 0.76 0.65 0.14 350.71 0.71 0.53
Hex DC 34 4E 0 4C 41 E 15F 47 35
Octal 334 64 116 0 114 101 16 537 107 65
Binary 11011100 110100 1001110 0 1001100 1000001 1110 101011111 1000111 110101

Color Harmonies of #DC344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC344E

Black with #DC344E

Text Example


Text Example

White with #DC344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC344E; }

 p { color: rgb(220,52,78); }

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

background-color css

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

 a { background-color: rgb(220,52,78); }

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

border-color css

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

 span { border-color: rgb(220,52,78); }

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