Html Css Color HEX #D9304D Amaranth

📋 copy color: '#D9304D'

red 217 ◦ green 48 ◦ blue 77

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

Shades of Amaranth #D9304D

Tints of Amaranth #D9304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.04%

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 63.45%
G = 14.04%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9304D (or 0xD9304D) is known color: Amaranth. HEX triplet: D9, 30 and 4D. RGB value is (217,48,77). Sum of RGB (Red+Green+Blue) = 217+48+77=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D9304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9304D is #26CFB2. Grayscale: #656565. Windows color (decimal): -2543539 or 5058777. OLE color: 5058777.

HSL color Cylindrical-coordinate representation of color #D9304D: hue angle of 349.7º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9304D is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 77 -
CMYK 0 0.78 0.65 0.15
HSL 349.7º 0.69% 0.52% -
HSV(B) 349.7º 0.78% 0.85% -
XYZ 31.01 17.4 8.75 -
YUV 101.84 113.99 210.14 -
System Red Green Blue C M Y K H S L
Decimal 217 48 77 0 0.78 0.65 0.15 349.7 0.69 0.52
Hex D9 30 4D 0 4E 41 F 15E 45 34
Octal 331 60 115 0 116 101 17 536 105 64
Binary 11011001 110000 1001101 0 1001110 1000001 1111 101011110 1000101 110100

Color Harmonies of #D9304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9304D

Black with #D9304D

Text Example


Text Example

White with #D9304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9304D; }

 p { color: rgb(217,48,77); }

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

background-color css

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

 a { background-color: rgb(217,48,77); }

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

border-color css

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

 span { border-color: rgb(217,48,77); }

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