Html Css Color HEX #DC3057 Amaranth

📋 copy color: '#DC3057'

red 220 ◦ green 48 ◦ blue 87

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

Shades of Amaranth #DC3057

Tints of Amaranth #DC3057

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.52%

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

R = 61.97%
G = 13.52%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC3057 (or 0xDC3057) is known color: Amaranth. HEX triplet: DC, 30 and 57. RGB value is (220,48,87). Sum of RGB (Red+Green+Blue) = 220+48+87=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3057 is #23CFA8. Grayscale: #676767. Windows color (decimal): -2346921 or 5714140. OLE color: 5714140.

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

Color convert

RGB 220 48 87 -
CMYK 0 0.78 0.60 0.14
HSL 346.4º 0.71% 0.53% -
HSV(B) 346.4º 0.78% 0.86% -
XYZ 32.29 18.02 10.79 -
YUV 103.87 118.48 210.83 -
System Red Green Blue C M Y K H S L
Decimal 220 48 87 0 0.78 0.60 0.14 346.4 0.71 0.53
Hex DC 30 57 0 4E 3C E 15A 47 35
Octal 334 60 127 0 116 74 16 532 107 65
Binary 11011100 110000 1010111 0 1001110 111100 1110 101011010 1000111 110101

Color Harmonies of #DC3057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3057

Black with #DC3057

Text Example


Text Example

White with #DC3057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3057; }

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

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

background-color css

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

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

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

border-color css

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

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

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