Html Css Color HEX #D4294D Amaranth

📋 copy color: '#D4294D'

red 212 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #D4294D

Tints of Amaranth #D4294D

RGB

 RED value IS 212 (83.2% from 255) = 64.24%

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

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

R = 64.24%
G = 12.42%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4294D (or 0xD4294D) is known color: Amaranth. HEX triplet: D4, 29 and 4D. RGB value is (212,41,77). Sum of RGB (Red+Green+Blue) = 212+41+77=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D4294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4294D is #2BD6B2. Grayscale: #606060. Windows color (decimal): -2873011 or 5056980. OLE color: 5056980.

HSL color Cylindrical-coordinate representation of color #D4294D: hue angle of 347.37º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4294D is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 41 77 -
CMYK 0 0.81 0.64 0.17
HSL 347.37º 0.68% 0.5% -
HSV(B) 347.37º 0.81% 0.83% -
XYZ 29.28 16.12 8.59 -
YUV 96.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 212 41 77 0 0.81 0.64 0.17 347.37 0.68 0.5
Hex D4 29 4D 0 51 40 11 15B 44 32
Octal 324 51 115 0 121 100 21 533 104 62
Binary 11010100 101001 1001101 0 1010001 1000000 10001 101011011 1000100 110010

Color Harmonies of #D4294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4294D

Black with #D4294D

Text Example


Text Example

White with #D4294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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