#DD333D

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

Shades of Alizarin #DD333D

Tints of Alizarin #DD333D

Color information

#DD333D (or 0xDD333D) is unknown color: approx Alizarin. HEX triplet: DD, 33 and 3D. RGB value is (221,51,61). Sum of RGB (Red+Green+Blue) = 221+51+61=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD333D is #22CCC2. Grayscale: #676767. Windows color (decimal): -2280643 or 4010973. OLE color: 4010973.

HSL color Cylindrical-coordinate representation of color #DD333D: hue angle of 356.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD333D is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB2215161-
CMYK00.770.720.13
HSL356.47º71.43%53.33%-
HSV(B)356.47º76.92%86.67%-
XYZ31.8418.086.23-
YUV102.97104.32212.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.37%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=66.37%
G=15.32%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221516100.770.720.13356.4771.4353.33
HexDD333D04D48D1644735
Octal335637501151101554410765
Binary1101110111001111110101001101100100011011011001001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD333D; }

 p { color: rgb(221,51,61); }

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

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

 a { background-color: rgb(221,51,61); }

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

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

 span { border-color: rgb(221,51,61); }

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