Html Css Color HEX #DA374E Amaranth

📋 copy color: '#DA374E'

red 218 ◦ green 55 ◦ blue 78

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

Shades of Amaranth #DA374E

Tints of Amaranth #DA374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.22%

R = 62.11%
G = 15.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA374E (or 0xDA374E) is known color: Amaranth. HEX triplet: DA, 37 and 4E. RGB value is (218,55,78). Sum of RGB (Red+Green+Blue) = 218+55+78=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA374E is #25C8B1. Grayscale: #6A6A6A. Windows color (decimal): -2476210 or 5126106. OLE color: 5126106.

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

Color convert

RGB 218 55 78 -
CMYK 0 0.75 0.64 0.15
HSL 351.53º 0.69% 0.54% -
HSV(B) 351.53º 0.75% 0.85% -
XYZ 31.65 18.19 9.05 -
YUV 106.36 112 207.63 -
System Red Green Blue C M Y K H S L
Decimal 218 55 78 0 0.75 0.64 0.15 351.53 0.69 0.54
Hex DA 37 4E 0 4B 40 F 160 45 36
Octal 332 67 116 0 113 100 17 540 105 66
Binary 11011010 110111 1001110 0 1001011 1000000 1111 101100000 1000101 110110

Color Harmonies of #DA374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA374E

Black with #DA374E

Text Example


Text Example

White with #DA374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA374E; }

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

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

background-color css

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

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

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

border-color css

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

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

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