#DD2A3A

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

Shades of Alizarin #DD2A3A

Tints of Alizarin #DD2A3A

Color information

#DD2A3A (or 0xDD2A3A) is unknown color: approx Alizarin. HEX triplet: DD, 2A and 3A. RGB value is (221,42,58). Sum of RGB (Red+Green+Blue) = 221+42+58=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2A3A is #22D5C5. Grayscale: #616161. Windows color (decimal): -2282950 or 3812061. OLE color: 3812061.

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

Color convert

RGB2214258-
CMYK00.810.740.13
HSL354.64º72.47%51.57%-
HSV(B)354.64º81%86.67%-
XYZ31.4117.335.69-
YUV97.34105.8216.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68.85%
GREEN value IS 42 (16.80% from 255) = 13.08%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=68.85%
G=13.08%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221425800.810.740.13354.6472.4751.57
HexDD2A3A0514AD1634834
Octal335527201211121554311064
Binary1101110110101011101001010001100101011011011000111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2A3A; }

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

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

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

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

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

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

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

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