#DD1E2D

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

Shades of Alizarin #DD1E2D

Tints of Alizarin #DD1E2D

Color information

#DD1E2D (or 0xDD1E2D) is unknown color: approx Alizarin. HEX triplet: DD, 1E and 2D. RGB value is (221,30,45). Sum of RGB (Red+Green+Blue) = 221+30+45=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E2D is #22E1D2. Grayscale: #585858. Windows color (decimal): -2286035 or 2957021. OLE color: 2957021.

HSL color Cylindrical-coordinate representation of color #DD1E2D: hue angle of 355.29º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E2D is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB2213045-
CMYK00.860.800.13
HSL355.29º76.1%49.22%-
HSV(B)355.29º86.43%86.67%-
XYZ30.7616.494.04-
YUV88.82103.28222.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 74.66%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 45 (17.97% from 255) = 15.20%
R=74.66%
G=10.14%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221304500.860.800.13355.2976.149.22
HexDD1E2D05650D1634c31
Octal335365501261201554311461
Binary110111011111010110101010110101000011011011000111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E2D; }

 p { color: rgb(221,30,45); }

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

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

 a { background-color: rgb(221,30,45); }

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

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

 span { border-color: rgb(221,30,45); }

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