#DF3546

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

Shades of Amaranth #DF3546

Tints of Amaranth #DF3546

Color information

#DF3546 (or 0xDF3546) is unknown color: approx Amaranth. HEX triplet: DF, 35 and 46. RGB value is (223,53,70). Sum of RGB (Red+Green+Blue) = 223+53+70=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3546 is #20CAB9. Grayscale: #696969. Windows color (decimal): -2149050 or 4601311. OLE color: 4601311.

HSL color Cylindrical-coordinate representation of color #DF3546: hue angle of 354º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3546 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB2235370-
CMYK00.760.690.13
HSL354º72.65%54.12%-
HSV(B)354º76.23%87.45%-
XYZ32.8118.687.67-
YUV105.77107.82211.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.45%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=64.45%
G=15.32%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223537000.760.690.1335472.6554.12
HexDF354604C45D1624936
Octal3376510601141051554211166
Binary11011111110101100011001001100100010111011011000101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3546; }

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

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

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

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

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

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

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

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