Html Css Color HEX #DC2645 Amaranth

📋 copy color: '#DC2645'

red 220 ◦ green 38 ◦ blue 69

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

Shades of Amaranth #DC2645

Tints of Amaranth #DC2645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.62%

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

R = 67.28%
G = 11.62%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC2645 (or 0xDC2645) is known color: Amaranth. HEX triplet: DC, 26 and 45. RGB value is (220,38,69). Sum of RGB (Red+Green+Blue) = 220+38+69=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2645 is #23D9BA. Grayscale: #606060. Windows color (decimal): -2349499 or 4531932. OLE color: 4531932.

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

Color convert

RGB 220 38 69 -
CMYK 0 0.83 0.69 0.14
HSL 349.78º 0.72% 0.51% -
HSV(B) 349.78º 0.83% 0.86% -
XYZ 31.28 17.03 7.27 -
YUV 95.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 220 38 69 0 0.83 0.69 0.14 349.78 0.72 0.51
Hex DC 26 45 0 53 45 E 15E 48 33
Octal 334 46 105 0 123 105 16 536 110 63
Binary 11011100 100110 1000101 0 1010011 1000101 1110 101011110 1001000 110011

Color Harmonies of #DC2645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2645

Black with #DC2645

Text Example


Text Example

White with #DC2645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2645; }

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

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

background-color css

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

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

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

border-color css

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

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

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