Html Css Color HEX #DC3445 Amaranth

📋 copy color: '#DC3445'

red 220 ◦ green 52 ◦ blue 69

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

Shades of Amaranth #DC3445

Tints of Amaranth #DC3445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 64.52%
G = 15.25%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC3445 (or 0xDC3445) is known color: Amaranth. HEX triplet: DC, 34 and 45. RGB value is (220,52,69). Sum of RGB (Red+Green+Blue) = 220+52+69=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3445 is #23CBBA. Grayscale: #686868. Windows color (decimal): -2345915 or 4535516. OLE color: 4535516.

HSL color Cylindrical-coordinate representation of color #DC3445: hue angle of 353.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 #DC3445 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 52 69 -
CMYK 0 0.76 0.69 0.14
HSL 353.93º 0.71% 0.53% -
HSV(B) 353.93º 0.76% 0.86% -
XYZ 31.82 18.1 7.45 -
YUV 104.17 108.16 210.62 -
System Red Green Blue C M Y K H S L
Decimal 220 52 69 0 0.76 0.69 0.14 353.93 0.71 0.53
Hex DC 34 45 0 4C 45 E 162 47 35
Octal 334 64 105 0 114 105 16 542 107 65
Binary 11011100 110100 1000101 0 1001100 1000101 1110 101100010 1000111 110101

Color Harmonies of #DC3445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3445

Black with #DC3445

Text Example


Text Example

White with #DC3445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3445; }

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

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

background-color css

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

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

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

border-color css

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

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

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