Html Css Color HEX #D6334D Amaranth

📋 copy color: '#D6334D'

red 214 ◦ green 51 ◦ blue 77

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

Shades of Amaranth #D6334D

Tints of Amaranth #D6334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

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

R = 62.57%
G = 14.91%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6334D (or 0xD6334D) is known color: Amaranth. HEX triplet: D6, 33 and 4D. RGB value is (214,51,77). Sum of RGB (Red+Green+Blue) = 214+51+77=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D6334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6334D is #29CCB2. Grayscale: #666666. Windows color (decimal): -2739379 or 5059542. OLE color: 5059542.

HSL color Cylindrical-coordinate representation of color #D6334D: hue angle of 350.43º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6334D is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 77 -
CMYK 0 0.76 0.64 0.16
HSL 350.43º 0.67% 0.52% -
HSV(B) 350.43º 0.76% 0.84% -
XYZ 30.25 17.2 8.75 -
YUV 102.7 113.5 207.39 -
System Red Green Blue C M Y K H S L
Decimal 214 51 77 0 0.76 0.64 0.16 350.43 0.67 0.52
Hex D6 33 4D 0 4C 40 10 15E 43 34
Octal 326 63 115 0 114 100 20 536 103 64
Binary 11010110 110011 1001101 0 1001100 1000000 10000 101011110 1000011 110100

Color Harmonies of #D6334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6334D

Black with #D6334D

Text Example


Text Example

White with #D6334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6334D; }

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

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

background-color css

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

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

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

border-color css

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

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

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