#DC314F

Color #DC314F Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #DC314F

Tints of Amaranth #DC314F

Color information

#DC314F (or 0xDC314F) is unknown color: approx 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

RGB2204979-
CMYK00.780.640.14
HSL349.47º70.95%52.75%-
HSV(B)349.47º77.73%86.27%-
XYZ32.0217.989.18-
YUV103.55114.15211.06-

RGB Variations

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

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.70%
R=63.22%
G=14.08%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220497900.780.640.14349.4770.9552.75
HexDC314F04E40E15d4735
Octal3346111701161001653510765
Binary11011100110001100111101001110100000011101010111011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>