Html Css Color HEX #D5364F Amaranth

📋 copy color: '#D5364F'

red 213 ◦ green 54 ◦ blue 79

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

Shades of Amaranth #D5364F

Tints of Amaranth #D5364F

RGB

 RED value IS 213 (83.59% from 255) = 61.56%

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

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

R = 61.56%
G = 15.61%
B = 22.83%

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

#D5364F (or 0xD5364F) is known color: Amaranth. HEX triplet: D5, 36 and 4F. RGB value is (213,54,79). Sum of RGB (Red+Green+Blue) = 213+54+79=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D5364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5364F is #2AC9B0. Grayscale: #686868. Windows color (decimal): -2804145 or 5191381. OLE color: 5191381.

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

Color convert

RGB 213 54 79 -
CMYK 0 0.75 0.63 0.16
HSL 350.57º 0.65% 0.52% -
HSV(B) 350.57º 0.75% 0.84% -
XYZ 30.17 17.35 9.16 -
YUV 104.39 113.68 205.47 -
System Red Green Blue C M Y K H S L
Decimal 213 54 79 0 0.75 0.63 0.16 350.57 0.65 0.52
Hex D5 36 4F 0 4B 3F 10 15F 41 34
Octal 325 66 117 0 113 77 20 537 101 64
Binary 11010101 110110 1001111 0 1001011 111111 10000 101011111 1000001 110100

Color Harmonies of #D5364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5364F

Black with #D5364F

Text Example


Text Example

White with #D5364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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