#D3164D

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

Shades of Crimson #D3164D

Tints of Crimson #D3164D

Color information

#D3164D (or 0xD3164D) is unknown color: approx Crimson. HEX triplet: D3, 16 and 4D. RGB value is (211,22,77). Sum of RGB (Red+Green+Blue) = 211+22+77=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3164D is #2CE9B2. Grayscale: #545454. Windows color (decimal): -2943411 or 5052115. OLE color: 5052115.

HSL color Cylindrical-coordinate representation of color #D3164D: hue angle of 342.54º 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 #D3164D is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB2112277-
CMYK00.900.640.17
HSL342.54º81.12%45.69%-
HSV(B)342.54º89.57%82.75%-
XYZ28.4914.968.41-
YUV84.78123.62218.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 68.06%
GREEN value IS 22 (8.98% from 255) = 7.10%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=68.06%
G=7.10%
B=24.84%

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
Decimal211227700.900.640.17342.5481.1245.69
HexD3164D05A4011157512e
Octal3232611501321002152712156
Binary11010011101101001101010110101000000100011010101111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3164D; }

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

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

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

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

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

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

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

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