Html Css Color HEX #DA2546 Amaranth

📋 copy color: '#DA2546'

red 218 ◦ green 37 ◦ blue 70

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

Shades of Amaranth #DA2546

Tints of Amaranth #DA2546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

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

R = 67.08%
G = 11.38%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA2546 (or 0xDA2546) is known color: Amaranth. HEX triplet: DA, 25 and 46. RGB value is (218,37,70). Sum of RGB (Red+Green+Blue) = 218+37+70=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2546 is #25DAB9. Grayscale: #5E5E5E. Windows color (decimal): -2480826 or 4597210. OLE color: 4597210.

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

Color convert

RGB 218 37 70 -
CMYK 0 0.83 0.68 0.15
HSL 349.06º 0.71% 0.5% -
HSV(B) 349.06º 0.83% 0.85% -
XYZ 30.68 16.67 7.4 -
YUV 94.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 218 37 70 0 0.83 0.68 0.15 349.06 0.71 0.5
Hex DA 25 46 0 53 44 F 15D 47 32
Octal 332 45 106 0 123 104 17 535 107 62
Binary 11011010 100101 1000110 0 1010011 1000100 1111 101011101 1000111 110010

Color Harmonies of #DA2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2546

Black with #DA2546

Text Example


Text Example

White with #DA2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2546; }

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

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

background-color css

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

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

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

border-color css

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

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

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