Html Css Color HEX #D7394B Amaranth

📋 copy color: '#D7394B'

red 215 ◦ green 57 ◦ blue 75

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

Shades of Amaranth #D7394B

Tints of Amaranth #D7394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 61.96%
G = 16.43%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7394B (or 0xD7394B) is known color: Amaranth. HEX triplet: D7, 39 and 4B. RGB value is (215,57,75). Sum of RGB (Red+Green+Blue) = 215+57+75=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D7394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7394B is #28C6B4. Grayscale: #6A6A6A. Windows color (decimal): -2672309 or 4930007. OLE color: 4930007.

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

Color convert

RGB 215 57 75 -
CMYK 0 0.73 0.65 0.16
HSL 353.16º 0.66% 0.53% -
HSV(B) 353.16º 0.73% 0.84% -
XYZ 30.76 17.88 8.49 -
YUV 106.29 110.35 205.54 -
System Red Green Blue C M Y K H S L
Decimal 215 57 75 0 0.73 0.65 0.16 353.16 0.66 0.53
Hex D7 39 4B 0 49 41 10 161 42 35
Octal 327 71 113 0 111 101 20 541 102 65
Binary 11010111 111001 1001011 0 1001001 1000001 10000 101100001 1000010 110101

Color Harmonies of #D7394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7394B

Black with #D7394B

Text Example


Text Example

White with #D7394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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