#DF2C4A

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

Shades of Amaranth #DF2C4A

Tints of Amaranth #DF2C4A

Color information

#DF2C4A (or 0xDF2C4A) is unknown color: approx Amaranth. HEX triplet: DF, 2C and 4A. RGB value is (223,44,74). Sum of RGB (Red+Green+Blue) = 223+44+74=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C4A is #20D3B5. Grayscale: #646464. Windows color (decimal): -2151350 or 4861151. OLE color: 4861151.

HSL color Cylindrical-coordinate representation of color #DF2C4A: hue angle of 349.94º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2C4A is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB2234474-
CMYK00.800.670.13
HSL349.94º73.66%52.35%-
HSV(B)349.94º80.27%87.45%-
XYZ32.5717.988.23-
YUV100.94112.8215.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.40%
GREEN value IS 44 (17.58% from 255) = 12.90%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=65.40%
G=12.90%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223447400.800.670.13349.9473.6652.35
HexDF2C4A05043D15e4a34
Octal3375411201201031553611264
Binary11011111101100100101001010000100001111011010111101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2C4A; }

 p { color: rgb(223,44,74); }

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

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

 a { background-color: rgb(223,44,74); }

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

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

 span { border-color: rgb(223,44,74); }

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