Html Css Color HEX #D5294C Amaranth

📋 copy color: '#D5294C'

red 213 ◦ green 41 ◦ blue 76

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

Shades of Amaranth #D5294C

Tints of Amaranth #D5294C

RGB

 RED value IS 213 (83.59% from 255) = 64.55%

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

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

R = 64.55%
G = 12.42%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5294C (or 0xD5294C) is known color: Amaranth. HEX triplet: D5, 29 and 4C. RGB value is (213,41,76). Sum of RGB (Red+Green+Blue) = 213+41+76=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5294C is #2AD6B3. Grayscale: #606060. Windows color (decimal): -2807476 or 4991445. OLE color: 4991445.

HSL color Cylindrical-coordinate representation of color #D5294C: hue angle of 347.79º degrees, saturation: 0.68, 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 #D5294C is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 41 76 -
CMYK 0 0.81 0.64 0.16
HSL 347.79º 0.68% 0.5% -
HSV(B) 347.79º 0.81% 0.84% -
XYZ 29.54 16.25 8.42 -
YUV 96.42 116.48 211.15 -
System Red Green Blue C M Y K H S L
Decimal 213 41 76 0 0.81 0.64 0.16 347.79 0.68 0.5
Hex D5 29 4C 0 51 40 10 15C 44 32
Octal 325 51 114 0 121 100 20 534 104 62
Binary 11010101 101001 1001100 0 1010001 1000000 10000 101011100 1000100 110010

Color Harmonies of #D5294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5294C

Black with #D5294C

Text Example


Text Example

White with #D5294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5294C; }

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

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

background-color css

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

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

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

border-color css

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

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

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