#DD1131

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

Shades of Crimson #DD1131

Tints of Crimson #DD1131

Color information

#DD1131 (or 0xDD1131) is unknown color: approx Crimson. HEX triplet: DD, 11 and 31. RGB value is (221,17,49). Sum of RGB (Red+Green+Blue) = 221+17+49=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1131 is #22EECE. Grayscale: #515151. Windows color (decimal): -2289359 or 3215837. OLE color: 3215837.

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

Color convert

RGB2211749-
CMYK00.920.780.13
HSL350.59º85.71%46.67%-
HSV(B)350.59º92.31%86.67%-
XYZ30.5715.994.38-
YUV81.64109.59227.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 77.00%
GREEN value IS 17 (7.03% from 255) = 5.92%
BLUE value IS 49 (19.53% from 255) = 17.07%
R=77.00%
G=5.92%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221174900.920.780.13350.5985.7146.67
HexDD113105C4ED15f562f
Octal335216101341161553712657
Binary110111011000111000101011100100111011011010111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1131; }

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

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

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

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

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

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

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

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