#DD3336

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

Shades of Alizarin #DD3336

Tints of Alizarin #DD3336

Color information

#DD3336 (or 0xDD3336) is unknown color: approx Alizarin. HEX triplet: DD, 33 and 36. RGB value is (221,51,54). Sum of RGB (Red+Green+Blue) = 221+51+54=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3336 is #22CCC9. Grayscale: #666666. Windows color (decimal): -2280650 or 3552221. OLE color: 3552221.

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

Color convert

RGB2215154-
CMYK00.770.760.13
HSL358.94º71.43%53.33%-
HSV(B)358.94º76.92%86.67%-
XYZ31.6718.015.3-
YUV102.17100.82212.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 67.79%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=67.79%
G=15.64%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221515400.770.760.13358.9471.4353.33
HexDD333604D4CD1674735
Octal335636601151141554710765
Binary1101110111001111011001001101100110011011011001111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3336; }

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

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

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

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

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

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

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

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