Html Css Color HEX #D5294D Amaranth

📋 copy color: '#D5294D'

red 213 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #D5294D

Tints of Amaranth #D5294D

RGB

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

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

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

R = 64.35%
G = 12.39%
B = 23.26%

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

#D5294D (or 0xD5294D) is known color: Amaranth. HEX triplet: D5, 29 and 4D. RGB value is (213,41,77). Sum of RGB (Red+Green+Blue) = 213+41+77=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D5294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5294D is #2AD6B2. Grayscale: #606060. Windows color (decimal): -2807475 or 5056981. OLE color: 5056981.

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

Color convert

RGB 213 41 77 -
CMYK 0 0.81 0.64 0.16
HSL 347.44º 0.68% 0.5% -
HSV(B) 347.44º 0.81% 0.84% -
XYZ 29.57 16.27 8.6 -
YUV 96.53 116.98 211.07 -
System Red Green Blue C M Y K H S L
Decimal 213 41 77 0 0.81 0.64 0.16 347.44 0.68 0.5
Hex D5 29 4D 0 51 40 10 15B 44 32
Octal 325 51 115 0 121 100 20 533 104 62
Binary 11010101 101001 1001101 0 1010001 1000000 10000 101011011 1000100 110010

Color Harmonies of #D5294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5294D

Black with #D5294D

Text Example


Text Example

White with #D5294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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