Html Css Color HEX #D6304D Amaranth

📋 copy color: '#D6304D'

red 214 ◦ green 48 ◦ blue 77

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

Shades of Amaranth #D6304D

Tints of Amaranth #D6304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

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

R = 63.13%
G = 14.16%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6304D (or 0xD6304D) is known color: Amaranth. HEX triplet: D6, 30 and 4D. RGB value is (214,48,77). Sum of RGB (Red+Green+Blue) = 214+48+77=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6304D is #29CFB2. Grayscale: #646464. Windows color (decimal): -2740147 or 5058774. OLE color: 5058774.

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

Color convert

RGB 214 48 77 -
CMYK 0 0.78 0.64 0.16
HSL 349.52º 0.67% 0.51% -
HSV(B) 349.52º 0.78% 0.84% -
XYZ 30.13 16.95 8.7 -
YUV 100.94 114.5 208.64 -
System Red Green Blue C M Y K H S L
Decimal 214 48 77 0 0.78 0.64 0.16 349.52 0.67 0.51
Hex D6 30 4D 0 4E 40 10 15E 43 33
Octal 326 60 115 0 116 100 20 536 103 63
Binary 11010110 110000 1001101 0 1001110 1000000 10000 101011110 1000011 110011

Color Harmonies of #D6304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6304D

Black with #D6304D

Text Example


Text Example

White with #D6304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6304D; }

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

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

background-color css

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

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

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

border-color css

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

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

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