#DD1A2F

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

Shades of Alizarin #DD1A2F

Tints of Alizarin #DD1A2F

Color information

#DD1A2F (or 0xDD1A2F) is unknown color: approx Alizarin. HEX triplet: DD, 1A and 2F. RGB value is (221,26,47). Sum of RGB (Red+Green+Blue) = 221+26+47=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1A2F is #22E5D0. Grayscale: #565656. Windows color (decimal): -2287057 or 3087069. OLE color: 3087069.

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

Color convert

RGB2212647-
CMYK00.880.790.13
HSL353.54º78.95%48.43%-
HSV(B)353.54º88.24%86.67%-
XYZ30.716.324.22-
YUV86.7105.6223.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 75.17%
GREEN value IS 26 (10.55% from 255) = 8.84%
BLUE value IS 47 (18.75% from 255) = 15.99%
R=75.17%
G=8.84%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221264700.880.790.13353.5478.9548.43
HexDD1A2F0584FD1624f30
Octal335325701301171554211760
Binary110111011101010111101011000100111111011011000101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1A2F; }

 p { color: rgb(221,26,47); }

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

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

 a { background-color: rgb(221,26,47); }

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

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

 span { border-color: rgb(221,26,47); }

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