Html Css Color HEX #D9344B Amaranth

📋 copy color: '#D9344B'

red 217 ◦ green 52 ◦ blue 75

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

Shades of Amaranth #D9344B

Tints of Amaranth #D9344B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.8%

R = 63.08%
G = 15.12%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9344B (or 0xD9344B) is known color: Amaranth. HEX triplet: D9, 34 and 4B. RGB value is (217,52,75). Sum of RGB (Red+Green+Blue) = 217+52+75=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9344B is #26CBB4. Grayscale: #686868. Windows color (decimal): -2542517 or 4928729. OLE color: 4928729.

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

Color convert

RGB 217 52 75 -
CMYK 0 0.76 0.65 0.15
HSL 351.64º 0.68% 0.53% -
HSV(B) 351.64º 0.76% 0.85% -
XYZ 31.11 17.72 8.44 -
YUV 103.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 217 52 75 0 0.76 0.65 0.15 351.64 0.68 0.53
Hex D9 34 4B 0 4C 41 F 160 44 35
Octal 331 64 113 0 114 101 17 540 104 65
Binary 11011001 110100 1001011 0 1001100 1000001 1111 101100000 1000100 110101

Color Harmonies of #D9344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9344B

Black with #D9344B

Text Example


Text Example

White with #D9344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9344B; }

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

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

background-color css

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

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

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

border-color css

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

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

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