Html Css Color HEX #D5374E Amaranth

📋 copy color: '#D5374E'

red 213 ◦ green 55 ◦ blue 78

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

Shades of Amaranth #D5374E

Tints of Amaranth #D5374E

RGB

 RED value IS 213 (83.59% from 255) = 61.56%

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

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

R = 61.56%
G = 15.9%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5374E (or 0xD5374E) is known color: Amaranth. HEX triplet: D5, 37 and 4E. RGB value is (213,55,78). Sum of RGB (Red+Green+Blue) = 213+55+78=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D5374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5374E is #2AC8B1. Grayscale: #686868. Windows color (decimal): -2803890 or 5126101. OLE color: 5126101.

HSL color Cylindrical-coordinate representation of color #D5374E: hue angle of 351.27º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5374E is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 78 -
CMYK 0 0.74 0.63 0.16
HSL 351.27º 0.65% 0.53% -
HSV(B) 351.27º 0.74% 0.84% -
XYZ 30.18 17.43 8.98 -
YUV 104.86 112.85 205.13 -
System Red Green Blue C M Y K H S L
Decimal 213 55 78 0 0.74 0.63 0.16 351.27 0.65 0.53
Hex D5 37 4E 0 4A 3F 10 15F 41 35
Octal 325 67 116 0 112 77 20 537 101 65
Binary 11010101 110111 1001110 0 1001010 111111 10000 101011111 1000001 110101

Color Harmonies of #D5374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5374E

Black with #D5374E

Text Example


Text Example

White with #D5374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5374E; }

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

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

background-color css

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

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

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

border-color css

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

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

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