Html Css Color HEX #DF324D Amaranth

📋 copy color: '#DF324D'

red 223 ◦ green 50 ◦ blue 77

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

Shades of Amaranth #DF324D

Tints of Amaranth #DF324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

 BLUE value IS 77 (30.47% from 255) = 22%

R = 63.71%
G = 14.29%
B = 22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF324D (or 0xDF324D) is known color: Amaranth. HEX triplet: DF, 32 and 4D. RGB value is (223,50,77). Sum of RGB (Red+Green+Blue) = 223+50+77=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF324D is #20CDB2. Grayscale: #686868. Windows color (decimal): -2149811 or 5059295. OLE color: 5059295.

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

Color convert

RGB 223 50 77 -
CMYK 0 0.78 0.65 0.13
HSL 350.64º 0.73% 0.54% -
HSV(B) 350.64º 0.78% 0.87% -
XYZ 32.91 18.51 8.86 -
YUV 104.81 112.31 212.3 -
System Red Green Blue C M Y K H S L
Decimal 223 50 77 0 0.78 0.65 0.13 350.64 0.73 0.54
Hex DF 32 4D 0 4E 41 D 15F 49 36
Octal 337 62 115 0 116 101 15 537 111 66
Binary 11011111 110010 1001101 0 1001110 1000001 1101 101011111 1001001 110110

Color Harmonies of #DF324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF324D

Black with #DF324D

Text Example


Text Example

White with #DF324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF324D; }

 p { color: rgb(223,50,77); }

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

background-color css

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

 a { background-color: rgb(223,50,77); }

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

border-color css

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

 span { border-color: rgb(223,50,77); }

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