#DA3948

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

Shades of Amaranth #DA3948

Tints of Amaranth #DA3948

Color information

#DA3948 (or 0xDA3948) is unknown color: approx Amaranth. HEX triplet: DA, 39 and 48. RGB value is (218,57,72). Sum of RGB (Red+Green+Blue) = 218+57+72=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3948 is #25C6B7. Grayscale: #6A6A6A. Windows color (decimal): -2475704 or 4733402. OLE color: 4733402.

HSL color Cylindrical-coordinate representation of color #DA3948: hue angle of 354.41º 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 #DA3948 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB2185772-
CMYK00.740.670.15
HSL354.41º68.51%53.92%-
HSV(B)354.41º73.85%85.49%-
XYZ31.5518.38-
YUV106.85108.34207.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 62.82%
GREEN value IS 57 (22.66% from 255) = 16.43%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=62.82%
G=16.43%
B=20.75%

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
Decimal218577200.740.670.15354.4168.5153.92
HexDA394804A43F1624536
Octal3327111001121031754210566
Binary11011010111001100100001001010100001111111011000101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3948; }

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

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

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

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

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

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

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

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