Html Css Color HEX #DC2C4F Amaranth

📋 copy color: '#DC2C4F'

red 220 ◦ green 44 ◦ blue 79

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

Shades of Amaranth #DC2C4F

Tints of Amaranth #DC2C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 64.14%
G = 12.83%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC2C4F (or 0xDC2C4F) is known color: Amaranth. HEX triplet: DC, 2C and 4F. RGB value is (220,44,79). Sum of RGB (Red+Green+Blue) = 220+44+79=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2C4F is #23D3B0. Grayscale: #646464. Windows color (decimal): -2347953 or 5188828. OLE color: 5188828.

HSL color Cylindrical-coordinate representation of color #DC2C4F: hue angle of 348.07º 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 #DC2C4F is Cyan = 0, Magento = 0.8, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 44 79 -
CMYK 0 0.8 0.64 0.14
HSL 348.07º 0.72% 0.52% -
HSV(B) 348.07º 0.8% 0.86% -
XYZ 31.83 17.58 9.11 -
YUV 100.61 115.81 213.15 -
System Red Green Blue C M Y K H S L
Decimal 220 44 79 0 0.8 0.64 0.14 348.07 0.72 0.52
Hex DC 2C 4F 0 50 40 E 15C 48 34
Octal 334 54 117 0 120 100 16 534 110 64
Binary 11011100 101100 1001111 0 1010000 1000000 1110 101011100 1001000 110100

Color Harmonies of #DC2C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C4F

Black with #DC2C4F

Text Example


Text Example

White with #DC2C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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