#DD1B31

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

Shades of Alizarin #DD1B31

Tints of Alizarin #DD1B31

Color information

#DD1B31 (or 0xDD1B31) is unknown color: approx Alizarin. HEX triplet: DD, 1B and 31. RGB value is (221,27,49). Sum of RGB (Red+Green+Blue) = 221+27+49=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B31 is #22E4CE. Grayscale: #575757. Windows color (decimal): -2286799 or 3218397. OLE color: 3218397.

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

Color convert

RGB2212749-
CMYK00.880.780.13
HSL353.2º78.23%48.63%-
HSV(B)353.2º87.78%86.67%-
XYZ30.7716.384.45-
YUV87.51106.27223.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 74.41%
GREEN value IS 27 (10.94% from 255) = 9.09%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=74.41%
G=9.09%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221274900.880.780.13353.278.2348.63
HexDD1B310584ED1614e31
Octal335336101301161554111661
Binary110111011101111000101011000100111011011011000011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1B31; }

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

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

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

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

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

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

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

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