#DC323D

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

Shades of Alizarin #DC323D

Tints of Alizarin #DC323D

Color information

#DC323D (or 0xDC323D) is unknown color: approx Alizarin. HEX triplet: DC, 32 and 3D. RGB value is (220,50,61). Sum of RGB (Red+Green+Blue) = 220+50+61=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC323D is #23CDC2. Grayscale: #666666. Windows color (decimal): -2346435 or 4010716. OLE color: 4010716.

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

Color convert

RGB2205061-
CMYK00.770.720.14
HSL356.12º70.83%52.94%-
HSV(B)356.12º77.27%86.27%-
XYZ31.517.836.2-
YUV102.08104.82212.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 66.47%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=66.47%
G=15.11%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220506100.770.720.14356.1270.8352.94
HexDC323D04D48E1644735
Octal334627501151101654410765
Binary1101110011001011110101001101100100011101011001001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC323D; }

 p { color: rgb(220,50,61); }

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

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

 a { background-color: rgb(220,50,61); }

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

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

 span { border-color: rgb(220,50,61); }

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