#DE3E45

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

Shades of Amaranth #DE3E45

Tints of Amaranth #DE3E45

Color information

#DE3E45 (or 0xDE3E45) is unknown color: approx Amaranth. HEX triplet: DE, 3E and 45. RGB value is (222,62,69). Sum of RGB (Red+Green+Blue) = 222+62+69=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3E45 is #21C1BA. Grayscale: #6E6E6E. Windows color (decimal): -2212283 or 4538078. OLE color: 4538078.

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

Color convert

RGB2226269-
CMYK00.720.690.13
HSL357.38º70.8%55.69%-
HSV(B)357.38º72.07%87.06%-
XYZ32.9219.47.64-
YUV110.64104.51207.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.89%
GREEN value IS 62 (24.61% from 255) = 17.56%
BLUE value IS 69 (27.34% from 255) = 19.55%
R=62.89%
G=17.56%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222626900.720.690.13357.3870.855.69
HexDE3E4504845D1654738
Octal3367610501101051554510770
Binary11011110111110100010101001000100010111011011001011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3E45; }

 p { color: rgb(222,62,69); }

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

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

 a { background-color: rgb(222,62,69); }

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

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

 span { border-color: rgb(222,62,69); }

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