Html Css Color HEX #DC3246 Amaranth

📋 copy color: '#DC3246'

red 220 ◦ green 50 ◦ blue 70

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

Shades of Amaranth #DC3246

Tints of Amaranth #DC3246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 64.71%
G = 14.71%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC3246 (or 0xDC3246) is known color: Amaranth. HEX triplet: DC, 32 and 46. RGB value is (220,50,70). Sum of RGB (Red+Green+Blue) = 220+50+70=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3246 is #23CDB9. Grayscale: #676767. Windows color (decimal): -2346426 or 4600540. OLE color: 4600540.

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

Color convert

RGB 220 50 70 -
CMYK 0 0.77 0.68 0.14
HSL 352.94º 0.71% 0.53% -
HSV(B) 352.94º 0.77% 0.86% -
XYZ 31.76 17.94 7.58 -
YUV 103.11 109.32 211.37 -
System Red Green Blue C M Y K H S L
Decimal 220 50 70 0 0.77 0.68 0.14 352.94 0.71 0.53
Hex DC 32 46 0 4D 44 E 161 47 35
Octal 334 62 106 0 115 104 16 541 107 65
Binary 11011100 110010 1000110 0 1001101 1000100 1110 101100001 1000111 110101

Color Harmonies of #DC3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3246

Black with #DC3246

Text Example


Text Example

White with #DC3246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3246; }

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

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

background-color css

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

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

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

border-color css

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

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

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