#DE3B44

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

Shades of Amaranth #DE3B44

Tints of Amaranth #DE3B44

Color information

#DE3B44 (or 0xDE3B44) is unknown color: approx Amaranth. HEX triplet: DE, 3B and 44. RGB value is (222,59,68). Sum of RGB (Red+Green+Blue) = 222+59+68=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3B44 is #21C4BB. Grayscale: #6C6C6C. Windows color (decimal): -2213052 or 4471774. OLE color: 4471774.

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

Color convert

RGB2225968-
CMYK00.730.690.13
HSL356.69º71.18%55.1%-
HSV(B)356.69º73.42%87.06%-
XYZ32.7319.077.43-
YUV108.76105208.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.61%
GREEN value IS 59 (23.44% from 255) = 16.91%
BLUE value IS 68 (26.95% from 255) = 19.48%
R=63.61%
G=16.91%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222596800.730.690.13356.6971.1855.1
HexDE3B4404945D1654737
Octal3367310401111051554510767
Binary11011110111011100010001001001100010111011011001011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3B44; }

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

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

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

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

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

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

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

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