Html Css Color HEX #DC2C4A Amaranth

📋 copy color: '#DC2C4A'

red 220 ◦ green 44 ◦ blue 74

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

Shades of Amaranth #DC2C4A

Tints of Amaranth #DC2C4A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.02%

 BLUE value IS 74 (29.3% from 255) = 21.89%

R = 65.09%
G = 13.02%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC2C4A (or 0xDC2C4A) is known color: Amaranth. HEX triplet: DC, 2C and 4A. RGB value is (220,44,74). Sum of RGB (Red+Green+Blue) = 220+44+74=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C4A is #23D3B5. Grayscale: #646464. Windows color (decimal): -2347958 or 4861148. OLE color: 4861148.

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

Color convert

RGB 220 44 74 -
CMYK 0 0.8 0.66 0.14
HSL 349.77º 0.72% 0.52% -
HSV(B) 349.77º 0.8% 0.86% -
XYZ 31.65 17.51 8.19 -
YUV 100.04 113.31 213.56 -
System Red Green Blue C M Y K H S L
Decimal 220 44 74 0 0.8 0.66 0.14 349.77 0.72 0.52
Hex DC 2C 4A 0 50 42 E 15E 48 34
Octal 334 54 112 0 120 102 16 536 110 64
Binary 11011100 101100 1001010 0 1010000 1000010 1110 101011110 1001000 110100

Color Harmonies of #DC2C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C4A

Black with #DC2C4A

Text Example


Text Example

White with #DC2C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C4A; }

 p { color: rgb(220,44,74); }

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

background-color css

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

 a { background-color: rgb(220,44,74); }

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

border-color css

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

 span { border-color: rgb(220,44,74); }

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