Html Css Color HEX #D6304C Amaranth

📋 copy color: '#D6304C'

red 214 ◦ green 48 ◦ blue 76

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

Shades of Amaranth #D6304C

Tints of Amaranth #D6304C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 63.31%
G = 14.2%
B = 22.49%

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

#D6304C (or 0xD6304C) is known color: Amaranth. HEX triplet: D6, 30 and 4C. RGB value is (214,48,76). Sum of RGB (Red+Green+Blue) = 214+48+76=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D6304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6304C is #29CFB3. Grayscale: #646464. Windows color (decimal): -2740148 or 4993238. OLE color: 4993238.

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

Color convert

RGB 214 48 76 -
CMYK 0 0.78 0.64 0.16
HSL 349.88º 0.67% 0.51% -
HSV(B) 349.88º 0.78% 0.84% -
XYZ 30.09 16.93 8.52 -
YUV 100.83 114 208.72 -
System Red Green Blue C M Y K H S L
Decimal 214 48 76 0 0.78 0.64 0.16 349.88 0.67 0.51
Hex D6 30 4C 0 4E 40 10 15E 43 33
Octal 326 60 114 0 116 100 20 536 103 63
Binary 11010110 110000 1001100 0 1001110 1000000 10000 101011110 1000011 110011

Color Harmonies of #D6304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6304C

Black with #D6304C

Text Example


Text Example

White with #D6304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6304C; }

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

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

background-color css

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

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

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

border-color css

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

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

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