#DC414A

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

Shades of Amaranth #DC414A

Tints of Amaranth #DC414A

Color information

#DC414A (or 0xDC414A) is unknown color: approx Amaranth. HEX triplet: DC, 41 and 4A. RGB value is (220,65,74). Sum of RGB (Red+Green+Blue) = 220+65+74=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC414A is #23BEB5. Grayscale: #707070. Windows color (decimal): -2342582 or 4866524. OLE color: 4866524.

HSL color Cylindrical-coordinate representation of color #DC414A: hue angle of 356.52º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC414A is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB2206574-
CMYK00.700.660.14
HSL356.52º68.89%55.88%-
HSV(B)356.52º70.45%86.27%-
XYZ32.6419.498.52-
YUV112.37106.35204.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.28%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 74 (29.30% from 255) = 20.61%
R=61.28%
G=18.11%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220657400.700.660.14356.5268.8955.88
HexDC414A04642E1654538
Octal33410111201061021654510570
Binary110111001000001100101001000110100001011101011001011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC414A; }

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

 H1.HeaderClassName
 {
   color: #DC414A;
 }
 .AnyTagClassName
 {
   color: #DC414A;
 }
</style>
background-color css

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

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

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

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

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

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