#DA364A

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

Shades of Amaranth #DA364A

Tints of Amaranth #DA364A

Color information

#DA364A (or 0xDA364A) is unknown color: approx Amaranth. HEX triplet: DA, 36 and 4A. RGB value is (218,54,74). Sum of RGB (Red+Green+Blue) = 218+54+74=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA364A is #25C9B5. Grayscale: #696969. Windows color (decimal): -2476470 or 4863706. OLE color: 4863706.

HSL color Cylindrical-coordinate representation of color #DA364A: hue angle of 352.68º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA364A is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB2185474-
CMYK00.750.660.15
HSL352.68º68.91%53.33%-
HSV(B)352.68º75.23%85.49%-
XYZ31.4718.048.3-
YUV105.32110.33208.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.01%
GREEN value IS 54 (21.48% from 255) = 15.61%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=63.01%
G=15.61%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218547400.750.660.15352.6868.9153.33
HexDA364A04B42F1614535
Octal3326611201131021754110565
Binary11011010110110100101001001011100001011111011000011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA364A; }

 p { color: rgb(218,54,74); }

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

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

 a { background-color: rgb(218,54,74); }

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

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

 span { border-color: rgb(218,54,74); }

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