Html Css Color HEX #D7344A Amaranth

📋 copy color: '#D7344A'

red 215 ◦ green 52 ◦ blue 74

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

Shades of Amaranth #D7344A

Tints of Amaranth #D7344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 63.05%
G = 15.25%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7344A (or 0xD7344A) is known color: Amaranth. HEX triplet: D7, 34 and 4A. RGB value is (215,52,74). Sum of RGB (Red+Green+Blue) = 215+52+74=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7344A is #28CBB5. Grayscale: #676767. Windows color (decimal): -2673590 or 4863191. OLE color: 4863191.

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

Color convert

RGB 215 52 74 -
CMYK 0 0.76 0.66 0.16
HSL 351.9º 0.67% 0.52% -
HSV(B) 351.9º 0.76% 0.84% -
XYZ 30.49 17.4 8.23 -
YUV 103.25 111.5 207.71 -
System Red Green Blue C M Y K H S L
Decimal 215 52 74 0 0.76 0.66 0.16 351.9 0.67 0.52
Hex D7 34 4A 0 4C 42 10 160 43 34
Octal 327 64 112 0 114 102 20 540 103 64
Binary 11010111 110100 1001010 0 1001100 1000010 10000 101100000 1000011 110100

Color Harmonies of #D7344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7344A

Black with #D7344A

Text Example


Text Example

White with #D7344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7344A; }

 p { color: rgb(215,52,74); }

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

background-color css

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

 a { background-color: rgb(215,52,74); }

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

border-color css

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

 span { border-color: rgb(215,52,74); }

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