Html Css Color HEX #DA2946 Amaranth

📋 copy color: '#DA2946'

red 218 ◦ green 41 ◦ blue 70

#DA2946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #DA2946

Tints of Amaranth #DA2946

RGB

 RED value IS 218 (85.55% from 255) = 66.26%

 GREEN value IS 41 (16.41% from 255) = 12.46%

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 66.26%
G = 12.46%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA2946 (or 0xDA2946) is known color: Amaranth. HEX triplet: DA, 29 and 46. RGB value is (218,41,70). Sum of RGB (Red+Green+Blue) = 218+41+70=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2946 is #25D6B9. Grayscale: #616161. Windows color (decimal): -2479802 or 4598234. OLE color: 4598234.

HSL color Cylindrical-coordinate representation of color #DA2946: hue angle of 350.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2946 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 70 -
CMYK 0 0.81 0.68 0.15
HSL 350.17º 0.71% 0.51% -
HSV(B) 350.17º 0.81% 0.85% -
XYZ 30.81 16.93 7.44 -
YUV 97.23 112.64 214.14 -
System Red Green Blue C M Y K H S L
Decimal 218 41 70 0 0.81 0.68 0.15 350.17 0.71 0.51
Hex DA 29 46 0 51 44 F 15E 47 33
Octal 332 51 106 0 121 104 17 536 107 63
Binary 11011010 101001 1000110 0 1010001 1000100 1111 101011110 1000111 110011

Color Harmonies of #DA2946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2946

Black with #DA2946

Text Example


Text Example

White with #DA2946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2946; }

 p { color: rgb(218,41,70); }

 H1.HeaderClassName
 {
   color: #DA2946;
 }
 .AnyTagClassName
 {
   color: #DA2946;
 }
</style>

background-color css

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

 a { background-color: rgb(218,41,70); }

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

border-color css

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

 span { border-color: rgb(218,41,70); }

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