Html Css Color HEX #D7294C Amaranth

📋 copy color: '#D7294C'

red 215 ◦ green 41 ◦ blue 76

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

Shades of Amaranth #D7294C

Tints of Amaranth #D7294C

RGB

 RED value IS 215 (84.38% from 255) = 64.76%

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

 BLUE value IS 76 (30.08% from 255) = 22.89%

R = 64.76%
G = 12.35%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7294C (or 0xD7294C) is known color: Amaranth. HEX triplet: D7, 29 and 4C. RGB value is (215,41,76). Sum of RGB (Red+Green+Blue) = 215+41+76=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D7294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7294C is #28D6B3. Grayscale: #616161. Windows color (decimal): -2676404 or 4991447. OLE color: 4991447.

HSL color Cylindrical-coordinate representation of color #D7294C: hue angle of 347.93º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7294C is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 41 76 -
CMYK 0 0.81 0.65 0.16
HSL 347.93º 0.69% 0.5% -
HSV(B) 347.93º 0.81% 0.84% -
XYZ 30.12 16.55 8.45 -
YUV 97.02 116.15 212.15 -
System Red Green Blue C M Y K H S L
Decimal 215 41 76 0 0.81 0.65 0.16 347.93 0.69 0.5
Hex D7 29 4C 0 51 41 10 15C 45 32
Octal 327 51 114 0 121 101 20 534 105 62
Binary 11010111 101001 1001100 0 1010001 1000001 10000 101011100 1000101 110010

Color Harmonies of #D7294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7294C

Black with #D7294C

Text Example


Text Example

White with #D7294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7294C; }

 p { color: rgb(215,41,76); }

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

background-color css

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

 a { background-color: rgb(215,41,76); }

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

border-color css

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

 span { border-color: rgb(215,41,76); }

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