Html Css Color HEX #DF2357 Amaranth

📋 copy color: '#DF2357'

red 223 ◦ green 35 ◦ blue 87

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

Shades of Amaranth #DF2357

Tints of Amaranth #DF2357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.22%

R = 64.64%
G = 10.14%
B = 25.22%

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

#DF2357 (or 0xDF2357) is known color: Amaranth. HEX triplet: DF, 23 and 57. RGB value is (223,35,87). Sum of RGB (Red+Green+Blue) = 223+35+87=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2357 is #20DCA8. Grayscale: #616161. Windows color (decimal): -2153641 or 5710815. OLE color: 5710815.

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

Color convert

RGB 223 35 87 -
CMYK 0 0.84 0.61 0.13
HSL 343.4º 0.75% 0.51% -
HSV(B) 343.4º 0.84% 0.87% -
XYZ 32.75 17.58 10.68 -
YUV 97.14 122.28 217.77 -
System Red Green Blue C M Y K H S L
Decimal 223 35 87 0 0.84 0.61 0.13 343.4 0.75 0.51
Hex DF 23 57 0 54 3D D 157 4B 33
Octal 337 43 127 0 124 75 15 527 113 63
Binary 11011111 100011 1010111 0 1010100 111101 1101 101010111 1001011 110011

Color Harmonies of #DF2357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2357

Black with #DF2357

Text Example


Text Example

White with #DF2357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2357; }

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

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

background-color css

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

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

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

border-color css

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

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

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