Html Css Color HEX #D6294D Amaranth

📋 copy color: '#D6294D'

red 214 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #D6294D

Tints of Amaranth #D6294D

RGB

 RED value IS 214 (83.98% from 255) = 64.46%

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

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

R = 64.46%
G = 12.35%
B = 23.19%

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

#D6294D (or 0xD6294D) is known color: Amaranth. HEX triplet: D6, 29 and 4D. RGB value is (214,41,77). Sum of RGB (Red+Green+Blue) = 214+41+77=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D6294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6294D is #29D6B2. Grayscale: #606060. Windows color (decimal): -2741939 or 5056982. OLE color: 5056982.

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

Color convert

RGB 214 41 77 -
CMYK 0 0.81 0.64 0.16
HSL 347.51º 0.68% 0.5% -
HSV(B) 347.51º 0.81% 0.84% -
XYZ 29.86 16.42 8.62 -
YUV 96.83 116.81 211.57 -
System Red Green Blue C M Y K H S L
Decimal 214 41 77 0 0.81 0.64 0.16 347.51 0.68 0.5
Hex D6 29 4D 0 51 40 10 15C 44 32
Octal 326 51 115 0 121 100 20 534 104 62
Binary 11010110 101001 1001101 0 1010001 1000000 10000 101011100 1000100 110010

Color Harmonies of #D6294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6294D

Black with #D6294D

Text Example


Text Example

White with #D6294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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