#DD2C43

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

Shades of Alizarin #DD2C43

Tints of Alizarin #DD2C43

Color information

#DD2C43 (or 0xDD2C43) is unknown color: approx Alizarin. HEX triplet: DD, 2C and 43. RGB value is (221,44,67). Sum of RGB (Red+Green+Blue) = 221+44+67=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C43 is #22D3BC. Grayscale: #636363. Windows color (decimal): -2282429 or 4402397. OLE color: 4402397.

HSL color Cylindrical-coordinate representation of color #DD2C43: hue angle of 352.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2C43 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB2214467-
CMYK00.800.700.13
HSL352.2º72.24%51.96%-
HSV(B)352.2º80.09%86.67%-
XYZ31.7317.587.03-
YUV99.54109.64214.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.57%
GREEN value IS 44 (17.58% from 255) = 13.25%
BLUE value IS 67 (26.56% from 255) = 20.18%
R=66.57%
G=13.25%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221446700.800.700.13352.272.2451.96
HexDD2C4305046D1604834
Octal3355410301201061554011064
Binary11011101101100100001101010000100011011011011000001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C43; }

 p { color: rgb(221,44,67); }

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

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

 a { background-color: rgb(221,44,67); }

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

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

 span { border-color: rgb(221,44,67); }

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