#DE424A

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

Shades of Amaranth #DE424A

Tints of Amaranth #DE424A

Color information

#DE424A (or 0xDE424A) is unknown color: approx Amaranth. HEX triplet: DE, 42 and 4A. RGB value is (222,66,74). Sum of RGB (Red+Green+Blue) = 222+66+74=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE424A is #21BDB5. Grayscale: #717171. Windows color (decimal): -2211254 or 4866782. OLE color: 4866782.

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

Color convert

RGB2226674-
CMYK00.700.670.13
HSL356.92º70.27%56.47%-
HSV(B)356.92º70.27%87.06%-
XYZ33.3119.928.57-
YUV113.56105.68205.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.33%
GREEN value IS 66 (26.17% from 255) = 18.23%
BLUE value IS 74 (29.30% from 255) = 20.44%
R=61.33%
G=18.23%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222667400.700.670.13356.9270.2756.47
HexDE424A04643D1654638
Octal33610211201061031554510670
Binary110111101000010100101001000110100001111011011001011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE424A; }

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

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

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

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

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

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

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

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