Html Css Color HEX #D9304A Amaranth

📋 copy color: '#D9304A'

red 217 ◦ green 48 ◦ blue 74

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

Shades of Amaranth #D9304A

Tints of Amaranth #D9304A

RGB

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

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

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

R = 64.01%
G = 14.16%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9304A (or 0xD9304A) is known color: Amaranth. HEX triplet: D9, 30 and 4A. RGB value is (217,48,74). Sum of RGB (Red+Green+Blue) = 217+48+74=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D9304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9304A is #26CFB5. Grayscale: #656565. Windows color (decimal): -2543542 or 4862169. OLE color: 4862169.

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

Color convert

RGB 217 48 74 -
CMYK 0 0.78 0.66 0.15
HSL 350.77º 0.69% 0.52% -
HSV(B) 350.77º 0.78% 0.85% -
XYZ 30.91 17.36 8.2 -
YUV 101.5 112.49 210.39 -
System Red Green Blue C M Y K H S L
Decimal 217 48 74 0 0.78 0.66 0.15 350.77 0.69 0.52
Hex D9 30 4A 0 4E 42 F 15F 45 34
Octal 331 60 112 0 116 102 17 537 105 64
Binary 11011001 110000 1001010 0 1001110 1000010 1111 101011111 1000101 110100

Color Harmonies of #D9304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9304A

Black with #D9304A

Text Example


Text Example

White with #D9304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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