Html Css Color HEX #DC3453 Amaranth

📋 copy color: '#DC3453'

red 220 ◦ green 52 ◦ blue 83

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

Shades of Amaranth #DC3453

Tints of Amaranth #DC3453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.65%

 BLUE value IS 83 (32.81% from 255) = 23.38%

R = 61.97%
G = 14.65%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC3453 (or 0xDC3453) is known color: Amaranth. HEX triplet: DC, 34 and 53. RGB value is (220,52,83). Sum of RGB (Red+Green+Blue) = 220+52+83=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3453 is #23CBAC. Grayscale: #696969. Windows color (decimal): -2345901 or 5453020. OLE color: 5453020.

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

Color convert

RGB 220 52 83 -
CMYK 0 0.76 0.62 0.14
HSL 348.93º 0.71% 0.53% -
HSV(B) 348.93º 0.76% 0.86% -
XYZ 32.3 18.3 10.01 -
YUV 105.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 220 52 83 0 0.76 0.62 0.14 348.93 0.71 0.53
Hex DC 34 53 0 4C 3E E 15D 47 35
Octal 334 64 123 0 114 76 16 535 107 65
Binary 11011100 110100 1010011 0 1001100 111110 1110 101011101 1000111 110101

Color Harmonies of #DC3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3453

Black with #DC3453

Text Example


Text Example

White with #DC3453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3453; }

 p { color: rgb(220,52,83); }

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

background-color css

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

 a { background-color: rgb(220,52,83); }

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

border-color css

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

 span { border-color: rgb(220,52,83); }

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