#DE3E4B

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

Shades of Amaranth #DE3E4B

Tints of Amaranth #DE3E4B

Color information

#DE3E4B (or 0xDE3E4B) is unknown color: approx Amaranth. HEX triplet: DE, 3E and 4B. RGB value is (222,62,75). Sum of RGB (Red+Green+Blue) = 222+62+75=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3E4B is #21C1B4. Grayscale: #6F6F6F. Windows color (decimal): -2212277 or 4931294. OLE color: 4931294.

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

Color convert

RGB2226275-
CMYK00.720.660.13
HSL355.12º70.8%55.69%-
HSV(B)355.12º72.07%87.06%-
XYZ33.1219.488.67-
YUV111.32107.51206.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.84%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=61.84%
G=17.27%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222627500.720.660.13355.1270.855.69
HexDE3E4B04842D1634738
Octal3367611301101021554310770
Binary11011110111110100101101001000100001011011011000111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3E4B; }

 p { color: rgb(222,62,75); }

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

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

 a { background-color: rgb(222,62,75); }

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

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

 span { border-color: rgb(222,62,75); }

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