Html Css Color HEX #DC314A Amaranth

📋 copy color: '#DC314A'

red 220 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #DC314A

Tints of Amaranth #DC314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.57%

R = 64.14%
G = 14.29%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC314A (or 0xDC314A) is known color: Amaranth. HEX triplet: DC, 31 and 4A. RGB value is (220,49,74). Sum of RGB (Red+Green+Blue) = 220+49+74=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC314A is #23CEB5. Grayscale: #676767. Windows color (decimal): -2346678 or 4862428. OLE color: 4862428.

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

Color convert

RGB 220 49 74 -
CMYK 0 0.78 0.66 0.14
HSL 351.23º 0.71% 0.53% -
HSV(B) 351.23º 0.78% 0.86% -
XYZ 31.85 17.91 8.26 -
YUV 102.98 111.65 211.47 -
System Red Green Blue C M Y K H S L
Decimal 220 49 74 0 0.78 0.66 0.14 351.23 0.71 0.53
Hex DC 31 4A 0 4E 42 E 15F 47 35
Octal 334 61 112 0 116 102 16 537 107 65
Binary 11011100 110001 1001010 0 1001110 1000010 1110 101011111 1000111 110101

Color Harmonies of #DC314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC314A

Black with #DC314A

Text Example


Text Example

White with #DC314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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