#DF2649

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

Shades of Amaranth #DF2649

Tints of Amaranth #DF2649

Color information

#DF2649 (or 0xDF2649) is unknown color: approx Amaranth. HEX triplet: DF, 26 and 49. RGB value is (223,38,73). Sum of RGB (Red+Green+Blue) = 223+38+73=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2649 is #20D9B6. Grayscale: #616161. Windows color (decimal): -2152887 or 4794079. OLE color: 4794079.

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

Color convert

RGB2233873-
CMYK00.830.670.13
HSL348.65º74.3%51.18%-
HSV(B)348.65º82.96%87.45%-
XYZ32.3317.567.99-
YUV97.3114.29217.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.77%
GREEN value IS 38 (15.23% from 255) = 11.38%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=66.77%
G=11.38%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223387300.830.670.13348.6574.351.18
HexDF264905343D15d4a33
Octal3374611101231031553511263
Binary11011111100110100100101010011100001111011010111011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2649; }

 p { color: rgb(223,38,73); }

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

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

 a { background-color: rgb(223,38,73); }

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

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

 span { border-color: rgb(223,38,73); }

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