#DD1146

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

Shades of Crimson #DD1146

Tints of Crimson #DD1146

Color information

#DD1146 (or 0xDD1146) is unknown color: approx Crimson. HEX triplet: DD, 11 and 46. RGB value is (221,17,70). Sum of RGB (Red+Green+Blue) = 221+17+70=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1146 is #22EEB9. Grayscale: #545454. Windows color (decimal): -2289338 or 4592093. OLE color: 4592093.

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

Color convert

RGB2211770-
CMYK00.920.680.13
HSL344.41º85.71%46.67%-
HSV(B)344.41º92.31%86.67%-
XYZ31.1216.227.28-
YUV84.04120.09225.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 71.75%
GREEN value IS 17 (7.03% from 255) = 5.52%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=71.75%
G=5.52%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221177000.920.680.13344.4185.7146.67
HexDD114605C44D158562f
Octal3352110601341041553012657
Binary1101110110001100011001011100100010011011010110001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1146; }

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

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

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

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

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

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

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

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