Html Css Color HEX #DC2641 Alizarin

📋 copy color: '#DC2641'

red 220 ◦ green 38 ◦ blue 65

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

Shades of Alizarin #DC2641

Tints of Alizarin #DC2641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 68.11%
G = 11.76%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC2641 (or 0xDC2641) is known color: Alizarin. HEX triplet: DC, 26 and 41. RGB value is (220,38,65). Sum of RGB (Red+Green+Blue) = 220+38+65=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2641 is #23D9BE. Grayscale: #5F5F5F. Windows color (decimal): -2349503 or 4269788. OLE color: 4269788.

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

Color convert

RGB 220 38 65 -
CMYK 0 0.83 0.70 0.14
HSL 351.1º 0.72% 0.51% -
HSV(B) 351.1º 0.83% 0.86% -
XYZ 31.16 16.98 6.64 -
YUV 95.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 220 38 65 0 0.83 0.70 0.14 351.1 0.72 0.51
Hex DC 26 41 0 53 46 E 15F 48 33
Octal 334 46 101 0 123 106 16 537 110 63
Binary 11011100 100110 1000001 0 1010011 1000110 1110 101011111 1001000 110011

Color Harmonies of #DC2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2641

Black with #DC2641

Text Example


Text Example

White with #DC2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2641; }

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

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

background-color css

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

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

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

border-color css

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

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

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