#DE3344

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

Shades of Amaranth #DE3344

Tints of Amaranth #DE3344

Color information

#DE3344 (or 0xDE3344) is unknown color: approx Amaranth. HEX triplet: DE, 33 and 44. RGB value is (222,51,68). Sum of RGB (Red+Green+Blue) = 222+51+68=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3344 is #21CCBB. Grayscale: #686868. Windows color (decimal): -2215100 or 4469726. OLE color: 4469726.

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

Color convert

RGB2225168-
CMYK00.770.690.13
HSL354.04º72.15%53.53%-
HSV(B)354.04º77.03%87.06%-
XYZ32.3518.317.3-
YUV104.07107.65212.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 65.10%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 68 (26.95% from 255) = 19.94%
R=65.10%
G=14.96%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222516800.770.690.13354.0472.1553.53
HexDE334404D45D1624836
Octal3366310401151051554211066
Binary11011110110011100010001001101100010111011011000101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3344; }

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

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

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

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

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

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

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

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