Html Css Color HEX #DF324A Amaranth

📋 copy color: '#DF324A'

red 223 ◦ green 50 ◦ blue 74

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

Shades of Amaranth #DF324A

Tints of Amaranth #DF324A

RGB

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

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

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

R = 64.27%
G = 14.41%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF324A (or 0xDF324A) is known color: Amaranth. HEX triplet: DF, 32 and 4A. RGB value is (223,50,74). Sum of RGB (Red+Green+Blue) = 223+50+74=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF324A is #20CDB5. Grayscale: #686868. Windows color (decimal): -2149814 or 4862687. OLE color: 4862687.

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

Color convert

RGB 223 50 74 -
CMYK 0 0.78 0.67 0.13
HSL 351.68º 0.73% 0.54% -
HSV(B) 351.68º 0.78% 0.87% -
XYZ 32.81 18.46 8.31 -
YUV 104.46 110.81 212.55 -
System Red Green Blue C M Y K H S L
Decimal 223 50 74 0 0.78 0.67 0.13 351.68 0.73 0.54
Hex DF 32 4A 0 4E 43 D 160 49 36
Octal 337 62 112 0 116 103 15 540 111 66
Binary 11011111 110010 1001010 0 1001110 1000011 1101 101100000 1001001 110110

Color Harmonies of #DF324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF324A

Black with #DF324A

Text Example


Text Example

White with #DF324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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