Html Css Color HEX #DF324C Amaranth

📋 copy color: '#DF324C'

red 223 ◦ green 50 ◦ blue 76

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

Shades of Amaranth #DF324C

Tints of Amaranth #DF324C

RGB

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

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

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

R = 63.9%
G = 14.33%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF324C (or 0xDF324C) is known color: Amaranth. HEX triplet: DF, 32 and 4C. RGB value is (223,50,76). Sum of RGB (Red+Green+Blue) = 223+50+76=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF324C is #20CDB3. Grayscale: #686868. Windows color (decimal): -2149812 or 4993759. OLE color: 4993759.

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

Color convert

RGB 223 50 76 -
CMYK 0 0.78 0.66 0.13
HSL 350.98º 0.73% 0.54% -
HSV(B) 350.98º 0.78% 0.87% -
XYZ 32.88 18.49 8.67 -
YUV 104.69 111.81 212.39 -
System Red Green Blue C M Y K H S L
Decimal 223 50 76 0 0.78 0.66 0.13 350.98 0.73 0.54
Hex DF 32 4C 0 4E 42 D 15F 49 36
Octal 337 62 114 0 116 102 15 537 111 66
Binary 11011111 110010 1001100 0 1001110 1000010 1101 101011111 1001001 110110

Color Harmonies of #DF324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF324C

Black with #DF324C

Text Example


Text Example

White with #DF324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF324C; }

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

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

background-color css

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

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

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

border-color css

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

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

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