#D1164E

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

Shades of Crimson #D1164E

Tints of Crimson #D1164E

Color information

#D1164E (or 0xD1164E) is unknown color: approx Crimson. HEX triplet: D1, 16 and 4E. RGB value is (209,22,78). Sum of RGB (Red+Green+Blue) = 209+22+78=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1164E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1164E is #2EE9B1. Grayscale: #545454. Windows color (decimal): -3074482 or 5117649. OLE color: 5117649.

HSL color Cylindrical-coordinate representation of color #D1164E: hue angle of 342.03º 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 #D1164E is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB2092278-
CMYK00.890.630.18
HSL342.03º80.95%45.29%-
HSV(B)342.03º89.47%81.96%-
XYZ27.9614.688.57-
YUV84.3124.45216.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 67.64%
GREEN value IS 22 (8.98% from 255) = 7.12%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=67.64%
G=7.12%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209227800.890.630.18342.0380.9545.29
HexD1164E0593F12156512d
Octal321261160131772252612155
Binary1101000110110100111001011001111111100101010101101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1164E; }

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

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

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

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

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

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

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

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