Html Css Color HEX #DC2750 Amaranth

📋 copy color: '#DC2750'

red 220 ◦ green 39 ◦ blue 80

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

Shades of Amaranth #DC2750

Tints of Amaranth #DC2750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.5%

 BLUE value IS 80 (31.64% from 255) = 23.6%

R = 64.9%
G = 11.5%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC2750 (or 0xDC2750) is known color: Amaranth. HEX triplet: DC, 27 and 50. RGB value is (220,39,80). Sum of RGB (Red+Green+Blue) = 220+39+80=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2750 is #23D8AF. Grayscale: #616161. Windows color (decimal): -2349232 or 5253084. OLE color: 5253084.

HSL color Cylindrical-coordinate representation of color #DC2750: hue angle of 346.41º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2750 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 39 80 -
CMYK 0 0.82 0.64 0.14
HSL 346.41º 0.72% 0.51% -
HSV(B) 346.41º 0.82% 0.86% -
XYZ 31.69 17.25 9.25 -
YUV 97.79 117.97 215.17 -
System Red Green Blue C M Y K H S L
Decimal 220 39 80 0 0.82 0.64 0.14 346.41 0.72 0.51
Hex DC 27 50 0 52 40 E 15A 48 33
Octal 334 47 120 0 122 100 16 532 110 63
Binary 11011100 100111 1010000 0 1010010 1000000 1110 101011010 1001000 110011

Color Harmonies of #DC2750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2750

Black with #DC2750

Text Example


Text Example

White with #DC2750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2750; }

 p { color: rgb(220,39,80); }

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

background-color css

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

 a { background-color: rgb(220,39,80); }

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

border-color css

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

 span { border-color: rgb(220,39,80); }

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