Html Css Color HEX #D9374E Amaranth

📋 copy color: '#D9374E'

red 217 ◦ green 55 ◦ blue 78

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

Shades of Amaranth #D9374E

Tints of Amaranth #D9374E

RGB

 RED value IS 217 (85.16% from 255) = 62%

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

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

R = 62%
G = 15.71%
B = 22.29%

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

#D9374E (or 0xD9374E) is known color: Amaranth. HEX triplet: D9, 37 and 4E. RGB value is (217,55,78). Sum of RGB (Red+Green+Blue) = 217+55+78=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9374E is #26C8B1. Grayscale: #6A6A6A. Windows color (decimal): -2541746 or 5126105. OLE color: 5126105.

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

Color convert

RGB 217 55 78 -
CMYK 0 0.75 0.64 0.15
HSL 351.48º 0.68% 0.53% -
HSV(B) 351.48º 0.75% 0.85% -
XYZ 31.36 18.03 9.04 -
YUV 106.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 217 55 78 0 0.75 0.64 0.15 351.48 0.68 0.53
Hex D9 37 4E 0 4B 40 F 15F 44 35
Octal 331 67 116 0 113 100 17 537 104 65
Binary 11011001 110111 1001110 0 1001011 1000000 1111 101011111 1000100 110101

Color Harmonies of #D9374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9374E

Black with #D9374E

Text Example


Text Example

White with #D9374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9374E; }

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

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

background-color css

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

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

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

border-color css

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

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

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