#DF424E

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

Shades of Amaranth #DF424E

Tints of Amaranth #DF424E

Color information

#DF424E (or 0xDF424E) is unknown color: approx Amaranth. HEX triplet: DF, 42 and 4E. RGB value is (223,66,78). Sum of RGB (Red+Green+Blue) = 223+66+78=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF424E is #20BDB1. Grayscale: #727272. Windows color (decimal): -2145714 or 5128927. OLE color: 5128927.

HSL color Cylindrical-coordinate representation of color #DF424E: hue angle of 355.41º 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 #DF424E is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB2236678-
CMYK00.700.650.13
HSL355.41º71.04%56.67%-
HSV(B)355.41º70.4%87.45%-
XYZ33.7520.139.31-
YUV114.31107.51205.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.76%
GREEN value IS 66 (26.17% from 255) = 17.98%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=60.76%
G=17.98%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223667800.700.650.13355.4171.0456.67
HexDF424E04641D1634739
Octal33710211601061011554310771
Binary110111111000010100111001000110100000111011011000111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF424E; }

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

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

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

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

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

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

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

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