#DD114A

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

Shades of Crimson #DD114A

Tints of Crimson #DD114A

Color information

#DD114A (or 0xDD114A) is unknown color: approx Crimson. HEX triplet: DD, 11 and 4A. RGB value is (221,17,74). Sum of RGB (Red+Green+Blue) = 221+17+74=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD114A is #22EEB5. Grayscale: #545454. Windows color (decimal): -2289334 or 4854237. OLE color: 4854237.

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

Color convert

RGB2211774-
CMYK00.920.670.13
HSL343.24º85.71%46.67%-
HSV(B)343.24º92.31%86.67%-
XYZ31.2616.277.97-
YUV84.49122.09225.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.83%
GREEN value IS 17 (7.03% from 255) = 5.45%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=70.83%
G=5.45%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221177400.920.670.13343.2485.7146.67
HexDD114A05C43D157562f
Octal3352111201341031552712657
Binary1101110110001100101001011100100001111011010101111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD114A; }

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

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

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

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

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

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

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

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