#DD114C

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

Shades of Crimson #DD114C

Tints of Crimson #DD114C

Color information

#DD114C (or 0xDD114C) is unknown color: approx Crimson. HEX triplet: DD, 11 and 4C. RGB value is (221,17,76). Sum of RGB (Red+Green+Blue) = 221+17+76=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD114C is #22EEB3. Grayscale: #545454. Windows color (decimal): -2289332 or 4985309. OLE color: 4985309.

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

Color convert

RGB2211776-
CMYK00.920.660.13
HSL342.65º85.71%46.67%-
HSV(B)342.65º92.31%86.67%-
XYZ31.3216.298.33-
YUV84.72123.09225.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.38%
GREEN value IS 17 (7.03% from 255) = 5.41%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=70.38%
G=5.41%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221177600.920.660.13342.6585.7146.67
HexDD114C05C42D157562f
Octal3352111401341021552712657
Binary1101110110001100110001011100100001011011010101111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD114C; }

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

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

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

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

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

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

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

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