#DD104C

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

Shades of Crimson #DD104C

Tints of Crimson #DD104C

Color information

#DD104C (or 0xDD104C) is unknown color: approx Crimson. HEX triplet: DD, 10 and 4C. RGB value is (221,16,76). Sum of RGB (Red+Green+Blue) = 221+16+76=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD104C is #22EFB3. Grayscale: #545454. Windows color (decimal): -2289588 or 4985053. OLE color: 4985053.

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

Color convert

RGB2211676-
CMYK00.930.660.13
HSL342.44º86.5%46.47%-
HSV(B)342.44º92.76%86.67%-
XYZ31.3116.268.33-
YUV84.14123.42225.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.61%
GREEN value IS 16 (6.64% from 255) = 5.11%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=70.61%
G=5.11%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221167600.930.660.13342.4486.546.47
HexDD104C05D42D156562e
Octal3352011401351021552612656
Binary1101110110000100110001011101100001011011010101101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD104C; }

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

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

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

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

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

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

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

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