#DA3949

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

Shades of Amaranth #DA3949

Tints of Amaranth #DA3949

Color information

#DA3949 (or 0xDA3949) is unknown color: approx Amaranth. HEX triplet: DA, 39 and 49. RGB value is (218,57,73). Sum of RGB (Red+Green+Blue) = 218+57+73=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3949 is #25C6B6. Grayscale: #6B6B6B. Windows color (decimal): -2475703 or 4798938. OLE color: 4798938.

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

Color convert

RGB2185773-
CMYK00.740.670.15
HSL354.04º68.51%53.92%-
HSV(B)354.04º73.85%85.49%-
XYZ31.5818.318.17-
YUV106.96108.84207.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 62.64%
GREEN value IS 57 (22.66% from 255) = 16.38%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=62.64%
G=16.38%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218577300.740.670.15354.0468.5153.92
HexDA394904A43F1624536
Octal3327111101121031754210566
Binary11011010111001100100101001010100001111111011000101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3949; }

 p { color: rgb(218,57,73); }

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

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

 a { background-color: rgb(218,57,73); }

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

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

 span { border-color: rgb(218,57,73); }

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