Html Css Color HEX #DC294F Amaranth

📋 copy color: '#DC294F'

red 220 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #DC294F

Tints of Amaranth #DC294F

RGB

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

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

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

R = 64.71%
G = 12.06%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC294F (or 0xDC294F) is known color: Amaranth. HEX triplet: DC, 29 and 4F. RGB value is (220,41,79). Sum of RGB (Red+Green+Blue) = 220+41+79=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC294F is #23D6B0. Grayscale: #626262. Windows color (decimal): -2348721 or 5188060. OLE color: 5188060.

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

Color convert

RGB 220 41 79 -
CMYK 0 0.81 0.64 0.14
HSL 347.26º 0.72% 0.51% -
HSV(B) 347.26º 0.81% 0.86% -
XYZ 31.72 17.37 9.08 -
YUV 98.85 116.8 214.41 -
System Red Green Blue C M Y K H S L
Decimal 220 41 79 0 0.81 0.64 0.14 347.26 0.72 0.51
Hex DC 29 4F 0 51 40 E 15B 48 33
Octal 334 51 117 0 121 100 16 533 110 63
Binary 11011100 101001 1001111 0 1010001 1000000 1110 101011011 1001000 110011

Color Harmonies of #DC294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC294F

Black with #DC294F

Text Example


Text Example

White with #DC294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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