Html Css Color HEX #D9344F Amaranth

📋 copy color: '#D9344F'

red 217 ◦ green 52 ◦ blue 79

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

Shades of Amaranth #D9344F

Tints of Amaranth #D9344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 62.36%
G = 14.94%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9344F (or 0xD9344F) is known color: Amaranth. HEX triplet: D9, 34 and 4F. RGB value is (217,52,79). Sum of RGB (Red+Green+Blue) = 217+52+79=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9344F is #26CBB0. Grayscale: #686868. Windows color (decimal): -2542513 or 5190873. OLE color: 5190873.

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

Color convert

RGB 217 52 79 -
CMYK 0 0.76 0.64 0.15
HSL 350.18º 0.68% 0.53% -
HSV(B) 350.18º 0.76% 0.85% -
XYZ 31.25 17.77 9.18 -
YUV 104.41 113.66 208.3 -
System Red Green Blue C M Y K H S L
Decimal 217 52 79 0 0.76 0.64 0.15 350.18 0.68 0.53
Hex D9 34 4F 0 4C 40 F 15E 44 35
Octal 331 64 117 0 114 100 17 536 104 65
Binary 11011001 110100 1001111 0 1001100 1000000 1111 101011110 1000100 110101

Color Harmonies of #D9344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9344F

Black with #D9344F

Text Example


Text Example

White with #D9344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9344F; }

 p { color: rgb(217,52,79); }

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

background-color css

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

 a { background-color: rgb(217,52,79); }

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

border-color css

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

 span { border-color: rgb(217,52,79); }

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