#DA3344

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

Shades of Amaranth #DA3344

Tints of Amaranth #DA3344

Color information

#DA3344 (or 0xDA3344) is unknown color: approx Amaranth. HEX triplet: DA, 33 and 44. RGB value is (218,51,68). Sum of RGB (Red+Green+Blue) = 218+51+68=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3344 is #25CCBB. Grayscale: #666666. Windows color (decimal): -2477244 or 4469722. OLE color: 4469722.

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

Color convert

RGB2185168-
CMYK00.770.690.15
HSL353.89º69.29%52.75%-
HSV(B)353.89º76.61%85.49%-
XYZ31.1417.697.24-
YUV102.87108.33210.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.69%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 68 (26.95% from 255) = 20.18%
R=64.69%
G=15.13%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218516800.770.690.15353.8969.2952.75
HexDA334404D45F1624535
Octal3326310401151051754210565
Binary11011010110011100010001001101100010111111011000101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3344; }

 p { color: rgb(218,51,68); }

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

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

 a { background-color: rgb(218,51,68); }

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

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

 span { border-color: rgb(218,51,68); }

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