Html Css Color HEX #DC304D Amaranth

📋 copy color: '#DC304D'

red 220 ◦ green 48 ◦ blue 77

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

Shades of Amaranth #DC304D

Tints of Amaranth #DC304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.91%

 BLUE value IS 77 (30.47% from 255) = 22.32%

R = 63.77%
G = 13.91%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC304D (or 0xDC304D) is known color: Amaranth. HEX triplet: DC, 30 and 4D. RGB value is (220,48,77). Sum of RGB (Red+Green+Blue) = 220+48+77=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC304D is #23CFB2. Grayscale: #666666. Windows color (decimal): -2346931 or 5058780. OLE color: 5058780.

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

Color convert

RGB 220 48 77 -
CMYK 0 0.78 0.65 0.14
HSL 349.88º 0.71% 0.53% -
HSV(B) 349.88º 0.78% 0.86% -
XYZ 31.91 17.87 8.79 -
YUV 102.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 220 48 77 0 0.78 0.65 0.14 349.88 0.71 0.53
Hex DC 30 4D 0 4E 41 E 15E 47 35
Octal 334 60 115 0 116 101 16 536 107 65
Binary 11011100 110000 1001101 0 1001110 1000001 1110 101011110 1000111 110101

Color Harmonies of #DC304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC304D

Black with #DC304D

Text Example


Text Example

White with #DC304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC304D; }

 p { color: rgb(220,48,77); }

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

background-color css

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

 a { background-color: rgb(220,48,77); }

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

border-color css

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

 span { border-color: rgb(220,48,77); }

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