#DD1133

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

Shades of Crimson #DD1133

Tints of Crimson #DD1133

Color information

#DD1133 (or 0xDD1133) is unknown color: approx Crimson. HEX triplet: DD, 11 and 33. RGB value is (221,17,51). Sum of RGB (Red+Green+Blue) = 221+17+51=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1133 is #22EECC. Grayscale: #515151. Windows color (decimal): -2289357 or 3346909. OLE color: 3346909.

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

Color convert

RGB2211751-
CMYK00.920.770.13
HSL350º85.71%46.67%-
HSV(B)350º92.31%86.67%-
XYZ30.6216.014.61-
YUV81.87110.59227.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 76.47%
GREEN value IS 17 (7.03% from 255) = 5.88%
BLUE value IS 51 (20.31% from 255) = 17.65%
R=76.47%
G=5.88%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221175100.920.770.1335085.7146.67
HexDD113305C4DD15e562f
Octal335216301341151553612657
Binary110111011000111001101011100100110111011010111101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1133; }

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

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

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

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

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

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

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

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