#DD2C31

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

Shades of Alizarin #DD2C31

Tints of Alizarin #DD2C31

Color information

#DD2C31 (or 0xDD2C31) is unknown color: approx Alizarin. HEX triplet: DD, 2C and 31. RGB value is (221,44,49). Sum of RGB (Red+Green+Blue) = 221+44+49=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C31 is #22D3CE. Grayscale: #616161. Windows color (decimal): -2282447 or 3222749. OLE color: 3222749.

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

Color convert

RGB2214449-
CMYK00.800.780.13
HSL358.31º72.24%51.96%-
HSV(B)358.31º80.09%86.67%-
XYZ31.2717.44.62-
YUV97.49100.64216.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.38%
GREEN value IS 44 (17.58% from 255) = 14.01%
BLUE value IS 49 (19.53% from 255) = 15.61%
R=70.38%
G=14.01%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221444900.800.780.13358.3172.2451.96
HexDD2C310504ED1664834
Octal335546101201161554611064
Binary1101110110110011000101010000100111011011011001101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C31; }

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

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

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

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

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

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

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

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