Html Css Color HEX #DC3E4F Amaranth

📋 copy color: '#DC3E4F'

red 220 ◦ green 62 ◦ blue 79

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

Shades of Amaranth #DC3E4F

Tints of Amaranth #DC3E4F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.17%

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

R = 60.94%
G = 17.17%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC3E4F (or 0xDC3E4F) is known color: Amaranth. HEX triplet: DC, 3E and 4F. RGB value is (220,62,79). Sum of RGB (Red+Green+Blue) = 220+62+79=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E4F is #23C1B0. Grayscale: #6F6F6F. Windows color (decimal): -2343345 or 5193436. OLE color: 5193436.

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

Color convert

RGB 220 62 79 -
CMYK 0 0.72 0.64 0.14
HSL 353.54º 0.69% 0.55% -
HSV(B) 353.54º 0.72% 0.86% -
XYZ 32.65 19.23 9.39 -
YUV 111.18 109.85 205.62 -
System Red Green Blue C M Y K H S L
Decimal 220 62 79 0 0.72 0.64 0.14 353.54 0.69 0.55
Hex DC 3E 4F 0 48 40 E 162 45 37
Octal 334 76 117 0 110 100 16 542 105 67
Binary 11011100 111110 1001111 0 1001000 1000000 1110 101100010 1000101 110111

Color Harmonies of #DC3E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E4F

Black with #DC3E4F

Text Example


Text Example

White with #DC3E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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