Html Css Color HEX #DA2844 Amaranth

📋 copy color: '#DA2844'

red 218 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #DA2844

Tints of Amaranth #DA2844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.27%

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 66.87%
G = 12.27%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA2844 (or 0xDA2844) is known color: Amaranth. HEX triplet: DA, 28 and 44. RGB value is (218,40,68). Sum of RGB (Red+Green+Blue) = 218+40+68=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2844 is #25D7BB. Grayscale: #606060. Windows color (decimal): -2480060 or 4466906. OLE color: 4466906.

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

Color convert

RGB 218 40 68 -
CMYK 0 0.82 0.69 0.15
HSL 350.56º 0.71% 0.51% -
HSV(B) 350.56º 0.82% 0.85% -
XYZ 30.72 16.84 7.1 -
YUV 96.41 111.97 214.72 -
System Red Green Blue C M Y K H S L
Decimal 218 40 68 0 0.82 0.69 0.15 350.56 0.71 0.51
Hex DA 28 44 0 52 45 F 15F 47 33
Octal 332 50 104 0 122 105 17 537 107 63
Binary 11011010 101000 1000100 0 1010010 1000101 1111 101011111 1000111 110011

Color Harmonies of #DA2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2844

Black with #DA2844

Text Example


Text Example

White with #DA2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2844; }

 p { color: rgb(218,40,68); }

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

background-color css

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

 a { background-color: rgb(218,40,68); }

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

border-color css

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

 span { border-color: rgb(218,40,68); }

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