Html Css Color HEX #DC2744 Amaranth

📋 copy color: '#DC2744'

red 220 ◦ green 39 ◦ blue 68

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

Shades of Amaranth #DC2744

Tints of Amaranth #DC2744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.93%

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 67.28%
G = 11.93%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC2744 (or 0xDC2744) is known color: Amaranth. HEX triplet: DC, 27 and 44. RGB value is (220,39,68). Sum of RGB (Red+Green+Blue) = 220+39+68=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2744 is #23D8BB. Grayscale: #606060. Windows color (decimal): -2349244 or 4466652. OLE color: 4466652.

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

Color convert

RGB 220 39 68 -
CMYK 0 0.82 0.69 0.14
HSL 350.39º 0.72% 0.51% -
HSV(B) 350.39º 0.82% 0.86% -
XYZ 31.28 17.08 7.12 -
YUV 96.43 111.97 216.14 -
System Red Green Blue C M Y K H S L
Decimal 220 39 68 0 0.82 0.69 0.14 350.39 0.72 0.51
Hex DC 27 44 0 52 45 E 15E 48 33
Octal 334 47 104 0 122 105 16 536 110 63
Binary 11011100 100111 1000100 0 1010010 1000101 1110 101011110 1001000 110011

Color Harmonies of #DC2744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2744

Black with #DC2744

Text Example


Text Example

White with #DC2744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2744; }

 p { color: rgb(220,39,68); }

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

background-color css

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

 a { background-color: rgb(220,39,68); }

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

border-color css

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

 span { border-color: rgb(220,39,68); }

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