#DE2747

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

Shades of Amaranth #DE2747

Tints of Amaranth #DE2747

Color information

#DE2747 (or 0xDE2747) is unknown color: approx Amaranth. HEX triplet: DE, 27 and 47. RGB value is (222,39,71). Sum of RGB (Red+Green+Blue) = 222+39+71=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2747 is #21D8B8. Grayscale: #616161. Windows color (decimal): -2218169 or 4663262. OLE color: 4663262.

HSL color Cylindrical-coordinate representation of color #DE2747: hue angle of 349.51º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2747 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB2223971-
CMYK00.820.680.13
HSL349.51º73.49%51.18%-
HSV(B)349.51º82.43%87.06%-
XYZ31.9917.447.64-
YUV97.36113.13216.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 66.87%
GREEN value IS 39 (15.62% from 255) = 11.75%
BLUE value IS 71 (28.12% from 255) = 21.39%
R=66.87%
G=11.75%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222397100.820.680.13349.5173.4951.18
HexDE274705244D15e4933
Octal3364710701221041553611163
Binary11011110100111100011101010010100010011011010111101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2747; }

 p { color: rgb(222,39,71); }

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

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

 a { background-color: rgb(222,39,71); }

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

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

 span { border-color: rgb(222,39,71); }

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