Html Css Color HEX #D8344A Amaranth

📋 copy color: '#D8344A'

red 216 ◦ green 52 ◦ blue 74

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

Shades of Amaranth #D8344A

Tints of Amaranth #D8344A

RGB

 RED value IS 216 (84.77% from 255) = 63.16%

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

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

R = 63.16%
G = 15.2%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8344A (or 0xD8344A) is known color: Amaranth. HEX triplet: D8, 34 and 4A. RGB value is (216,52,74). Sum of RGB (Red+Green+Blue) = 216+52+74=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8344A is #27CBB5. Grayscale: #676767. Windows color (decimal): -2608054 or 4863192. OLE color: 4863192.

HSL color Cylindrical-coordinate representation of color #D8344A: hue angle of 351.95º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8344A is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 52 74 -
CMYK 0 0.76 0.66 0.15
HSL 351.95º 0.68% 0.53% -
HSV(B) 351.95º 0.76% 0.85% -
XYZ 30.78 17.55 8.24 -
YUV 103.54 111.33 208.21 -
System Red Green Blue C M Y K H S L
Decimal 216 52 74 0 0.76 0.66 0.15 351.95 0.68 0.53
Hex D8 34 4A 0 4C 42 F 160 44 35
Octal 330 64 112 0 114 102 17 540 104 65
Binary 11011000 110100 1001010 0 1001100 1000010 1111 101100000 1000100 110101

Color Harmonies of #D8344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8344A

Black with #D8344A

Text Example


Text Example

White with #D8344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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