Html Css Color HEX #DC2946 Amaranth

📋 copy color: '#DC2946'

red 220 ◦ green 41 ◦ blue 70

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

Shades of Amaranth #DC2946

Tints of Amaranth #DC2946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.39%

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

R = 66.47%
G = 12.39%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC2946 (or 0xDC2946) is known color: Amaranth. HEX triplet: DC, 29 and 46. RGB value is (220,41,70). Sum of RGB (Red+Green+Blue) = 220+41+70=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2946 is #23D6B9. Grayscale: #616161. Windows color (decimal): -2348730 or 4598236. OLE color: 4598236.

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

Color convert

RGB 220 41 70 -
CMYK 0 0.81 0.68 0.14
HSL 350.28º 0.72% 0.51% -
HSV(B) 350.28º 0.81% 0.86% -
XYZ 31.41 17.24 7.47 -
YUV 97.83 112.3 215.14 -
System Red Green Blue C M Y K H S L
Decimal 220 41 70 0 0.81 0.68 0.14 350.28 0.72 0.51
Hex DC 29 46 0 51 44 E 15E 48 33
Octal 334 51 106 0 121 104 16 536 110 63
Binary 11011100 101001 1000110 0 1010001 1000100 1110 101011110 1001000 110011

Color Harmonies of #DC2946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2946

Black with #DC2946

Text Example


Text Example

White with #DC2946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2946; }

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

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

background-color css

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

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

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

border-color css

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

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

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