Html Css Color HEX #DC2352 Amaranth

📋 copy color: '#DC2352'

red 220 ◦ green 35 ◦ blue 82

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

Shades of Amaranth #DC2352

Tints of Amaranth #DC2352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 65.28%
G = 10.39%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC2352 (or 0xDC2352) is known color: Amaranth. HEX triplet: DC, 23 and 52. RGB value is (220,35,82). Sum of RGB (Red+Green+Blue) = 220+35+82=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2352 is #23DCAD. Grayscale: #5F5F5F. Windows color (decimal): -2350254 or 5383132. OLE color: 5383132.

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

Color convert

RGB 220 35 82 -
CMYK 0 0.84 0.63 0.14
HSL 344.76º 0.73% 0.5% -
HSV(B) 344.76º 0.84% 0.86% -
XYZ 31.64 17.03 9.6 -
YUV 95.67 120.29 216.68 -
System Red Green Blue C M Y K H S L
Decimal 220 35 82 0 0.84 0.63 0.14 344.76 0.73 0.5
Hex DC 23 52 0 54 3F E 159 49 32
Octal 334 43 122 0 124 77 16 531 111 62
Binary 11011100 100011 1010010 0 1010100 111111 1110 101011001 1001001 110010

Color Harmonies of #DC2352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2352

Black with #DC2352

Text Example


Text Example

White with #DC2352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2352; }

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

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

background-color css

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

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

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

border-color css

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

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

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