Html Css Color HEX #D7394D Amaranth

📋 copy color: '#D7394D'

red 215 ◦ green 57 ◦ blue 77

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

Shades of Amaranth #D7394D

Tints of Amaranth #D7394D

RGB

 RED value IS 215 (84.38% from 255) = 61.6%

 GREEN value IS 57 (22.66% from 255) = 16.33%

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

R = 61.6%
G = 16.33%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7394D (or 0xD7394D) is known color: Amaranth. HEX triplet: D7, 39 and 4D. RGB value is (215,57,77). Sum of RGB (Red+Green+Blue) = 215+57+77=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D7394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7394D is #28C6B2. Grayscale: #6A6A6A. Windows color (decimal): -2672307 or 5061079. OLE color: 5061079.

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

Color convert

RGB 215 57 77 -
CMYK 0 0.73 0.64 0.16
HSL 352.41º 0.66% 0.53% -
HSV(B) 352.41º 0.73% 0.84% -
XYZ 30.83 17.91 8.85 -
YUV 106.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 215 57 77 0 0.73 0.64 0.16 352.41 0.66 0.53
Hex D7 39 4D 0 49 40 10 160 42 35
Octal 327 71 115 0 111 100 20 540 102 65
Binary 11010111 111001 1001101 0 1001001 1000000 10000 101100000 1000010 110101

Color Harmonies of #D7394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7394D

Black with #D7394D

Text Example


Text Example

White with #D7394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7394D; }

 p { color: rgb(215,57,77); }

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

background-color css

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

 a { background-color: rgb(215,57,77); }

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

border-color css

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

 span { border-color: rgb(215,57,77); }

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