Html Css Color HEX #DA374D Amaranth

📋 copy color: '#DA374D'

red 218 ◦ green 55 ◦ blue 77

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

Shades of Amaranth #DA374D

Tints of Amaranth #DA374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

 BLUE value IS 77 (30.47% from 255) = 22%

R = 62.29%
G = 15.71%
B = 22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA374D (or 0xDA374D) is known color: Amaranth. HEX triplet: DA, 37 and 4D. RGB value is (218,55,77). Sum of RGB (Red+Green+Blue) = 218+55+77=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA374D is #25C8B2. Grayscale: #6A6A6A. Windows color (decimal): -2476211 or 5060570. OLE color: 5060570.

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

Color convert

RGB 218 55 77 -
CMYK 0 0.75 0.65 0.15
HSL 351.9º 0.69% 0.54% -
HSV(B) 351.9º 0.75% 0.85% -
XYZ 31.62 18.17 8.86 -
YUV 106.25 111.5 207.71 -
System Red Green Blue C M Y K H S L
Decimal 218 55 77 0 0.75 0.65 0.15 351.9 0.69 0.54
Hex DA 37 4D 0 4B 41 F 160 45 36
Octal 332 67 115 0 113 101 17 540 105 66
Binary 11011010 110111 1001101 0 1001011 1000001 1111 101100000 1000101 110110

Color Harmonies of #DA374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA374D

Black with #DA374D

Text Example


Text Example

White with #DA374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA374D; }

 p { color: rgb(218,55,77); }

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

background-color css

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

 a { background-color: rgb(218,55,77); }

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

border-color css

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

 span { border-color: rgb(218,55,77); }

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