#DD3436

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

Shades of Alizarin #DD3436

Tints of Alizarin #DD3436

Color information

#DD3436 (or 0xDD3436) is unknown color: approx Alizarin. HEX triplet: DD, 34 and 36. RGB value is (221,52,54). Sum of RGB (Red+Green+Blue) = 221+52+54=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3436 is #22CBC9. Grayscale: #666666. Windows color (decimal): -2280394 or 3552477. OLE color: 3552477.

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

Color convert

RGB2215254-
CMYK00.760.760.13
HSL359.29º71.31%53.53%-
HSV(B)359.29º76.47%86.67%-
XYZ31.7118.095.31-
YUV102.76100.49212.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 67.58%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 54 (21.48% from 255) = 16.51%
R=67.58%
G=15.90%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221525400.760.760.13359.2971.3153.53
HexDD343604C4CD1674736
Octal335646601141141554710766
Binary1101110111010011011001001100100110011011011001111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3436; }

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

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

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

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

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

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

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

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