#D3164C

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

Shades of Crimson #D3164C

Tints of Crimson #D3164C

Color information

#D3164C (or 0xD3164C) is unknown color: approx Crimson. HEX triplet: D3, 16 and 4C. RGB value is (211,22,76). Sum of RGB (Red+Green+Blue) = 211+22+76=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D3164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3164C is #2CE9B3. Grayscale: #545454. Windows color (decimal): -2943412 or 4986579. OLE color: 4986579.

HSL color Cylindrical-coordinate representation of color #D3164C: hue angle of 342.86º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3164C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB2112276-
CMYK00.900.640.17
HSL342.86º81.12%45.69%-
HSV(B)342.86º89.57%82.75%-
XYZ28.4614.948.22-
YUV84.67123.12218.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 68.28%
GREEN value IS 22 (8.98% from 255) = 7.12%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=68.28%
G=7.12%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211227600.900.640.17342.8681.1245.69
HexD3164C05A4011157512e
Octal3232611401321002152712156
Binary11010011101101001100010110101000000100011010101111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3164C; }

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

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

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

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

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

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

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

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