#D1164C

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

Shades of Crimson #D1164C

Tints of Crimson #D1164C

Color information

#D1164C (or 0xD1164C) is unknown color: approx Crimson. HEX triplet: D1, 16 and 4C. RGB value is (209,22,76). Sum of RGB (Red+Green+Blue) = 209+22+76=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D1164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1164C is #2EE9B3. Grayscale: #545454. Windows color (decimal): -3074484 or 4986577. OLE color: 4986577.

HSL color Cylindrical-coordinate representation of color #D1164C: hue angle of 342.67º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1164C is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB2092276-
CMYK00.890.640.18
HSL342.67º80.95%45.29%-
HSV(B)342.67º89.47%81.96%-
XYZ27.8914.658.2-
YUV84.07123.45217.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 68.08%
GREEN value IS 22 (8.98% from 255) = 7.17%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=68.08%
G=7.17%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209227600.890.640.18342.6780.9545.29
HexD1164C0594012157512d
Octal3212611401311002252712155
Binary11010001101101001100010110011000000100101010101111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1164C; }

 p { color: rgb(209,22,76); }

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

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

 a { background-color: rgb(209,22,76); }

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

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

 span { border-color: rgb(209,22,76); }

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