Html Css Color HEX #DA374A Amaranth

📋 copy color: '#DA374A'

red 218 ◦ green 55 ◦ blue 74

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

Shades of Amaranth #DA374A

Tints of Amaranth #DA374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.33%

R = 62.82%
G = 15.85%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA374A (or 0xDA374A) is known color: Amaranth. HEX triplet: DA, 37 and 4A. RGB value is (218,55,74). Sum of RGB (Red+Green+Blue) = 218+55+74=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA374A is #25C8B5. Grayscale: #696969. Windows color (decimal): -2476214 or 4863962. OLE color: 4863962.

HSL color Cylindrical-coordinate representation of color #DA374A: hue angle of 353.01º 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 #DA374A is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 55 74 -
CMYK 0 0.75 0.66 0.15
HSL 353.01º 0.69% 0.54% -
HSV(B) 353.01º 0.75% 0.85% -
XYZ 31.52 18.13 8.32 -
YUV 105.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 218 55 74 0 0.75 0.66 0.15 353.01 0.69 0.54
Hex DA 37 4A 0 4B 42 F 161 45 36
Octal 332 67 112 0 113 102 17 541 105 66
Binary 11011010 110111 1001010 0 1001011 1000010 1111 101100001 1000101 110110

Color Harmonies of #DA374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA374A

Black with #DA374A

Text Example


Text Example

White with #DA374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA374A; }

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

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

background-color css

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

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

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

border-color css

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

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

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