Html Css Color HEX #DC3249 Amaranth

📋 copy color: '#DC3249'

red 220 ◦ green 50 ◦ blue 73

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

Shades of Amaranth #DC3249

Tints of Amaranth #DC3249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

 BLUE value IS 73 (28.91% from 255) = 21.28%

R = 64.14%
G = 14.58%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC3249 (or 0xDC3249) is known color: Amaranth. HEX triplet: DC, 32 and 49. RGB value is (220,50,73). Sum of RGB (Red+Green+Blue) = 220+50+73=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3249 is #23CDB6. Grayscale: #676767. Windows color (decimal): -2346423 or 4797148. OLE color: 4797148.

HSL color Cylindrical-coordinate representation of color #DC3249: hue angle of 351.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3249 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 50 73 -
CMYK 0 0.77 0.67 0.14
HSL 351.88º 0.71% 0.53% -
HSV(B) 351.88º 0.77% 0.86% -
XYZ 31.86 17.98 8.09 -
YUV 103.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 220 50 73 0 0.77 0.67 0.14 351.88 0.71 0.53
Hex DC 32 49 0 4D 43 E 160 47 35
Octal 334 62 111 0 115 103 16 540 107 65
Binary 11011100 110010 1001001 0 1001101 1000011 1110 101100000 1000111 110101

Color Harmonies of #DC3249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3249

Black with #DC3249

Text Example


Text Example

White with #DC3249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3249; }

 p { color: rgb(220,50,73); }

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

background-color css

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

 a { background-color: rgb(220,50,73); }

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

border-color css

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

 span { border-color: rgb(220,50,73); }

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