Html Css Color HEX #D9334A Amaranth

📋 copy color: '#D9334A'

red 217 ◦ green 51 ◦ blue 74

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

Shades of Amaranth #D9334A

Tints of Amaranth #D9334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

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

R = 63.45%
G = 14.91%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9334A (or 0xD9334A) is known color: Amaranth. HEX triplet: D9, 33 and 4A. RGB value is (217,51,74). Sum of RGB (Red+Green+Blue) = 217+51+74=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D9334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9334A is #26CCB5. Grayscale: #676767. Windows color (decimal): -2542774 or 4862937. OLE color: 4862937.

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

Color convert

RGB 217 51 74 -
CMYK 0 0.76 0.66 0.15
HSL 351.69º 0.69% 0.53% -
HSV(B) 351.69º 0.76% 0.85% -
XYZ 31.04 17.61 8.24 -
YUV 103.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 217 51 74 0 0.76 0.66 0.15 351.69 0.69 0.53
Hex D9 33 4A 0 4C 42 F 160 45 35
Octal 331 63 112 0 114 102 17 540 105 65
Binary 11011001 110011 1001010 0 1001100 1000010 1111 101100000 1000101 110101

Color Harmonies of #D9334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9334A

Black with #D9334A

Text Example


Text Example

White with #D9334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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