Html Css Color HEX #DF344C Amaranth

📋 copy color: '#DF344C'

red 223 ◦ green 52 ◦ blue 76

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

Shades of Amaranth #DF344C

Tints of Amaranth #DF344C

RGB

 RED value IS 223 (87.5% from 255) = 63.53%

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

 BLUE value IS 76 (30.08% from 255) = 21.65%

R = 63.53%
G = 14.81%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF344C (or 0xDF344C) is known color: Amaranth. HEX triplet: DF, 34 and 4C. RGB value is (223,52,76). Sum of RGB (Red+Green+Blue) = 223+52+76=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF344C is #20CBB3. Grayscale: #696969. Windows color (decimal): -2149300 or 4994271. OLE color: 4994271.

HSL color Cylindrical-coordinate representation of color #DF344C: hue angle of 351.58º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF344C is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 52 76 -
CMYK 0 0.77 0.66 0.13
HSL 351.58º 0.73% 0.54% -
HSV(B) 351.58º 0.77% 0.87% -
XYZ 32.96 18.67 8.7 -
YUV 105.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 223 52 76 0 0.77 0.66 0.13 351.58 0.73 0.54
Hex DF 34 4C 0 4D 42 D 160 49 36
Octal 337 64 114 0 115 102 15 540 111 66
Binary 11011111 110100 1001100 0 1001101 1000010 1101 101100000 1001001 110110

Color Harmonies of #DF344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF344C

Black with #DF344C

Text Example


Text Example

White with #DF344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF344C; }

 p { color: rgb(223,52,76); }

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

background-color css

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

 a { background-color: rgb(223,52,76); }

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

border-color css

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

 span { border-color: rgb(223,52,76); }

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