#DD1041

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

Shades of Crimson #DD1041

Tints of Crimson #DD1041

Color information

#DD1041 (or 0xDD1041) is unknown color: approx Crimson. HEX triplet: DD, 10 and 41. RGB value is (221,16,65). Sum of RGB (Red+Green+Blue) = 221+16+65=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1041 is #22EFBE. Grayscale: #525252. Windows color (decimal): -2289599 or 4264157. OLE color: 4264157.

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

Color convert

RGB2211665-
CMYK00.930.710.13
HSL345.66º86.5%46.47%-
HSV(B)345.66º92.76%86.67%-
XYZ30.9616.126.48-
YUV82.88117.92226.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 73.18%
GREEN value IS 16 (6.64% from 255) = 5.30%
BLUE value IS 65 (25.78% from 255) = 21.52%
R=73.18%
G=5.30%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221166500.930.710.13345.6686.546.47
HexDD104105D47D15a562e
Octal3352010101351071553212656
Binary1101110110000100000101011101100011111011010110101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1041; }

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

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

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

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

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

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

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

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