Html Css Color HEX #D9394B Amaranth

📋 copy color: '#D9394B'

red 217 ◦ green 57 ◦ blue 75

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

Shades of Amaranth #D9394B

Tints of Amaranth #D9394B

RGB

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

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

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

R = 62.18%
G = 16.33%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9394B (or 0xD9394B) is known color: Amaranth. HEX triplet: D9, 39 and 4B. RGB value is (217,57,75). Sum of RGB (Red+Green+Blue) = 217+57+75=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9394B is #26C6B4. Grayscale: #6A6A6A. Windows color (decimal): -2541237 or 4930009. OLE color: 4930009.

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

Color convert

RGB 217 57 75 -
CMYK 0 0.74 0.65 0.15
HSL 353.25º 0.68% 0.54% -
HSV(B) 353.25º 0.74% 0.85% -
XYZ 31.35 18.19 8.51 -
YUV 106.89 110.01 206.54 -
System Red Green Blue C M Y K H S L
Decimal 217 57 75 0 0.74 0.65 0.15 353.25 0.68 0.54
Hex D9 39 4B 0 4A 41 F 161 44 36
Octal 331 71 113 0 112 101 17 541 104 66
Binary 11011001 111001 1001011 0 1001010 1000001 1111 101100001 1000100 110110

Color Harmonies of #D9394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9394B

Black with #D9394B

Text Example


Text Example

White with #D9394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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