Html Css Color HEX #DC2247 Amaranth

📋 copy color: '#DC2247'

red 220 ◦ green 34 ◦ blue 71

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

Shades of Amaranth #DC2247

Tints of Amaranth #DC2247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.46%

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

R = 67.69%
G = 10.46%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC2247 (or 0xDC2247) is known color: Amaranth. HEX triplet: DC, 22 and 47. RGB value is (220,34,71). Sum of RGB (Red+Green+Blue) = 220+34+71=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2247 is #23DDB8. Grayscale: #5D5D5D. Windows color (decimal): -2350521 or 4661980. OLE color: 4661980.

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

Color convert

RGB 220 34 71 -
CMYK 0 0.85 0.68 0.14
HSL 348.06º 0.73% 0.5% -
HSV(B) 348.06º 0.85% 0.86% -
XYZ 31.22 16.81 7.56 -
YUV 93.83 115.12 217.99 -
System Red Green Blue C M Y K H S L
Decimal 220 34 71 0 0.85 0.68 0.14 348.06 0.73 0.5
Hex DC 22 47 0 55 44 E 15C 49 32
Octal 334 42 107 0 125 104 16 534 111 62
Binary 11011100 100010 1000111 0 1010101 1000100 1110 101011100 1001001 110010

Color Harmonies of #DC2247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2247

Black with #DC2247

Text Example


Text Example

White with #DC2247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2247; }

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

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

background-color css

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

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

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

border-color css

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

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

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