Html Css Color HEX #DC2348 Amaranth

📋 copy color: '#DC2348'

red 220 ◦ green 35 ◦ blue 72

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

Shades of Amaranth #DC2348

Tints of Amaranth #DC2348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.7%

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

R = 67.28%
G = 10.7%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC2348 (or 0xDC2348) is known color: Amaranth. HEX triplet: DC, 23 and 48. RGB value is (220,35,72). Sum of RGB (Red+Green+Blue) = 220+35+72=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2348 is #23DCB7. Grayscale: #5E5E5E. Windows color (decimal): -2350264 or 4727772. OLE color: 4727772.

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

Color convert

RGB 220 35 72 -
CMYK 0 0.84 0.67 0.14
HSL 348º 0.73% 0.5% -
HSV(B) 348º 0.84% 0.86% -
XYZ 31.29 16.89 7.74 -
YUV 94.53 115.29 217.49 -
System Red Green Blue C M Y K H S L
Decimal 220 35 72 0 0.84 0.67 0.14 348 0.73 0.5
Hex DC 23 48 0 54 43 E 15C 49 32
Octal 334 43 110 0 124 103 16 534 111 62
Binary 11011100 100011 1001000 0 1010100 1000011 1110 101011100 1001001 110010

Color Harmonies of #DC2348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2348

Black with #DC2348

Text Example


Text Example

White with #DC2348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2348; }

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

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

background-color css

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

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

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

border-color css

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

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

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