Html Css Color HEX #DC3146 Amaranth

📋 copy color: '#DC3146'

red 220 ◦ green 49 ◦ blue 70

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

Shades of Amaranth #DC3146

Tints of Amaranth #DC3146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.45%

 BLUE value IS 70 (27.73% from 255) = 20.65%

R = 64.9%
G = 14.45%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC3146 (or 0xDC3146) is known color: Amaranth. HEX triplet: DC, 31 and 46. RGB value is (220,49,70). Sum of RGB (Red+Green+Blue) = 220+49+70=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3146 is #23CEB9. Grayscale: #666666. Windows color (decimal): -2346682 or 4600284. OLE color: 4600284.

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

Color convert

RGB 220 49 70 -
CMYK 0 0.78 0.68 0.14
HSL 352.63º 0.71% 0.53% -
HSV(B) 352.63º 0.78% 0.86% -
XYZ 31.72 17.85 7.57 -
YUV 102.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 220 49 70 0 0.78 0.68 0.14 352.63 0.71 0.53
Hex DC 31 46 0 4E 44 E 161 47 35
Octal 334 61 106 0 116 104 16 541 107 65
Binary 11011100 110001 1000110 0 1001110 1000100 1110 101100001 1000111 110101

Color Harmonies of #DC3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3146

Black with #DC3146

Text Example


Text Example

White with #DC3146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3146; }

 p { color: rgb(220,49,70); }

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

background-color css

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

 a { background-color: rgb(220,49,70); }

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

border-color css

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

 span { border-color: rgb(220,49,70); }

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