Html Css Color HEX #DC3257 Amaranth

📋 copy color: '#DC3257'

red 220 ◦ green 50 ◦ blue 87

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

Shades of Amaranth #DC3257

Tints of Amaranth #DC3257

RGB

 RED value IS 220 (86.33% from 255) = 61.62%

 GREEN value IS 50 (19.92% from 255) = 14.01%

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

R = 61.62%
G = 14.01%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC3257 (or 0xDC3257) is known color: Amaranth. HEX triplet: DC, 32 and 57. RGB value is (220,50,87). Sum of RGB (Red+Green+Blue) = 220+50+87=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3257 is #23CDA8. Grayscale: #696969. Windows color (decimal): -2346409 or 5714652. OLE color: 5714652.

HSL color Cylindrical-coordinate representation of color #DC3257: hue angle of 346.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3257 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 50 87 -
CMYK 0 0.77 0.60 0.14
HSL 346.94º 0.71% 0.53% -
HSV(B) 346.94º 0.77% 0.86% -
XYZ 32.38 18.18 10.82 -
YUV 105.05 117.82 209.99 -
System Red Green Blue C M Y K H S L
Decimal 220 50 87 0 0.77 0.60 0.14 346.94 0.71 0.53
Hex DC 32 57 0 4D 3C E 15B 47 35
Octal 334 62 127 0 115 74 16 533 107 65
Binary 11011100 110010 1010111 0 1001101 111100 1110 101011011 1000111 110101

Color Harmonies of #DC3257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3257

Black with #DC3257

Text Example


Text Example

White with #DC3257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3257; }

 p { color: rgb(220,50,87); }

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

background-color css

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

 a { background-color: rgb(220,50,87); }

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

border-color css

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

 span { border-color: rgb(220,50,87); }

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