#DE4249

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

Shades of Amaranth #DE4249

Tints of Amaranth #DE4249

Color information

#DE4249 (or 0xDE4249) is unknown color: approx Amaranth. HEX triplet: DE, 42 and 49. RGB value is (222,66,73). Sum of RGB (Red+Green+Blue) = 222+66+73=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4249 is #21BDB6. Grayscale: #717171. Windows color (decimal): -2211255 or 4801246. OLE color: 4801246.

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

Color convert

RGB2226673-
CMYK00.700.670.13
HSL357.31º70.27%56.47%-
HSV(B)357.31º70.27%87.06%-
XYZ33.2819.918.39-
YUV113.44105.18205.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.50%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=61.50%
G=18.28%
B=20.22%

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
Decimal222667300.700.670.13357.3170.2756.47
HexDE424904643D1654638
Octal33610211101061031554510670
Binary110111101000010100100101000110100001111011011001011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4249; }

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

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

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

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

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

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

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

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