Html Css Color HEX #DC2349 Amaranth

📋 copy color: '#DC2349'

red 220 ◦ green 35 ◦ blue 73

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

Shades of Amaranth #DC2349

Tints of Amaranth #DC2349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

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

R = 67.07%
G = 10.67%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC2349 (or 0xDC2349) is known color: Amaranth. HEX triplet: DC, 23 and 49. RGB value is (220,35,73). Sum of RGB (Red+Green+Blue) = 220+35+73=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2349 is #23DCB6. Grayscale: #5E5E5E. Windows color (decimal): -2350263 or 4793308. OLE color: 4793308.

HSL color Cylindrical-coordinate representation of color #DC2349: hue angle of 347.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2349 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 35 73 -
CMYK 0 0.84 0.67 0.14
HSL 347.68º 0.73% 0.5% -
HSV(B) 347.68º 0.84% 0.86% -
XYZ 31.32 16.9 7.91 -
YUV 94.65 115.79 217.41 -
System Red Green Blue C M Y K H S L
Decimal 220 35 73 0 0.84 0.67 0.14 347.68 0.73 0.5
Hex DC 23 49 0 54 43 E 15C 49 32
Octal 334 43 111 0 124 103 16 534 111 62
Binary 11011100 100011 1001001 0 1010100 1000011 1110 101011100 1001001 110010

Color Harmonies of #DC2349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2349

Black with #DC2349

Text Example


Text Example

White with #DC2349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2349; }

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

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

background-color css

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

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

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

border-color css

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

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

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