#DA3947

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

Shades of Amaranth #DA3947

Tints of Amaranth #DA3947

Color information

#DA3947 (or 0xDA3947) is unknown color: approx Amaranth. HEX triplet: DA, 39 and 47. RGB value is (218,57,71). Sum of RGB (Red+Green+Blue) = 218+57+71=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3947 is #25C6B8. Grayscale: #6A6A6A. Windows color (decimal): -2475705 or 4667866. OLE color: 4667866.

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

Color convert

RGB2185771-
CMYK00.740.670.15
HSL354.78º68.51%53.92%-
HSV(B)354.78º73.85%85.49%-
XYZ31.5118.297.83-
YUV106.73107.84207.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.01%
GREEN value IS 57 (22.66% from 255) = 16.47%
BLUE value IS 71 (28.12% from 255) = 20.52%
R=63.01%
G=16.47%
B=20.52%

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
Decimal218577100.740.670.15354.7868.5153.92
HexDA394704A43F1634536
Octal3327110701121031754310566
Binary11011010111001100011101001010100001111111011000111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3947; }

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

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

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

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

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

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

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

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