Html Css Color HEX #DC3245 Amaranth

📋 copy color: '#DC3245'

red 220 ◦ green 50 ◦ blue 69

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

Shades of Amaranth #DC3245

Tints of Amaranth #DC3245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.75%

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

R = 64.9%
G = 14.75%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC3245 (or 0xDC3245) is known color: Amaranth. HEX triplet: DC, 32 and 45. RGB value is (220,50,69). Sum of RGB (Red+Green+Blue) = 220+50+69=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3245 is #23CDBA. Grayscale: #676767. Windows color (decimal): -2346427 or 4535004. OLE color: 4535004.

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

Color convert

RGB 220 50 69 -
CMYK 0 0.77 0.69 0.14
HSL 353.29º 0.71% 0.53% -
HSV(B) 353.29º 0.77% 0.86% -
XYZ 31.73 17.93 7.42 -
YUV 103 108.82 211.46 -
System Red Green Blue C M Y K H S L
Decimal 220 50 69 0 0.77 0.69 0.14 353.29 0.71 0.53
Hex DC 32 45 0 4D 45 E 161 47 35
Octal 334 62 105 0 115 105 16 541 107 65
Binary 11011100 110010 1000101 0 1001101 1000101 1110 101100001 1000111 110101

Color Harmonies of #DC3245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3245

Black with #DC3245

Text Example


Text Example

White with #DC3245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3245; }

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

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

background-color css

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

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

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

border-color css

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

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

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