Html Css Color HEX #DC3F48 Amaranth

📋 copy color: '#DC3F48'

red 220 ◦ green 63 ◦ blue 72

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

Shades of Amaranth #DC3F48

Tints of Amaranth #DC3F48

RGB

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

 GREEN value IS 63 (25% from 255) = 17.75%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 61.97%
G = 17.75%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC3F48 (or 0xDC3F48) is known color: Amaranth. HEX triplet: DC, 3F and 48. RGB value is (220,63,72). Sum of RGB (Red+Green+Blue) = 220+63+72=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F48 is #23C0B7. Grayscale: #6F6F6F. Windows color (decimal): -2343096 or 4734940. OLE color: 4734940.

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

Color convert

RGB 220 63 72 -
CMYK 0 0.71 0.67 0.14
HSL 356.56º 0.69% 0.55% -
HSV(B) 356.56º 0.71% 0.86% -
XYZ 32.46 19.24 8.13 -
YUV 110.97 106.01 205.77 -
System Red Green Blue C M Y K H S L
Decimal 220 63 72 0 0.71 0.67 0.14 356.56 0.69 0.55
Hex DC 3F 48 0 47 43 E 165 45 37
Octal 334 77 110 0 107 103 16 545 105 67
Binary 11011100 111111 1001000 0 1000111 1000011 1110 101100101 1000101 110111

Color Harmonies of #DC3F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F48

Black with #DC3F48

Text Example


Text Example

White with #DC3F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F48; }

 p { color: rgb(220,63,72); }

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

background-color css

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

 a { background-color: rgb(220,63,72); }

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

border-color css

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

 span { border-color: rgb(220,63,72); }

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