#DE3346

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

Shades of Amaranth #DE3346

Tints of Amaranth #DE3346

Color information

#DE3346 (or 0xDE3346) is unknown color: approx Amaranth. HEX triplet: DE, 33 and 46. RGB value is (222,51,70). Sum of RGB (Red+Green+Blue) = 222+51+70=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3346 is #21CCB9. Grayscale: #686868. Windows color (decimal): -2215098 or 4600798. OLE color: 4600798.

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

Color convert

RGB2225170-
CMYK00.770.680.13
HSL353.33º72.15%53.53%-
HSV(B)353.33º77.03%87.06%-
XYZ32.4118.347.63-
YUV104.3108.65211.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.72%
GREEN value IS 51 (20.31% from 255) = 14.87%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=64.72%
G=14.87%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222517000.770.680.13353.3372.1553.53
HexDE334604D44D1614836
Octal3366310601151041554111066
Binary11011110110011100011001001101100010011011011000011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3346; }

 p { color: rgb(222,51,70); }

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

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

 a { background-color: rgb(222,51,70); }

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

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

 span { border-color: rgb(222,51,70); }

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