Html Css Color HEX #DC3645 Amaranth

📋 copy color: '#DC3645'

red 220 ◦ green 54 ◦ blue 69

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

Shades of Amaranth #DC3645

Tints of Amaranth #DC3645

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.74%

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

R = 64.14%
G = 15.74%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC3645 (or 0xDC3645) is known color: Amaranth. HEX triplet: DC, 36 and 45. RGB value is (220,54,69). Sum of RGB (Red+Green+Blue) = 220+54+69=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3645 is #23C9BA. Grayscale: #696969. Windows color (decimal): -2345403 or 4536028. OLE color: 4536028.

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

Color convert

RGB 220 54 69 -
CMYK 0 0.75 0.69 0.14
HSL 354.58º 0.7% 0.54% -
HSV(B) 354.58º 0.75% 0.86% -
XYZ 31.91 18.28 7.48 -
YUV 105.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 220 54 69 0 0.75 0.69 0.14 354.58 0.7 0.54
Hex DC 36 45 0 4B 45 E 163 46 36
Octal 334 66 105 0 113 105 16 543 106 66
Binary 11011100 110110 1000101 0 1001011 1000101 1110 101100011 1000110 110110

Color Harmonies of #DC3645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3645

Black with #DC3645

Text Example


Text Example

White with #DC3645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3645; }

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

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

background-color css

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

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

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

border-color css

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

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

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