#DE364A

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

Shades of Amaranth #DE364A

Tints of Amaranth #DE364A

Color information

#DE364A (or 0xDE364A) is unknown color: approx Amaranth. HEX triplet: DE, 36 and 4A. RGB value is (222,54,74). Sum of RGB (Red+Green+Blue) = 222+54+74=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE364A is #21C9B5. Grayscale: #6A6A6A. Windows color (decimal): -2214326 or 4863710. OLE color: 4863710.

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

Color convert

RGB2225474-
CMYK00.760.670.13
HSL352.86º71.79%54.12%-
HSV(B)352.86º75.68%87.06%-
XYZ32.6818.668.36-
YUV106.51109.66210.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.43%
GREEN value IS 54 (21.48% from 255) = 15.43%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=63.43%
G=15.43%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222547400.760.670.13352.8671.7954.12
HexDE364A04C43D1614836
Octal3366611201141031554111066
Binary11011110110110100101001001100100001111011011000011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE364A; }

 p { color: rgb(222,54,74); }

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

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

 a { background-color: rgb(222,54,74); }

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

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

 span { border-color: rgb(222,54,74); }

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