Html Css Color HEX #DF294F Amaranth

📋 copy color: '#DF294F'

red 223 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #DF294F

Tints of Amaranth #DF294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.95%

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

R = 65.01%
G = 11.95%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF294F (or 0xDF294F) is known color: Amaranth. HEX triplet: DF, 29 and 4F. RGB value is (223,41,79). Sum of RGB (Red+Green+Blue) = 223+41+79=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF294F is #20D6B0. Grayscale: #636363. Windows color (decimal): -2152113 or 5188063. OLE color: 5188063.

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

Color convert

RGB 223 41 79 -
CMYK 0 0.82 0.65 0.13
HSL 347.47º 0.74% 0.52% -
HSV(B) 347.47º 0.82% 0.87% -
XYZ 32.64 17.84 9.12 -
YUV 99.75 116.3 215.91 -
System Red Green Blue C M Y K H S L
Decimal 223 41 79 0 0.82 0.65 0.13 347.47 0.74 0.52
Hex DF 29 4F 0 52 41 D 15B 4A 34
Octal 337 51 117 0 122 101 15 533 112 64
Binary 11011111 101001 1001111 0 1010010 1000001 1101 101011011 1001010 110100

Color Harmonies of #DF294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF294F

Black with #DF294F

Text Example


Text Example

White with #DF294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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