Html Css Color HEX #D9314A Amaranth

📋 copy color: '#D9314A'

red 217 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #D9314A

Tints of Amaranth #D9314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.41%

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

R = 63.82%
G = 14.41%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9314A (or 0xD9314A) is known color: Amaranth. HEX triplet: D9, 31 and 4A. RGB value is (217,49,74). Sum of RGB (Red+Green+Blue) = 217+49+74=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D9314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9314A is #26CEB5. Grayscale: #666666. Windows color (decimal): -2543286 or 4862425. OLE color: 4862425.

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

Color convert

RGB 217 49 74 -
CMYK 0 0.77 0.66 0.15
HSL 351.07º 0.69% 0.52% -
HSV(B) 351.07º 0.77% 0.85% -
XYZ 30.95 17.44 8.21 -
YUV 102.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 217 49 74 0 0.77 0.66 0.15 351.07 0.69 0.52
Hex D9 31 4A 0 4D 42 F 15F 45 34
Octal 331 61 112 0 115 102 17 537 105 64
Binary 11011001 110001 1001010 0 1001101 1000010 1111 101011111 1000101 110100

Color Harmonies of #D9314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9314A

Black with #D9314A

Text Example


Text Example

White with #D9314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9314A; }

 p { color: rgb(217,49,74); }

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

background-color css

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

 a { background-color: rgb(217,49,74); }

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

border-color css

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

 span { border-color: rgb(217,49,74); }

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