#DD1E27

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

Shades of Alizarin #DD1E27

Tints of Alizarin #DD1E27

Color information

#DD1E27 (or 0xDD1E27) is unknown color: approx Alizarin. HEX triplet: DD, 1E and 27. RGB value is (221,30,39). Sum of RGB (Red+Green+Blue) = 221+30+39=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E27 is #22E1D8. Grayscale: #585858. Windows color (decimal): -2286041 or 2563805. OLE color: 2563805.

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

Color convert

RGB2213039-
CMYK00.860.820.13
HSL357.17º76.1%49.22%-
HSV(B)357.17º86.43%86.67%-
XYZ30.6516.453.48-
YUV88.14100.28222.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 76.21%
GREEN value IS 30 (12.11% from 255) = 10.34%
BLUE value IS 39 (15.62% from 255) = 13.45%
R=76.21%
G=10.34%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221303900.860.820.13357.1776.149.22
HexDD1E2705652D1654c31
Octal335364701261221554511461
Binary110111011111010011101010110101001011011011001011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E27; }

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

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

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

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

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

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

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

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