#DF394E

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

Shades of Amaranth #DF394E

Tints of Amaranth #DF394E

Color information

#DF394E (or 0xDF394E) is unknown color: approx Amaranth. HEX triplet: DF, 39 and 4E. RGB value is (223,57,78). Sum of RGB (Red+Green+Blue) = 223+57+78=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF394E is #20C6B1. Grayscale: #6D6D6D. Windows color (decimal): -2148018 or 5126623. OLE color: 5126623.

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

Color convert

RGB2235778-
CMYK00.740.650.13
HSL352.41º72.17%54.9%-
HSV(B)352.41º74.44%87.45%-
XYZ33.2719.169.15-
YUV109.03110.5209.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.29%
GREEN value IS 57 (22.66% from 255) = 15.92%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=62.29%
G=15.92%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223577800.740.650.13352.4172.1754.9
HexDF394E04A41D1604837
Octal3377111601121011554011067
Binary11011111111001100111001001010100000111011011000001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF394E; }

 p { color: rgb(223,57,78); }

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

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

 a { background-color: rgb(223,57,78); }

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

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

 span { border-color: rgb(223,57,78); }

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