Html Css Color HEX #DC2E46 Amaranth

📋 copy color: '#DC2E46'

red 220 ◦ green 46 ◦ blue 70

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

Shades of Amaranth #DC2E46

Tints of Amaranth #DC2E46

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.69%

 BLUE value IS 70 (27.73% from 255) = 20.83%

R = 65.48%
G = 13.69%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC2E46 (or 0xDC2E46) is known color: Amaranth. HEX triplet: DC, 2E and 46. RGB value is (220,46,70). Sum of RGB (Red+Green+Blue) = 220+46+70=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2E46 is #23D1B9. Grayscale: #646464. Windows color (decimal): -2347450 or 4599516. OLE color: 4599516.

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

Color convert

RGB 220 46 70 -
CMYK 0 0.79 0.68 0.14
HSL 351.72º 0.71% 0.52% -
HSV(B) 351.72º 0.79% 0.86% -
XYZ 31.6 17.61 7.53 -
YUV 100.76 110.65 213.05 -
System Red Green Blue C M Y K H S L
Decimal 220 46 70 0 0.79 0.68 0.14 351.72 0.71 0.52
Hex DC 2E 46 0 4F 44 E 160 47 34
Octal 334 56 106 0 117 104 16 540 107 64
Binary 11011100 101110 1000110 0 1001111 1000100 1110 101100000 1000111 110100

Color Harmonies of #DC2E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E46

Black with #DC2E46

Text Example


Text Example

White with #DC2E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E46; }

 p { color: rgb(220,46,70); }

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

background-color css

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

 a { background-color: rgb(220,46,70); }

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

border-color css

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

 span { border-color: rgb(220,46,70); }

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