Html Css Color HEX #DC2345 Amaranth

📋 copy color: '#DC2345'

red 220 ◦ green 35 ◦ blue 69

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

Shades of Amaranth #DC2345

Tints of Amaranth #DC2345

RGB

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

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

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

R = 67.9%
G = 10.8%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC2345 (or 0xDC2345) is known color: Amaranth. HEX triplet: DC, 23 and 45. RGB value is (220,35,69). Sum of RGB (Red+Green+Blue) = 220+35+69=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2345 is #23DCBA. Grayscale: #5E5E5E. Windows color (decimal): -2350267 or 4531164. OLE color: 4531164.

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

Color convert

RGB 220 35 69 -
CMYK 0 0.84 0.69 0.14
HSL 348.97º 0.73% 0.5% -
HSV(B) 348.97º 0.84% 0.86% -
XYZ 31.19 16.85 7.24 -
YUV 94.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 220 35 69 0 0.84 0.69 0.14 348.97 0.73 0.5
Hex DC 23 45 0 54 45 E 15D 49 32
Octal 334 43 105 0 124 105 16 535 111 62
Binary 11011100 100011 1000101 0 1010100 1000101 1110 101011101 1001001 110010

Color Harmonies of #DC2345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2345

Black with #DC2345

Text Example


Text Example

White with #DC2345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2345; }

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

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

background-color css

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

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

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

border-color css

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

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

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