Html Css Color HEX #DF324F Amaranth

📋 copy color: '#DF324F'

red 223 ◦ green 50 ◦ blue 79

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

Shades of Amaranth #DF324F

Tints of Amaranth #DF324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.44%

R = 63.35%
G = 14.2%
B = 22.44%

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

#DF324F (or 0xDF324F) is known color: Amaranth. HEX triplet: DF, 32 and 4F. RGB value is (223,50,79). Sum of RGB (Red+Green+Blue) = 223+50+79=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF324F is #20CDB0. Grayscale: #696969. Windows color (decimal): -2149809 or 5190367. OLE color: 5190367.

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

Color convert

RGB 223 50 79 -
CMYK 0 0.78 0.65 0.13
HSL 349.94º 0.73% 0.54% -
HSV(B) 349.94º 0.78% 0.87% -
XYZ 32.98 18.53 9.24 -
YUV 105.03 113.31 212.14 -
System Red Green Blue C M Y K H S L
Decimal 223 50 79 0 0.78 0.65 0.13 349.94 0.73 0.54
Hex DF 32 4F 0 4E 41 D 15E 49 36
Octal 337 62 117 0 116 101 15 536 111 66
Binary 11011111 110010 1001111 0 1001110 1000001 1101 101011110 1001001 110110

Color Harmonies of #DF324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF324F

Black with #DF324F

Text Example


Text Example

White with #DF324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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