#dd1f3b

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

Shades of Alizarin #DD1F3B

Tints of Alizarin #DD1F3B

Color information

#DD1F3B (or 0xDD1F3B) is unknown color: approx Alizarin. HEX triplet: DD, 1F and 3B. RGB value is (221,31,59). Sum of RGB (Red+Green+Blue) = 221+31+59=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1F3B is #22E0C4. Grayscale: #5B5B5B. Windows color (decimal): -2285765 or 3874781. OLE color: 3874781.

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

Color convert

RGB2213159-
CMYK00.860.730.13
HSL351.16º75.4%49.41%-
HSV(B)351.16º85.97%86.67%-
XYZ31.116.675.72-
YUV91109.95220.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 71.06%
GREEN value IS 31 (12.5% from 255) = 9.97%
BLUE value IS 59 (23.44% from 255) = 18.97%
R=71.06%
G=9.97%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221315900.860.730.13351.1675.449.41
HexDD1F3B05649D15f4b31
Octal335377301261111553711361
Binary110111011111111101101010110100100111011010111111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd1f3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd1f3b; }

 p { color: rgb(221,31,59); }

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

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

 a { background-color: rgb(221,31,59); }

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

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

 span { border-color: rgb(221,31,59); }

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