Html Css Color HEX #DC304F Amaranth

📋 copy color: '#DC304F'

red 220 ◦ green 48 ◦ blue 79

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

Shades of Amaranth #DC304F

Tints of Amaranth #DC304F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.77%

R = 63.4%
G = 13.83%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC304F (or 0xDC304F) is known color: Amaranth. HEX triplet: DC, 30 and 4F. RGB value is (220,48,79). Sum of RGB (Red+Green+Blue) = 220+48+79=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC304F is #23CFB0. Grayscale: #676767. Windows color (decimal): -2346929 or 5189852. OLE color: 5189852.

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

Color convert

RGB 220 48 79 -
CMYK 0 0.78 0.64 0.14
HSL 349.19º 0.71% 0.53% -
HSV(B) 349.19º 0.78% 0.86% -
XYZ 31.98 17.89 9.17 -
YUV 102.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 220 48 79 0 0.78 0.64 0.14 349.19 0.71 0.53
Hex DC 30 4F 0 4E 40 E 15D 47 35
Octal 334 60 117 0 116 100 16 535 107 65
Binary 11011100 110000 1001111 0 1001110 1000000 1110 101011101 1000111 110101

Color Harmonies of #DC304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC304F

Black with #DC304F

Text Example


Text Example

White with #DC304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC304F; }

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

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

background-color css

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

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

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

border-color css

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

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

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