Html Css Color HEX #DF3A56 Amaranth

📋 copy color: '#DF3A56'

red 223 ◦ green 58 ◦ blue 86

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

Shades of Amaranth #DF3A56

Tints of Amaranth #DF3A56

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.8%

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

R = 60.76%
G = 15.8%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF3A56 (or 0xDF3A56) is known color: Amaranth. HEX triplet: DF, 3A and 56. RGB value is (223,58,86). Sum of RGB (Red+Green+Blue) = 223+58+86=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3A56 is #20C5A9. Grayscale: #6E6E6E. Windows color (decimal): -2147754 or 5651167. OLE color: 5651167.

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

Color convert

RGB 223 58 86 -
CMYK 0 0.74 0.61 0.13
HSL 349.82º 0.72% 0.55% -
HSV(B) 349.82º 0.74% 0.87% -
XYZ 33.62 19.39 10.77 -
YUV 110.53 114.16 208.22 -
System Red Green Blue C M Y K H S L
Decimal 223 58 86 0 0.74 0.61 0.13 349.82 0.72 0.55
Hex DF 3A 56 0 4A 3D D 15E 48 37
Octal 337 72 126 0 112 75 15 536 110 67
Binary 11011111 111010 1010110 0 1001010 111101 1101 101011110 1001000 110111

Color Harmonies of #DF3A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3A56

Black with #DF3A56

Text Example


Text Example

White with #DF3A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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