Html Css Color HEX #DF2356 Amaranth

📋 copy color: '#DF2356'

red 223 ◦ green 35 ◦ blue 86

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

Shades of Amaranth #DF2356

Tints of Amaranth #DF2356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.17%

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

R = 64.83%
G = 10.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF2356 (or 0xDF2356) is known color: Amaranth. HEX triplet: DF, 23 and 56. RGB value is (223,35,86). Sum of RGB (Red+Green+Blue) = 223+35+86=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2356 is #20DCA9. Grayscale: #616161. Windows color (decimal): -2153642 or 5645279. OLE color: 5645279.

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

Color convert

RGB 223 35 86 -
CMYK 0 0.84 0.61 0.13
HSL 343.72º 0.75% 0.51% -
HSV(B) 343.72º 0.84% 0.87% -
XYZ 32.71 17.56 10.47 -
YUV 97.03 121.78 217.85 -
System Red Green Blue C M Y K H S L
Decimal 223 35 86 0 0.84 0.61 0.13 343.72 0.75 0.51
Hex DF 23 56 0 54 3D D 158 4B 33
Octal 337 43 126 0 124 75 15 530 113 63
Binary 11011111 100011 1010110 0 1010100 111101 1101 101011000 1001011 110011

Color Harmonies of #DF2356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2356

Black with #DF2356

Text Example


Text Example

White with #DF2356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2356; }

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

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

background-color css

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

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

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

border-color css

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

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

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