Html Css Color HEX #D7334F Amaranth

📋 copy color: '#D7334F'

red 215 ◦ green 51 ◦ blue 79

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

Shades of Amaranth #D7334F

Tints of Amaranth #D7334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.78%

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

R = 62.32%
G = 14.78%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7334F (or 0xD7334F) is known color: Amaranth. HEX triplet: D7, 33 and 4F. RGB value is (215,51,79). Sum of RGB (Red+Green+Blue) = 215+51+79=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7334F is #28CCB0. Grayscale: #676767. Windows color (decimal): -2673841 or 5190615. OLE color: 5190615.

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

Color convert

RGB 215 51 79 -
CMYK 0 0.76 0.63 0.16
HSL 349.76º 0.67% 0.52% -
HSV(B) 349.76º 0.76% 0.84% -
XYZ 30.62 17.38 9.14 -
YUV 103.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 215 51 79 0 0.76 0.63 0.16 349.76 0.67 0.52
Hex D7 33 4F 0 4C 3F 10 15E 43 34
Octal 327 63 117 0 114 77 20 536 103 64
Binary 11010111 110011 1001111 0 1001100 111111 10000 101011110 1000011 110100

Color Harmonies of #D7334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7334F

Black with #D7334F

Text Example


Text Example

White with #D7334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7334F; }

 p { color: rgb(215,51,79); }

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

background-color css

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

 a { background-color: rgb(215,51,79); }

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

border-color css

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

 span { border-color: rgb(215,51,79); }

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