Html Css Color HEX #DA404C Amaranth

📋 copy color: '#DA404C'

red 218 ◦ green 64 ◦ blue 76

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

Shades of Amaranth #DA404C

Tints of Amaranth #DA404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

 BLUE value IS 76 (30.08% from 255) = 21.23%

R = 60.89%
G = 17.88%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA404C (or 0xDA404C) is known color: Amaranth. HEX triplet: DA, 40 and 4C. RGB value is (218,64,76). Sum of RGB (Red+Green+Blue) = 218+64+76=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA404C is #25BFB3. Grayscale: #6F6F6F. Windows color (decimal): -2473908 or 4997338. OLE color: 4997338.

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

Color convert

RGB 218 64 76 -
CMYK 0 0.71 0.65 0.15
HSL 355.32º 0.68% 0.55% -
HSV(B) 355.32º 0.71% 0.85% -
XYZ 32.05 19.09 8.83 -
YUV 111.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 218 64 76 0 0.71 0.65 0.15 355.32 0.68 0.55
Hex DA 40 4C 0 47 41 F 163 44 37
Octal 332 100 114 0 107 101 17 543 104 67
Binary 11011010 1000000 1001100 0 1000111 1000001 1111 101100011 1000100 110111

Color Harmonies of #DA404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA404C

Black with #DA404C

Text Example


Text Example

White with #DA404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA404C; }

 p { color: rgb(218,64,76); }

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

background-color css

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

 a { background-color: rgb(218,64,76); }

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

border-color css

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

 span { border-color: rgb(218,64,76); }

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