Html Css Color HEX #DC314F Amaranth

📋 copy color: '#DC314F'

red 220 ◦ green 49 ◦ blue 79

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

Shades of Amaranth #DC314F

Tints of Amaranth #DC314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.08%

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 63.22%
G = 14.08%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC314F (or 0xDC314F) is known color: Amaranth. HEX triplet: DC, 31 and 4F. RGB value is (220,49,79). Sum of RGB (Red+Green+Blue) = 220+49+79=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC314F is #23CEB0. Grayscale: #676767. Windows color (decimal): -2346673 or 5190108. OLE color: 5190108.

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

Color convert

RGB 220 49 79 -
CMYK 0 0.78 0.64 0.14
HSL 349.47º 0.71% 0.53% -
HSV(B) 349.47º 0.78% 0.86% -
XYZ 32.02 17.98 9.18 -
YUV 103.55 114.15 211.06 -
System Red Green Blue C M Y K H S L
Decimal 220 49 79 0 0.78 0.64 0.14 349.47 0.71 0.53
Hex DC 31 4F 0 4E 40 E 15D 47 35
Octal 334 61 117 0 116 100 16 535 107 65
Binary 11011100 110001 1001111 0 1001110 1000000 1110 101011101 1000111 110101

Color Harmonies of #DC314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC314F

Black with #DC314F

Text Example


Text Example

White with #DC314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC314F; }

 p { color: rgb(220,49,79); }

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

background-color css

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

 a { background-color: rgb(220,49,79); }

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

border-color css

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

 span { border-color: rgb(220,49,79); }

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