Html Css Color HEX #D8344B Amaranth

📋 copy color: '#D8344B'

red 216 ◦ green 52 ◦ blue 75

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

Shades of Amaranth #D8344B

Tints of Amaranth #D8344B

RGB

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

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

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

R = 62.97%
G = 15.16%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8344B (or 0xD8344B) is known color: Amaranth. HEX triplet: D8, 34 and 4B. RGB value is (216,52,75). Sum of RGB (Red+Green+Blue) = 216+52+75=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D8344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8344B is #27CBB4. Grayscale: #676767. Windows color (decimal): -2608053 or 4928728. OLE color: 4928728.

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

Color convert

RGB 216 52 75 -
CMYK 0 0.76 0.65 0.15
HSL 351.59º 0.68% 0.53% -
HSV(B) 351.59º 0.76% 0.85% -
XYZ 30.82 17.56 8.42 -
YUV 103.66 111.83 208.13 -
System Red Green Blue C M Y K H S L
Decimal 216 52 75 0 0.76 0.65 0.15 351.59 0.68 0.53
Hex D8 34 4B 0 4C 41 F 160 44 35
Octal 330 64 113 0 114 101 17 540 104 65
Binary 11011000 110100 1001011 0 1001100 1000001 1111 101100000 1000100 110101

Color Harmonies of #D8344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8344B

Black with #D8344B

Text Example


Text Example

White with #D8344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8344B; }

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

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

background-color css

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

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

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

border-color css

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

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

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