#df4246

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

Shades of Amaranth #DF4246

Tints of Amaranth #DF4246

Color information

#DF4246 (or 0xDF4246) is unknown color: approx Amaranth. HEX triplet: DF, 42 and 46. RGB value is (223,66,70). Sum of RGB (Red+Green+Blue) = 223+66+70=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4246 is #20BDB9. Grayscale: #717171. Windows color (decimal): -2145722 or 4604639. OLE color: 4604639.

HSL color Cylindrical-coordinate representation of color #DF4246: hue angle of 358.47º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4246 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB2236670-
CMYK00.700.690.13
HSL358.47º71.04%56.67%-
HSV(B)358.47º70.4%87.45%-
XYZ33.4920.037.9-
YUV113.4103.51206.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.12%
GREEN value IS 66 (26.17% from 255) = 18.38%
BLUE value IS 70 (27.73% from 255) = 19.50%
R=62.12%
G=18.38%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223667000.700.690.13358.4771.0456.67
HexDF424604645D1664739
Octal33710210601061051554610771
Binary110111111000010100011001000110100010111011011001101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df4246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df4246; }

 p { color: rgb(223,66,70); }

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

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

 a { background-color: rgb(223,66,70); }

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

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

 span { border-color: rgb(223,66,70); }

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