Html Css Color HEX #DC2346 Amaranth

📋 copy color: '#DC2346'

red 220 ◦ green 35 ◦ blue 70

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

Shades of Amaranth #DC2346

Tints of Amaranth #DC2346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.77%

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

R = 67.69%
G = 10.77%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC2346 (or 0xDC2346) is known color: Amaranth. HEX triplet: DC, 23 and 46. RGB value is (220,35,70). Sum of RGB (Red+Green+Blue) = 220+35+70=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2346 is #23DCB9. Grayscale: #5E5E5E. Windows color (decimal): -2350266 or 4596700. OLE color: 4596700.

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

Color convert

RGB 220 35 70 -
CMYK 0 0.84 0.68 0.14
HSL 348.65º 0.73% 0.5% -
HSV(B) 348.65º 0.84% 0.86% -
XYZ 31.22 16.86 7.4 -
YUV 94.31 114.29 217.65 -
System Red Green Blue C M Y K H S L
Decimal 220 35 70 0 0.84 0.68 0.14 348.65 0.73 0.5
Hex DC 23 46 0 54 44 E 15D 49 32
Octal 334 43 106 0 124 104 16 535 111 62
Binary 11011100 100011 1000110 0 1010100 1000100 1110 101011101 1001001 110010

Color Harmonies of #DC2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2346

Black with #DC2346

Text Example


Text Example

White with #DC2346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2346; }

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

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

background-color css

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

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

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

border-color css

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

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

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