#DE3B4F

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

Shades of Amaranth #DE3B4F

Tints of Amaranth #DE3B4F

Color information

#DE3B4F (or 0xDE3B4F) is unknown color: approx Amaranth. HEX triplet: DE, 3B and 4F. RGB value is (222,59,79). Sum of RGB (Red+Green+Blue) = 222+59+79=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3B4F is #21C4B0. Grayscale: #6E6E6E. Windows color (decimal): -2213041 or 5192670. OLE color: 5192670.

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

Color convert

RGB2225979-
CMYK00.730.640.13
HSL352.64º71.18%55.1%-
HSV(B)352.64º73.42%87.06%-
XYZ33.119.229.36-
YUV110.02110.5207.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.67%
GREEN value IS 59 (23.44% from 255) = 16.39%
BLUE value IS 79 (31.25% from 255) = 21.94%
R=61.67%
G=16.39%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222597900.730.640.13352.6471.1855.1
HexDE3B4F04940D1614737
Octal3367311701111001554110767
Binary11011110111011100111101001001100000011011011000011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3B4F; }

 p { color: rgb(222,59,79); }

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

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

 a { background-color: rgb(222,59,79); }

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

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

 span { border-color: rgb(222,59,79); }

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