Html Css Color HEX #D9294B Amaranth

📋 copy color: '#D9294B'

red 217 ◦ green 41 ◦ blue 75

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

Shades of Amaranth #D9294B

Tints of Amaranth #D9294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.31%

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

R = 65.17%
G = 12.31%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9294B (or 0xD9294B) is known color: Amaranth. HEX triplet: D9, 29 and 4B. RGB value is (217,41,75). Sum of RGB (Red+Green+Blue) = 217+41+75=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9294B is #26D6B4. Grayscale: #616161. Windows color (decimal): -2545333 or 4925913. OLE color: 4925913.

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

Color convert

RGB 217 41 75 -
CMYK 0 0.81 0.65 0.15
HSL 348.41º 0.7% 0.51% -
HSV(B) 348.41º 0.81% 0.85% -
XYZ 30.68 16.85 8.29 -
YUV 97.5 115.31 213.24 -
System Red Green Blue C M Y K H S L
Decimal 217 41 75 0 0.81 0.65 0.15 348.41 0.7 0.51
Hex D9 29 4B 0 51 41 F 15C 46 33
Octal 331 51 113 0 121 101 17 534 106 63
Binary 11011001 101001 1001011 0 1010001 1000001 1111 101011100 1000110 110011

Color Harmonies of #D9294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9294B

Black with #D9294B

Text Example


Text Example

White with #D9294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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