Html Css Color HEX #DA2444 Amaranth

📋 copy color: '#DA2444'

red 218 ◦ green 36 ◦ blue 68

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

Shades of Amaranth #DA2444

Tints of Amaranth #DA2444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

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

R = 67.7%
G = 11.18%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA2444 (or 0xDA2444) is known color: Amaranth. HEX triplet: DA, 24 and 44. RGB value is (218,36,68). Sum of RGB (Red+Green+Blue) = 218+36+68=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2444 is #25DBBB. Grayscale: #5E5E5E. Windows color (decimal): -2481084 or 4465882. OLE color: 4465882.

HSL color Cylindrical-coordinate representation of color #DA2444: hue angle of 349.45º degrees, saturation: 0.72, 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 #DA2444 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 36 68 -
CMYK 0 0.83 0.69 0.15
HSL 349.45º 0.72% 0.5% -
HSV(B) 349.45º 0.83% 0.85% -
XYZ 30.59 16.58 7.06 -
YUV 94.07 113.3 216.4 -
System Red Green Blue C M Y K H S L
Decimal 218 36 68 0 0.83 0.69 0.15 349.45 0.72 0.5
Hex DA 24 44 0 53 45 F 15D 48 32
Octal 332 44 104 0 123 105 17 535 110 62
Binary 11011010 100100 1000100 0 1010011 1000101 1111 101011101 1001000 110010

Color Harmonies of #DA2444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2444

Black with #DA2444

Text Example


Text Example

White with #DA2444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2444; }

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

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

background-color css

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

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

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

border-color css

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

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

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