Html Css Color HEX #D6364F Amaranth

📋 copy color: '#D6364F'

red 214 ◦ green 54 ◦ blue 79

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

Shades of Amaranth #D6364F

Tints of Amaranth #D6364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

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

R = 61.67%
G = 15.56%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6364F (or 0xD6364F) is known color: Amaranth. HEX triplet: D6, 36 and 4F. RGB value is (214,54,79). Sum of RGB (Red+Green+Blue) = 214+54+79=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6364F is #29C9B0. Grayscale: #686868. Windows color (decimal): -2738609 or 5191382. OLE color: 5191382.

HSL color Cylindrical-coordinate representation of color #D6364F: hue angle of 350.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6364F is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 54 79 -
CMYK 0 0.75 0.63 0.16
HSL 350.63º 0.66% 0.53% -
HSV(B) 350.63º 0.75% 0.84% -
XYZ 30.46 17.5 9.17 -
YUV 104.69 113.51 205.97 -
System Red Green Blue C M Y K H S L
Decimal 214 54 79 0 0.75 0.63 0.16 350.63 0.66 0.53
Hex D6 36 4F 0 4B 3F 10 15F 42 35
Octal 326 66 117 0 113 77 20 537 102 65
Binary 11010110 110110 1001111 0 1001011 111111 10000 101011111 1000010 110101

Color Harmonies of #D6364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6364F

Black with #D6364F

Text Example


Text Example

White with #D6364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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