Html Css Color HEX #DC3E49 Amaranth

📋 copy color: '#DC3E49'

red 220 ◦ green 62 ◦ blue 73

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

Shades of Amaranth #DC3E49

Tints of Amaranth #DC3E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.46%

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

R = 61.97%
G = 17.46%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC3E49 (or 0xDC3E49) is known color: Amaranth. HEX triplet: DC, 3E and 49. RGB value is (220,62,73). Sum of RGB (Red+Green+Blue) = 220+62+73=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E49 is #23C1B6. Grayscale: #6E6E6E. Windows color (decimal): -2343351 or 4800220. OLE color: 4800220.

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

Color convert

RGB 220 62 73 -
CMYK 0 0.72 0.67 0.14
HSL 355.82º 0.69% 0.55% -
HSV(B) 355.82º 0.72% 0.86% -
XYZ 32.44 19.14 8.29 -
YUV 110.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 220 62 73 0 0.72 0.67 0.14 355.82 0.69 0.55
Hex DC 3E 49 0 48 43 E 164 45 37
Octal 334 76 111 0 110 103 16 544 105 67
Binary 11011100 111110 1001001 0 1001000 1000011 1110 101100100 1000101 110111

Color Harmonies of #DC3E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E49

Black with #DC3E49

Text Example


Text Example

White with #DC3E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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