#DE3544

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

Shades of Amaranth #DE3544

Tints of Amaranth #DE3544

Color information

#DE3544 (or 0xDE3544) is unknown color: approx Amaranth. HEX triplet: DE, 35 and 44. RGB value is (222,53,68). Sum of RGB (Red+Green+Blue) = 222+53+68=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3544 is #21CABB. Grayscale: #696969. Windows color (decimal): -2214588 or 4470238. OLE color: 4470238.

HSL color Cylindrical-coordinate representation of color #DE3544: hue angle of 354.67º degrees, saturation: 0.72, 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 #DE3544 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB2225368-
CMYK00.760.690.13
HSL354.67º71.91%53.92%-
HSV(B)354.67º76.13%87.06%-
XYZ32.4418.497.33-
YUV105.24106.99211.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.72%
GREEN value IS 53 (21.09% from 255) = 15.45%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=64.72%
G=15.45%
B=19.83%

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
Decimal222536800.760.690.13354.6771.9153.92
HexDE354404C45D1634836
Octal3366510401141051554311066
Binary11011110110101100010001001100100010111011011000111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3544; }

 p { color: rgb(222,53,68); }

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

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

 a { background-color: rgb(222,53,68); }

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

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

 span { border-color: rgb(222,53,68); }

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