Html Css Color HEX #DC3F49 Amaranth

📋 copy color: '#DC3F49'

red 220 ◦ green 63 ◦ blue 73

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

Shades of Amaranth #DC3F49

Tints of Amaranth #DC3F49

RGB

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

 GREEN value IS 63 (25% from 255) = 17.7%

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

R = 61.8%
G = 17.7%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC3F49 (or 0xDC3F49) is known color: Amaranth. HEX triplet: DC, 3F and 49. RGB value is (220,63,73). Sum of RGB (Red+Green+Blue) = 220+63+73=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F49 is #23C0B6. Grayscale: #6F6F6F. Windows color (decimal): -2343095 or 4800476. OLE color: 4800476.

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

Color convert

RGB 220 63 73 -
CMYK 0 0.71 0.67 0.14
HSL 356.18º 0.69% 0.55% -
HSV(B) 356.18º 0.71% 0.86% -
XYZ 32.5 19.25 8.31 -
YUV 111.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 220 63 73 0 0.71 0.67 0.14 356.18 0.69 0.55
Hex DC 3F 49 0 47 43 E 164 45 37
Octal 334 77 111 0 107 103 16 544 105 67
Binary 11011100 111111 1001001 0 1000111 1000011 1110 101100100 1000101 110111

Color Harmonies of #DC3F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F49

Black with #DC3F49

Text Example


Text Example

White with #DC3F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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