Html Css Color HEX #D6294F Amaranth

📋 copy color: '#D6294F'

red 214 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #D6294F

Tints of Amaranth #D6294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 64.07%
G = 12.28%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6294F (or 0xD6294F) is known color: Amaranth. HEX triplet: D6, 29 and 4F. RGB value is (214,41,79). Sum of RGB (Red+Green+Blue) = 214+41+79=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D6294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6294F is #29D6B0. Grayscale: #616161. Windows color (decimal): -2741937 or 5188054. OLE color: 5188054.

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

Color convert

RGB 214 41 79 -
CMYK 0 0.81 0.63 0.16
HSL 346.82º 0.68% 0.5% -
HSV(B) 346.82º 0.81% 0.84% -
XYZ 29.94 16.45 8.99 -
YUV 97.06 117.81 211.41 -
System Red Green Blue C M Y K H S L
Decimal 214 41 79 0 0.81 0.63 0.16 346.82 0.68 0.5
Hex D6 29 4F 0 51 3F 10 15B 44 32
Octal 326 51 117 0 121 77 20 533 104 62
Binary 11010110 101001 1001111 0 1010001 111111 10000 101011011 1000100 110010

Color Harmonies of #D6294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6294F

Black with #D6294F

Text Example


Text Example

White with #D6294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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