Html Css Color HEX #DC394C Amaranth

📋 copy color: '#DC394C'

red 220 ◦ green 57 ◦ blue 76

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

Shades of Amaranth #DC394C

Tints of Amaranth #DC394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.15%

 BLUE value IS 76 (30.08% from 255) = 21.53%

R = 62.32%
G = 16.15%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC394C (or 0xDC394C) is known color: Amaranth. HEX triplet: DC, 39 and 4C. RGB value is (220,57,76). Sum of RGB (Red+Green+Blue) = 220+57+76=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC394C is #23C6B3. Grayscale: #6B6B6B. Windows color (decimal): -2344628 or 4995548. OLE color: 4995548.

HSL color Cylindrical-coordinate representation of color #DC394C: hue angle of 353.01º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC394C is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 57 76 -
CMYK 0 0.74 0.65 0.14
HSL 353.01º 0.7% 0.54% -
HSV(B) 353.01º 0.74% 0.86% -
XYZ 32.28 18.66 8.74 -
YUV 107.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 220 57 76 0 0.74 0.65 0.14 353.01 0.7 0.54
Hex DC 39 4C 0 4A 41 E 161 46 36
Octal 334 71 114 0 112 101 16 541 106 66
Binary 11011100 111001 1001100 0 1001010 1000001 1110 101100001 1000110 110110

Color Harmonies of #DC394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC394C

Black with #DC394C

Text Example


Text Example

White with #DC394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC394C; }

 p { color: rgb(220,57,76); }

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

background-color css

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

 a { background-color: rgb(220,57,76); }

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

border-color css

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

 span { border-color: rgb(220,57,76); }

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