#DE1C4C

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

Shades of Amaranth #DE1C4C

Tints of Amaranth #DE1C4C

Color information

#DE1C4C (or 0xDE1C4C) is unknown color: approx Amaranth. HEX triplet: DE, 1C and 4C. RGB value is (222,28,76). Sum of RGB (Red+Green+Blue) = 222+28+76=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1C4C is #21E3B3. Grayscale: #5B5B5B. Windows color (decimal): -2220980 or 4988126. OLE color: 4988126.

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

Color convert

RGB2222876-
CMYK00.870.660.13
HSL345.15º77.6%49.02%-
HSV(B)345.15º87.39%87.06%-
XYZ31.8416.888.42-
YUV91.48119.27221.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 68.10%
GREEN value IS 28 (11.33% from 255) = 8.59%
BLUE value IS 76 (30.08% from 255) = 23.31%
R=68.10%
G=8.59%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222287600.870.660.13345.1577.649.02
HexDE1C4C05742D1594e31
Octal3363411401271021553111661
Binary1101111011100100110001010111100001011011010110011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1C4C; }

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

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

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

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

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

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

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

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