Html Css Color HEX #DC2640 Alizarin

📋 copy color: '#DC2640'

red 220 ◦ green 38 ◦ blue 64

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

Shades of Alizarin #DC2640

Tints of Alizarin #DC2640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.88%

R = 68.32%
G = 11.8%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC2640 (or 0xDC2640) is known color: Alizarin. HEX triplet: DC, 26 and 40. RGB value is (220,38,64). Sum of RGB (Red+Green+Blue) = 220+38+64=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2640 is #23D9BF. Grayscale: #5F5F5F. Windows color (decimal): -2349504 or 4204252. OLE color: 4204252.

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

Color convert

RGB 220 38 64 -
CMYK 0 0.83 0.71 0.14
HSL 351.43º 0.72% 0.51% -
HSV(B) 351.43º 0.83% 0.86% -
XYZ 31.13 16.97 6.49 -
YUV 95.38 110.3 216.89 -
System Red Green Blue C M Y K H S L
Decimal 220 38 64 0 0.83 0.71 0.14 351.43 0.72 0.51
Hex DC 26 40 0 53 47 E 15F 48 33
Octal 334 46 100 0 123 107 16 537 110 63
Binary 11011100 100110 1000000 0 1010011 1000111 1110 101011111 1001000 110011

Color Harmonies of #DC2640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2640

Black with #DC2640

Text Example


Text Example

White with #DC2640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2640; }

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

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

background-color css

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

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

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

border-color css

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

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

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