#DE1C4D

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

Shades of Amaranth #DE1C4D

Tints of Amaranth #DE1C4D

Color information

#DE1C4D (or 0xDE1C4D) is unknown color: approx Amaranth. HEX triplet: DE, 1C and 4D. RGB value is (222,28,77). Sum of RGB (Red+Green+Blue) = 222+28+77=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1C4D is #21E3B2. Grayscale: #5B5B5B. Windows color (decimal): -2220979 or 5053662. OLE color: 5053662.

HSL color Cylindrical-coordinate representation of color #DE1C4D: hue angle of 344.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1C4D is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB2222877-
CMYK00.870.650.13
HSL344.85º77.6%49.02%-
HSV(B)344.85º87.39%87.06%-
XYZ31.8816.98.6-
YUV91.59119.77221.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 67.89%
GREEN value IS 28 (11.33% from 255) = 8.56%
BLUE value IS 77 (30.47% from 255) = 23.55%
R=67.89%
G=8.56%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222287700.870.650.13344.8577.649.02
HexDE1C4D05741D1594e31
Octal3363411501271011553111661
Binary1101111011100100110101010111100000111011010110011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1C4D; }

 p { color: rgb(222,28,77); }

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

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

 a { background-color: rgb(222,28,77); }

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

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

 span { border-color: rgb(222,28,77); }

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