Html Css Color HEX #DC294E Amaranth

📋 copy color: '#DC294E'

red 220 ◦ green 41 ◦ blue 78

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

Shades of Amaranth #DC294E

Tints of Amaranth #DC294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.01%

R = 64.9%
G = 12.09%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC294E (or 0xDC294E) is known color: Amaranth. HEX triplet: DC, 29 and 4E. RGB value is (220,41,78). Sum of RGB (Red+Green+Blue) = 220+41+78=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC294E is #23D6B1. Grayscale: #626262. Windows color (decimal): -2348722 or 5122524. OLE color: 5122524.

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

Color convert

RGB 220 41 78 -
CMYK 0 0.81 0.65 0.14
HSL 347.6º 0.72% 0.51% -
HSV(B) 347.6º 0.81% 0.86% -
XYZ 31.68 17.35 8.89 -
YUV 98.74 116.3 214.49 -
System Red Green Blue C M Y K H S L
Decimal 220 41 78 0 0.81 0.65 0.14 347.6 0.72 0.51
Hex DC 29 4E 0 51 41 E 15C 48 33
Octal 334 51 116 0 121 101 16 534 110 63
Binary 11011100 101001 1001110 0 1010001 1000001 1110 101011100 1001000 110011

Color Harmonies of #DC294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC294E

Black with #DC294E

Text Example


Text Example

White with #DC294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC294E; }

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

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

background-color css

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

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

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

border-color css

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

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

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