Html Css Color HEX #DC384F Amaranth

📋 copy color: '#DC384F'

red 220 ◦ green 56 ◦ blue 79

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

Shades of Amaranth #DC384F

Tints of Amaranth #DC384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

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

R = 61.97%
G = 15.77%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC384F (or 0xDC384F) is known color: Amaranth. HEX triplet: DC, 38 and 4F. RGB value is (220,56,79). Sum of RGB (Red+Green+Blue) = 220+56+79=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC384F is #23C7B0. Grayscale: #6B6B6B. Windows color (decimal): -2344881 or 5191900. OLE color: 5191900.

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

Color convert

RGB 220 56 79 -
CMYK 0 0.75 0.64 0.14
HSL 351.59º 0.7% 0.54% -
HSV(B) 351.59º 0.75% 0.86% -
XYZ 32.34 18.61 9.28 -
YUV 107.66 111.83 208.13 -
System Red Green Blue C M Y K H S L
Decimal 220 56 79 0 0.75 0.64 0.14 351.59 0.7 0.54
Hex DC 38 4F 0 4B 40 E 160 46 36
Octal 334 70 117 0 113 100 16 540 106 66
Binary 11011100 111000 1001111 0 1001011 1000000 1110 101100000 1000110 110110

Color Harmonies of #DC384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC384F

Black with #DC384F

Text Example


Text Example

White with #DC384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC384F; }

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

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

background-color css

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

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

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

border-color css

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

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

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