Html Css Color HEX #D9394A Amaranth

📋 copy color: '#D9394A'

red 217 ◦ green 57 ◦ blue 74

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

Shades of Amaranth #D9394A

Tints of Amaranth #D9394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.38%

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

R = 62.36%
G = 16.38%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9394A (or 0xD9394A) is known color: Amaranth. HEX triplet: D9, 39 and 4A. RGB value is (217,57,74). Sum of RGB (Red+Green+Blue) = 217+57+74=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9394A is #26C6B5. Grayscale: #6A6A6A. Windows color (decimal): -2541238 or 4864473. OLE color: 4864473.

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

Color convert

RGB 217 57 74 -
CMYK 0 0.74 0.66 0.15
HSL 353.63º 0.68% 0.54% -
HSV(B) 353.63º 0.74% 0.85% -
XYZ 31.31 18.17 8.34 -
YUV 106.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 217 57 74 0 0.74 0.66 0.15 353.63 0.68 0.54
Hex D9 39 4A 0 4A 42 F 162 44 36
Octal 331 71 112 0 112 102 17 542 104 66
Binary 11011001 111001 1001010 0 1001010 1000010 1111 101100010 1000100 110110

Color Harmonies of #D9394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9394A

Black with #D9394A

Text Example


Text Example

White with #D9394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9394A; }

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

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

background-color css

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

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

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

border-color css

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

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

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