Html Css Color HEX #D6304A Amaranth

📋 copy color: '#D6304A'

red 214 ◦ green 48 ◦ blue 74

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

Shades of Amaranth #D6304A

Tints of Amaranth #D6304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 63.69%
G = 14.29%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6304A (or 0xD6304A) is known color: Amaranth. HEX triplet: D6, 30 and 4A. RGB value is (214,48,74). Sum of RGB (Red+Green+Blue) = 214+48+74=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D6304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6304A is #29CFB5. Grayscale: #646464. Windows color (decimal): -2740150 or 4862166. OLE color: 4862166.

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

Color convert

RGB 214 48 74 -
CMYK 0 0.78 0.65 0.16
HSL 350.6º 0.67% 0.51% -
HSV(B) 350.6º 0.78% 0.84% -
XYZ 30.02 16.9 8.16 -
YUV 100.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 214 48 74 0 0.78 0.65 0.16 350.6 0.67 0.51
Hex D6 30 4A 0 4E 41 10 15F 43 33
Octal 326 60 112 0 116 101 20 537 103 63
Binary 11010110 110000 1001010 0 1001110 1000001 10000 101011111 1000011 110011

Color Harmonies of #D6304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6304A

Black with #D6304A

Text Example


Text Example

White with #D6304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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