#DD2A3C

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

Shades of Alizarin #DD2A3C

Tints of Alizarin #DD2A3C

Color information

#DD2A3C (or 0xDD2A3C) is unknown color: approx Alizarin. HEX triplet: DD, 2A and 3C. RGB value is (221,42,60). Sum of RGB (Red+Green+Blue) = 221+42+60=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2A3C is #22D5C3. Grayscale: #616161. Windows color (decimal): -2282948 or 3943133. OLE color: 3943133.

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

Color convert

RGB2214260-
CMYK00.810.730.13
HSL353.97º72.47%51.57%-
HSV(B)353.97º81%86.67%-
XYZ31.4617.355.97-
YUV97.57106.8216.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68.42%
GREEN value IS 42 (16.80% from 255) = 13.00%
BLUE value IS 60 (23.83% from 255) = 18.58%
R=68.42%
G=13.00%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221426000.810.730.13353.9772.4751.57
HexDD2A3C05149D1624834
Octal335527401211111554211064
Binary1101110110101011110001010001100100111011011000101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2A3C; }

 p { color: rgb(221,42,60); }

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

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

 a { background-color: rgb(221,42,60); }

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

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

 span { border-color: rgb(221,42,60); }

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