Html Css Color HEX #DC3244 Amaranth

📋 copy color: '#DC3244'

red 220 ◦ green 50 ◦ blue 68

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

Shades of Amaranth #DC3244

Tints of Amaranth #DC3244

RGB

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

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

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

R = 65.09%
G = 14.79%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC3244 (or 0xDC3244) is known color: Amaranth. HEX triplet: DC, 32 and 44. RGB value is (220,50,68). Sum of RGB (Red+Green+Blue) = 220+50+68=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3244 is #23CDBB. Grayscale: #666666. Windows color (decimal): -2346428 or 4469468. OLE color: 4469468.

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

Color convert

RGB 220 50 68 -
CMYK 0 0.77 0.69 0.14
HSL 353.65º 0.71% 0.53% -
HSV(B) 353.65º 0.77% 0.86% -
XYZ 31.7 17.91 7.26 -
YUV 102.88 108.32 211.54 -
System Red Green Blue C M Y K H S L
Decimal 220 50 68 0 0.77 0.69 0.14 353.65 0.71 0.53
Hex DC 32 44 0 4D 45 E 162 47 35
Octal 334 62 104 0 115 105 16 542 107 65
Binary 11011100 110010 1000100 0 1001101 1000101 1110 101100010 1000111 110101

Color Harmonies of #DC3244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3244

Black with #DC3244

Text Example


Text Example

White with #DC3244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3244; }

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

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

background-color css

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

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

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

border-color css

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

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

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