#DF3949

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

Shades of Amaranth #DF3949

Tints of Amaranth #DF3949

Color information

#DF3949 (or 0xDF3949) is unknown color: approx Amaranth. HEX triplet: DF, 39 and 49. RGB value is (223,57,73). Sum of RGB (Red+Green+Blue) = 223+57+73=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3949 is #20C6B6. Grayscale: #6C6C6C. Windows color (decimal): -2148023 or 4798943. OLE color: 4798943.

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

Color convert

RGB2235773-
CMYK00.740.670.13
HSL354.22º72.17%54.9%-
HSV(B)354.22º74.44%87.45%-
XYZ33.119.18.24-
YUV108.46108209.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 63.17%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 73 (28.91% from 255) = 20.68%
R=63.17%
G=16.15%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223577300.740.670.13354.2272.1754.9
HexDF394904A43D1624837
Octal3377111101121031554211067
Binary11011111111001100100101001010100001111011011000101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3949; }

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

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

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

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

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

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

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

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