#DD2A3B

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

Shades of Alizarin #DD2A3B

Tints of Alizarin #DD2A3B

Color information

#DD2A3B (or 0xDD2A3B) is unknown color: approx Alizarin. HEX triplet: DD, 2A and 3B. RGB value is (221,42,59). Sum of RGB (Red+Green+Blue) = 221+42+59=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2A3B is #22D5C4. Grayscale: #616161. Windows color (decimal): -2282949 or 3877597. OLE color: 3877597.

HSL color Cylindrical-coordinate representation of color #DD2A3B: hue angle of 354.3º 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 #DD2A3B is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB2214259-
CMYK00.810.730.13
HSL354.3º72.47%51.57%-
HSV(B)354.3º81%86.67%-
XYZ31.4417.345.83-
YUV97.46106.3216.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68.63%
GREEN value IS 42 (16.80% from 255) = 13.04%
BLUE value IS 59 (23.44% from 255) = 18.32%
R=68.63%
G=13.04%
B=18.32%

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
Decimal221425900.810.730.13354.372.4751.57
HexDD2A3B05149D1624834
Octal335527301211111554211064
Binary1101110110101011101101010001100100111011011000101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2A3B; }

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

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

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

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

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

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

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

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