Html Css Color HEX #DC2647 Amaranth

📋 copy color: '#DC2647'

red 220 ◦ green 38 ◦ blue 71

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

Shades of Amaranth #DC2647

Tints of Amaranth #DC2647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 66.87%
G = 11.55%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC2647 (or 0xDC2647) is known color: Amaranth. HEX triplet: DC, 26 and 47. RGB value is (220,38,71). Sum of RGB (Red+Green+Blue) = 220+38+71=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2647 is #23D9B8. Grayscale: #606060. Windows color (decimal): -2349497 or 4663004. OLE color: 4663004.

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

Color convert

RGB 220 38 71 -
CMYK 0 0.83 0.68 0.14
HSL 349.12º 0.72% 0.51% -
HSV(B) 349.12º 0.83% 0.86% -
XYZ 31.35 17.06 7.6 -
YUV 96.18 113.8 216.32 -
System Red Green Blue C M Y K H S L
Decimal 220 38 71 0 0.83 0.68 0.14 349.12 0.72 0.51
Hex DC 26 47 0 53 44 E 15D 48 33
Octal 334 46 107 0 123 104 16 535 110 63
Binary 11011100 100110 1000111 0 1010011 1000100 1110 101011101 1001000 110011

Color Harmonies of #DC2647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2647

Black with #DC2647

Text Example


Text Example

White with #DC2647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2647; }

 p { color: rgb(220,38,71); }

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

background-color css

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

 a { background-color: rgb(220,38,71); }

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

border-color css

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

 span { border-color: rgb(220,38,71); }

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