Html Css Color HEX #DC2643 Alizarin

📋 copy color: '#DC2643'

red 220 ◦ green 38 ◦ blue 67

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

Shades of Alizarin #DC2643

Tints of Alizarin #DC2643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.62%

R = 67.69%
G = 11.69%
B = 20.62%

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

#DC2643 (or 0xDC2643) is known color: Alizarin. HEX triplet: DC, 26 and 43. RGB value is (220,38,67). Sum of RGB (Red+Green+Blue) = 220+38+67=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2643 is #23D9BC. Grayscale: #5F5F5F. Windows color (decimal): -2349501 or 4400860. OLE color: 4400860.

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

Color convert

RGB 220 38 67 -
CMYK 0 0.83 0.70 0.14
HSL 350.44º 0.72% 0.51% -
HSV(B) 350.44º 0.83% 0.86% -
XYZ 31.22 17.01 6.95 -
YUV 95.72 111.8 216.64 -
System Red Green Blue C M Y K H S L
Decimal 220 38 67 0 0.83 0.70 0.14 350.44 0.72 0.51
Hex DC 26 43 0 53 46 E 15E 48 33
Octal 334 46 103 0 123 106 16 536 110 63
Binary 11011100 100110 1000011 0 1010011 1000110 1110 101011110 1001000 110011

Color Harmonies of #DC2643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2643

Black with #DC2643

Text Example


Text Example

White with #DC2643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2643; }

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

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

background-color css

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

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

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

border-color css

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

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

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