#DE3543

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

Shades of Amaranth #DE3543

Tints of Amaranth #DE3543

Color information

#DE3543 (or 0xDE3543) is unknown color: approx Amaranth. HEX triplet: DE, 35 and 43. RGB value is (222,53,67). Sum of RGB (Red+Green+Blue) = 222+53+67=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3543 is #21CABC. Grayscale: #696969. Windows color (decimal): -2214589 or 4404702. OLE color: 4404702.

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

Color convert

RGB2225367-
CMYK00.760.700.13
HSL355.03º71.91%53.92%-
HSV(B)355.03º76.13%87.06%-
XYZ32.4118.487.17-
YUV105.13106.49211.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.91%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 67 (26.56% from 255) = 19.59%
R=64.91%
G=15.50%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222536700.760.700.13355.0371.9153.92
HexDE354304C46D1634836
Octal3366510301141061554311066
Binary11011110110101100001101001100100011011011011000111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3543; }

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

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

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

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

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

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

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

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