#DC2E43

Color #DC2E43 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #DC2E43

Tints of Alizarin #DC2E43

Color information

#DC2E43 (or 0xDC2E43) is unknown color: approx Alizarin. HEX triplet: DC, 2E and 43. RGB value is (220,46,67). Sum of RGB (Red+Green+Blue) = 220+46+67=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2E43 is #23D1BC. Grayscale: #646464. Windows color (decimal): -2347453 or 4402908. OLE color: 4402908.

HSL color Cylindrical-coordinate representation of color #DC2E43: hue angle of 352.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2E43 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB2204667-
CMYK00.790.700.14
HSL352.76º71.31%52.16%-
HSV(B)352.76º79.09%86.27%-
XYZ31.5117.577.04-
YUV100.42109.15213.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 66.07%
GREEN value IS 46 (18.36% from 255) = 13.81%
BLUE value IS 67 (26.56% from 255) = 20.12%
R=66.07%
G=13.81%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220466700.790.700.14352.7671.3152.16
HexDC2E4304F46E1614734
Octal3345610301171061654110764
Binary11011100101110100001101001111100011011101011000011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2E43; }

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

 H1.HeaderClassName
 {
   color: #DC2E43;
 }
 .AnyTagClassName
 {
   color: #DC2E43;
 }
</style>
background-color css

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

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

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

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

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

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