Html Css Color HEX #DC3349 Amaranth

📋 copy color: '#DC3349'

red 220 ◦ green 51 ◦ blue 73

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

Shades of Amaranth #DC3349

Tints of Amaranth #DC3349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.83%

 BLUE value IS 73 (28.91% from 255) = 21.22%

R = 63.95%
G = 14.83%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC3349 (or 0xDC3349) is known color: Amaranth. HEX triplet: DC, 33 and 49. RGB value is (220,51,73). Sum of RGB (Red+Green+Blue) = 220+51+73=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3349 is #23CCB6. Grayscale: #686868. Windows color (decimal): -2346167 or 4797404. OLE color: 4797404.

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

Color convert

RGB 220 51 73 -
CMYK 0 0.77 0.67 0.14
HSL 352.19º 0.71% 0.53% -
HSV(B) 352.19º 0.77% 0.86% -
XYZ 31.9 18.06 8.11 -
YUV 104.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 220 51 73 0 0.77 0.67 0.14 352.19 0.71 0.53
Hex DC 33 49 0 4D 43 E 160 47 35
Octal 334 63 111 0 115 103 16 540 107 65
Binary 11011100 110011 1001001 0 1001101 1000011 1110 101100000 1000111 110101

Color Harmonies of #DC3349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3349

Black with #DC3349

Text Example


Text Example

White with #DC3349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3349; }

 p { color: rgb(220,51,73); }

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

background-color css

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

 a { background-color: rgb(220,51,73); }

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

border-color css

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

 span { border-color: rgb(220,51,73); }

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