Html Css Color HEX #DC3046 Amaranth

📋 copy color: '#DC3046'

red 220 ◦ green 48 ◦ blue 70

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

Shades of Amaranth #DC3046

Tints of Amaranth #DC3046

RGB

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

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

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

R = 65.09%
G = 14.2%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC3046 (or 0xDC3046) is known color: Amaranth. HEX triplet: DC, 30 and 46. RGB value is (220,48,70). Sum of RGB (Red+Green+Blue) = 220+48+70=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3046 is #23CFB9. Grayscale: #666666. Windows color (decimal): -2346938 or 4600028. OLE color: 4600028.

HSL color Cylindrical-coordinate representation of color #DC3046: hue angle of 352.33º 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 #DC3046 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 48 70 -
CMYK 0 0.78 0.68 0.14
HSL 352.33º 0.71% 0.53% -
HSV(B) 352.33º 0.78% 0.86% -
XYZ 31.68 17.77 7.56 -
YUV 101.94 109.98 212.21 -
System Red Green Blue C M Y K H S L
Decimal 220 48 70 0 0.78 0.68 0.14 352.33 0.71 0.53
Hex DC 30 46 0 4E 44 E 160 47 35
Octal 334 60 106 0 116 104 16 540 107 65
Binary 11011100 110000 1000110 0 1001110 1000100 1110 101100000 1000111 110101

Color Harmonies of #DC3046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3046

Black with #DC3046

Text Example


Text Example

White with #DC3046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3046; }

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

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

background-color css

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

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

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

border-color css

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

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

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