Html Css Color HEX #DF4056 Amaranth

📋 copy color: '#DF4056'

red 223 ◦ green 64 ◦ blue 86

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

Shades of Amaranth #DF4056

Tints of Amaranth #DF4056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.16%

 BLUE value IS 86 (33.98% from 255) = 23.06%

R = 59.79%
G = 17.16%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF4056 (or 0xDF4056) is known color: Amaranth. HEX triplet: DF, 40 and 56. RGB value is (223,64,86). Sum of RGB (Red+Green+Blue) = 223+64+86=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4056 is #20BFA9. Grayscale: #727272. Windows color (decimal): -2146218 or 5652703. OLE color: 5652703.

HSL color Cylindrical-coordinate representation of color #DF4056: hue angle of 351.7º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4056 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 64 86 -
CMYK 0 0.71 0.61 0.13
HSL 351.7º 0.71% 0.56% -
HSV(B) 351.7º 0.71% 0.87% -
XYZ 33.94 20.03 10.88 -
YUV 114.05 112.18 205.71 -
System Red Green Blue C M Y K H S L
Decimal 223 64 86 0 0.71 0.61 0.13 351.7 0.71 0.56
Hex DF 40 56 0 47 3D D 160 47 38
Octal 337 100 126 0 107 75 15 540 107 70
Binary 11011111 1000000 1010110 0 1000111 111101 1101 101100000 1000111 111000

Color Harmonies of #DF4056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4056

Black with #DF4056

Text Example


Text Example

White with #DF4056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4056; }

 p { color: rgb(223,64,86); }

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

background-color css

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

 a { background-color: rgb(223,64,86); }

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

border-color css

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

 span { border-color: rgb(223,64,86); }

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